Merge pull request #138905 from r-ryantm/auto-update/svtplay-dl

svtplay-dl: 4.3 -> 4.5

authored by figsoda and committed by GitHub 59a43b90 e166d92c

+2 -2
+2 -2
pkgs/tools/misc/svtplay-dl/default.nix
··· 9 9 10 10 in stdenv.mkDerivation rec { 11 11 pname = "svtplay-dl"; 12 - version = "4.3"; 12 + version = "4.5"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "spaam"; 16 16 repo = "svtplay-dl"; 17 17 rev = version; 18 - sha256 = "04gmiqg6mq96fw4v1v6947i216fsf0vcnjp3ya8bbii5na91y1aa"; 18 + sha256 = "sha256-TiJWy5WU1VsseodfgfemAsUc5/hDwSlM03ITRYTvJbg="; 19 19 }; 20 20 21 21 pythonPaths = [ cryptography pyyaml requests ];