svtplay-dl: use tag instead of rev in fetchFromGitHub

This commit is contained in:
Robert Helgesson
2026-01-01 17:19:43 +01:00
parent f1611e68ca
commit 0c8d113b4e

View File

@@ -34,7 +34,7 @@ buildPythonApplication {
src = fetchFromGitHub {
owner = "spaam";
repo = "svtplay-dl";
rev = version;
tag = version;
hash = "sha256-iQMH5IMMv8pYb/iXZvBRLVqhbxkihYFayygnmUJhQJk=";
};