3
0
Fork 0
forked from mirrors/nixpkgs

svtplay-dl: 4.15 -> 4.17

This commit is contained in:
Robert Helgesson 2022-12-04 16:34:57 +01:00
parent cba218194b
commit 7c25415f66

View file

@ -15,7 +15,7 @@ let
python pytest nose cryptography pyyaml requests mock requests-mock python pytest nose cryptography pyyaml requests mock requests-mock
python-dateutil setuptools; python-dateutil setuptools;
version = "4.15"; version = "4.17";
in in
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam"; owner = "spaam";
repo = "svtplay-dl"; repo = "svtplay-dl";
rev = version; rev = version;
hash = "sha256-l8cdJWJbIAkp1RRfq1Q5ugJKinIwudd2Ke6esK/hNjc="; hash = "sha256-1LkWkila0EG3FfjhTohsirpQ/9wXp5IdoTxliRvT4YU=";
}; };
pythonPaths = [ cryptography pyyaml requests ]; pythonPaths = [ cryptography pyyaml requests ];