treewide: replace rev with tag

This commit is contained in:
Pol Dellaiera
2025-04-07 16:57:22 +02:00
parent 0df6a0898f
commit 65a333600d
8131 changed files with 8232 additions and 8232 deletions
@@ -20,7 +20,7 @@ let
src = fetchFromGitHub {
owner = "pypa";
repo = pname;
rev = "v${version}";
tag = "v${version}";
sha256 = "0z3q0qinyp1rmnxkw3y5f6nbsxhqlfq5k7skfrqa6ymb3zr009y1";
name = "${pname}-${version}-source";
};