svtplay-dl: 4.17 -> 4.18

This commit is contained in:
Robert Helgesson 2023-01-16 19:12:22 +01:00
parent 96ec8c7623
commit e24b481e0a

View File

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