mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
svtplay-dl: 4.25 -> 4.28.1
This commit is contained in:
parent
7c9cc5a6e5
commit
8fd3a158bb
@ -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.25";
|
version = "4.28.1";
|
||||||
|
|
||||||
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-vYcBK7jgoBEC7dZ+5osJ/Q85wSNLXO02wcv9GHaa0Ds=";
|
hash = "sha256-z9DFtKTvnivY5D2EUHfrmndlUBTfico8o9G3J017f90=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ cryptography pyyaml requests ];
|
pythonPaths = [ cryptography pyyaml requests ];
|
||||||
|
Loading…
Reference in New Issue
Block a user