svtplay-dl: 4.15 -> 4.17

This commit is contained in:
Robert Helgesson
2022-12-04 16:54:19 +01:00
parent cba218194b
commit 7c25415f66
+2 -2
View File
@@ -15,7 +15,7 @@ let
python pytest nose cryptography pyyaml requests mock requests-mock
python-dateutil setuptools;
version = "4.15";
version = "4.17";
in
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-l8cdJWJbIAkp1RRfq1Q5ugJKinIwudd2Ke6esK/hNjc=";
hash = "sha256-1LkWkila0EG3FfjhTohsirpQ/9wXp5IdoTxliRvT4YU=";
};
pythonPaths = [ cryptography pyyaml requests ];