Skip to content

Commit

Permalink
svtplay-dl: 1.9.7 -> 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Mar 2, 2018
1 parent 3509c4b commit d78739c
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 requests mock;
in stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "1.9.7";
version = "1.9.9";

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

pythonPaths = [ pycrypto requests ];
Expand Down

0 comments on commit d78739c

Please sign in to comment.