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
@@ -17,7 +17,7 @@ buildDunePackage rec {
src = fetchFromGitHub {
owner = "c-cube";
repo = "ocaml-${pname}";
rev = "v${version}";
tag = "v${version}";
sha256 = "02pzi3lb57ysrdsba743s3vmnapjbxgq8ynlzpxbbs6cn1jj6ch9";
};