push
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
};
|
||||
|
||||
npmDeps = pkgs.fetchNpmDeps {
|
||||
name = "streamreverse-npm-deps";
|
||||
name = "bug-tv-npm-deps";
|
||||
inherit src;
|
||||
hash = "sha256-pMxVG+OHiqjz1GHWDhhNOsrhoVPzVJ5kXhiRsP0Rflg=";
|
||||
};
|
||||
in
|
||||
pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "streamreverse";
|
||||
pname = "bug-tv";
|
||||
version = "0.1.0";
|
||||
|
||||
inherit src npmDeps;
|
||||
@@ -111,7 +111,7 @@
|
||||
enable = lib.mkEnableOption "the bug.tv multi-provider stream finder API";
|
||||
|
||||
package = lib.mkOption {
|
||||
description = "The streamreverse package to run.";
|
||||
description = "The bug-tv package to run.";
|
||||
type = lib.types.package;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user