svtplay-dl: 4.11 -> 4.12

This commit is contained in:
Robert Helgesson 2022-05-20 22:46:46 +02:00
parent cabd562902
commit 61e7aeee52

View file

@ -9,13 +9,13 @@ let
in stdenv.mkDerivation rec {
pname = "svtplay-dl";
version = "4.11";
version = "4.12";
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
sha256 = "1ybip45bfmvajw046v6mxjbf3vv0y7zgfb454rjy56zhx40l232v";
sha256 = "0vkrbizfgchnzinyyl5ppmbqs156j6mmy1gqxj41d3082w1gqr09";
};
pythonPaths = [ cryptography pyyaml requests ];