svtplay-dl: 4.24 -> 4.25

This commit is contained in:
Robert Helgesson 2023-08-12 09:56:13 +02:00
parent 1d9c70ea2d
commit 3d9de1ab72

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.24"; version = "4.25";
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-ZUQi0KWnzIlEbFNTouJkd7cE5KPdrKZQfzwo4OeQZU4="; hash = "sha256-vYcBK7jgoBEC7dZ+5osJ/Q85wSNLXO02wcv9GHaa0Ds=";
}; };
pythonPaths = [ cryptography pyyaml requests ]; pythonPaths = [ cryptography pyyaml requests ];