svtplay-dl: 4.17 -> 4.18
This commit is contained in:
parent
96ec8c7623
commit
e24b481e0a
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue