svtplay-dl: 1.9.1 -> 1.9.2

This commit is contained in:
Robert Helgesson 2017-02-13 21:42:26 +01:00
parent 9fe4c1eb6e
commit 9298467923
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.1"; version = "1.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spaam"; owner = "spaam";
repo = "svtplay-dl"; repo = "svtplay-dl";
rev = version; rev = version;
sha256 = "1xnafj87rp12b7mikvyi3b77vrrhnkjav9gn20fj9yi5p070vkf1"; sha256 = "1ajbflywfc3nfjqp95izbnxrbqjm4v56gx0am2mj0z0ypds2dvm5";
}; };
pythonPaths = [ pycrypto requests2 ]; pythonPaths = [ pycrypto requests2 ];