svtplay-dl: 1.9.3 -> 1.9.4

This commit is contained in:
Robert Helgesson 2017-05-10 22:50:58 +02:00
parent 0e93069c7f
commit dd70ff228f
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 requests mock; inherit (pythonPackages) python nose pycrypto requests mock;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "svtplay-dl-${version}"; name = "svtplay-dl-${version}";
version = "1.9.3"; version = "1.9.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spaam"; owner = "spaam";
repo = "svtplay-dl"; repo = "svtplay-dl";
rev = version; rev = version;
sha256 = "14qksi1svi89niffykxg47kay013byls6bnhkrkzkanq04075lmw"; sha256 = "15vjaia1qbs49gplpfi8sj5scl9mb4qg8n2z4zyzjs5461lx5qqv";
}; };
pythonPaths = [ pycrypto requests ]; pythonPaths = [ pycrypto requests ];