svtplay-dl: 4.24 -> 4.25

+2 -2
+2 -2
pkgs/tools/misc/svtplay-dl/default.nix
··· 15 15 python pytest nose cryptography pyyaml requests mock requests-mock 16 16 python-dateutil setuptools; 17 17 18 - version = "4.24"; 18 + version = "4.25"; 19 19 20 20 in 21 21 ··· 27 27 owner = "spaam"; 28 28 repo = "svtplay-dl"; 29 29 rev = version; 30 - hash = "sha256-ZUQi0KWnzIlEbFNTouJkd7cE5KPdrKZQfzwo4OeQZU4="; 30 + hash = "sha256-vYcBK7jgoBEC7dZ+5osJ/Q85wSNLXO02wcv9GHaa0Ds="; 31 31 }; 32 32 33 33 pythonPaths = [ cryptography pyyaml requests ];