svtplay-dl: 4.14 -> 4.15

This commit is contained in:
Robert Helgesson
2022-11-24 19:31:30 +01:00
parent ee503fd258
commit 24435b435d
+2 -2
View File
@@ -15,7 +15,7 @@ let
python pytest nose cryptography pyyaml requests mock requests-mock
python-dateutil setuptools;
version = "4.14";
version = "4.15";
in
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "sha256-jfrzgWlEoct8BJLkteWlYjXR/D4J+ShQhsNPBCN+zeQ=";
hash = "sha256-l8cdJWJbIAkp1RRfq1Q5ugJKinIwudd2Ke6esK/hNjc=";
};
pythonPaths = [ cryptography pyyaml requests ];