svtplay-dl: 1.8 -> 1.9

This commit is contained in:
Robert Helgesson 2017-01-23 21:13:35 +01:00
parent 034d39b244
commit 3c521ed1cf
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -5,13 +5,13 @@ let
inherit (pythonPackages) python nose pycrypto requests2 mock;
in stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "1cn79kbz9fhhbajxg1fqd8xlab9jz4x1n9w7n42w0j8c627q0rlv";
sha256 = "0kqly2jzpn1l26is65nhaq0xdvsjylh7wm12fw9r1wz1558pqswf";
};
pythonPaths = [ pycrypto requests2 ];