Skip to content

Commit

Permalink
svtplay-dl: 1.9 -> 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 30, 2017
1 parent 89150d3 commit c603d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/svtplay-dl/default.nix
Expand Up @@ -5,13 +5,13 @@ let
inherit (pythonPackages) python nose pycrypto requests2 mock;
in stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "1.9";
version = "1.9.1";

src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "0kqly2jzpn1l26is65nhaq0xdvsjylh7wm12fw9r1wz1558pqswf";
sha256 = "1xnafj87rp12b7mikvyi3b77vrrhnkjav9gn20fj9yi5p070vkf1";
};

pythonPaths = [ pycrypto requests2 ];
Expand Down

0 comments on commit c603d2c

Please sign in to comment.