tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
svtplay-dl: 4.15 -> 4.17
Robert Helgesson
3 years ago
7c25415f
cba21819
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
svtplay-dl
default.nix
+2
-2
pkgs/tools/misc/svtplay-dl/default.nix
···
15
python pytest nose cryptography pyyaml requests mock requests-mock
16
python-dateutil setuptools;
17
18
-
version = "4.15";
19
20
in
21
···
27
owner = "spaam";
28
repo = "svtplay-dl";
29
rev = version;
30
-
hash = "sha256-l8cdJWJbIAkp1RRfq1Q5ugJKinIwudd2Ke6esK/hNjc=";
31
};
32
33
pythonPaths = [ cryptography pyyaml requests ];
···
15
python pytest nose cryptography pyyaml requests mock requests-mock
16
python-dateutil setuptools;
17
18
+
version = "4.17";
19
20
in
21
···
27
owner = "spaam";
28
repo = "svtplay-dl";
29
rev = version;
30
+
hash = "sha256-1LkWkila0EG3FfjhTohsirpQ/9wXp5IdoTxliRvT4YU=";
31
};
32
33
pythonPaths = [ cryptography pyyaml requests ];