treewide: replace rev with tag
This commit is contained in:
@@ -99,7 +99,7 @@ let
|
||||
src = fetchFromGitHub {
|
||||
owner = "ActiveState";
|
||||
repo = "cpython";
|
||||
rev = "v${version}";
|
||||
tag = "v${version}";
|
||||
inherit hash;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user