svtplay-dl: 1.9.2 -> 1.9.3

This commit is contained in:
Robert Helgesson 2017-03-01 20:11:02 +01:00
parent feffadefed
commit a5ed11202c
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; 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.2"; version = "1.9.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spaam"; owner = "spaam";
repo = "svtplay-dl"; repo = "svtplay-dl";
rev = version; rev = version;
sha256 = "1ajbflywfc3nfjqp95izbnxrbqjm4v56gx0am2mj0z0ypds2dvm5"; sha256 = "14qksi1svi89niffykxg47kay013byls6bnhkrkzkanq04075lmw";
}; };
pythonPaths = [ pycrypto requests2 ]; pythonPaths = [ pycrypto requests2 ];