treewide: replace rev with tag

This commit is contained in:
Pol Dellaiera
2025-04-07 08:23:42 +02:00
parent 0df6a0898f
commit 65a333600d
8131 changed files with 8232 additions and 8232 deletions
@@ -99,7 +99,7 @@ let
src = fetchFromGitHub {
owner = "ActiveState";
repo = "cpython";
rev = "v${version}";
tag = "v${version}";
inherit hash;
};