svtplay-dl: 4.20 -> 4.22

This commit is contained in:
Robert Helgesson
2023-06-11 23:44:17 +02:00
parent 6889144e31
commit 6b1b72c0f8
+2 -2
View File
@@ -15,7 +15,7 @@ let
python pytest nose cryptography pyyaml requests mock requests-mock
python-dateutil setuptools;
version = "4.20";
version = "4.22";
in
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-nG4ErqQC7GZDLClqcE3cliXxowzCku/SnB39AVIqkNw=";
hash = "sha256-xY6XhQb9Nn0W09EZuLUgPiCR4uGb8ibnORCZOVLFXwA=";
};
pythonPaths = [ cryptography pyyaml requests ];