svtplay-dl: 4.163 -> 4.167 (#475945)

This commit is contained in:
Robert Helgesson
2026-01-01 22:18:24 +00:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ let
requests-mock
;
version = "4.163";
version = "4.167";
in
@@ -34,8 +34,8 @@ buildPythonApplication {
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
hash = "sha256-2Qge6jmmymIBPWVwaY43h/njlqGzQWPD718gsaIAYx0=";
tag = version;
hash = "sha256-iQMH5IMMv8pYb/iXZvBRLVqhbxkihYFayygnmUJhQJk=";
};
build-system = [ setuptools ];