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

View File

@@ -194,7 +194,7 @@ buildNpmPackage rec {
src = fetchFromGitHub {
owner = "jesec";
repo = pname;
rev = "v${version}";
tag = "v${version}";
hash = "sha256-BR+ZGkBBfd0dSQqAvujsbgsEPFYw/ThrylxUbOksYxM=";
};