Skip to content

Commit

Permalink
svtplay-dl: 2.7 -> 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrean authored and rycee committed Nov 24, 2020
1 parent f95afaf commit 32df780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/svtplay-dl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ let

in stdenv.mkDerivation rec {
pname = "svtplay-dl";
version = "2.7";
version = "2.8";

src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "0gcw7hwbr9jniwvqix37vvd2fiplsz70qab9w45d21i8jrfnhxb5";
sha256 = "1977xyxi9jfj7qra1sz7c9lk885cadpci66jvbzvnwm6d60m05lb";
};

pythonPaths = [ pycrypto pyyaml requests ];
Expand Down

0 comments on commit 32df780

Please sign in to comment.