mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
svtplay-dl: 1.9 -> 1.9.1
This commit is contained in:
parent
89150d3377
commit
c603d2c0d5
|
@ -5,13 +5,13 @@ let
|
||||||
inherit (pythonPackages) python nose pycrypto requests2 mock;
|
inherit (pythonPackages) python nose pycrypto requests2 mock;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "svtplay-dl-${version}";
|
name = "svtplay-dl-${version}";
|
||||||
version = "1.9";
|
version = "1.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "spaam";
|
owner = "spaam";
|
||||||
repo = "svtplay-dl";
|
repo = "svtplay-dl";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0kqly2jzpn1l26is65nhaq0xdvsjylh7wm12fw9r1wz1558pqswf";
|
sha256 = "1xnafj87rp12b7mikvyi3b77vrrhnkjav9gn20fj9yi5p070vkf1";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPaths = [ pycrypto requests2 ];
|
pythonPaths = [ pycrypto requests2 ];
|
||||||
|
|
Loading…
Reference in a new issue