Skip to content

Commit

Permalink
Merge pull request #313767 from r-ryantm/auto-update/svtplay-dl
Browse files Browse the repository at this point in the history
svtplay-dl: 4.73 -> 4.79
  • Loading branch information
NickCao committed May 23, 2024
2 parents fb2862e + 4474e40 commit 95aeea5
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 @@ -15,7 +15,7 @@ let
python pytest nose3 cryptography pyyaml requests mock requests-mock
python-dateutil setuptools;

version = "4.73";
version = "4.79";

in

Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-e8ewsx2mx62JTUnpMoSRL44EGDllQuk/k9gRztOkWMc=";
hash = "sha256-m5lIiWOROzNUONAVRoD6vdE7+1TeI6L0tNw+afYtNZA=";
};

pythonPaths = [ cryptography pyyaml requests ];
Expand Down

0 comments on commit 95aeea5

Please sign in to comment.