mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
svtplay-dl: use tag instead of rev in fetchFromGitHub
This commit is contained in:
@@ -34,7 +34,7 @@ buildPythonApplication {
|
||||
src = fetchFromGitHub {
|
||||
owner = "spaam";
|
||||
repo = "svtplay-dl";
|
||||
rev = version;
|
||||
tag = version;
|
||||
hash = "sha256-iQMH5IMMv8pYb/iXZvBRLVqhbxkihYFayygnmUJhQJk=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user