svtplay-dl: 1.7 -> 1.8

This commit is contained in:
Robert Helgesson 2016-11-17 22:48:05 +01:00
parent 1d5c193ba3
commit 4142e756ca
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86
1 changed files with 2 additions and 2 deletions

View File

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