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
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pypa";
repo = pname;
rev = version;
tag = version;
sha256 = "0hkhs9yc1cjdj1gn9wkycd3sy65c05q8k8rhqgsm5jbpksfssiwn";
name = "${pname}-${version}-source";
};