doc: replace rev with tag

This commit is contained in:
Pol Dellaiera 2025-04-19 23:26:57 +02:00
parent 30eb01e120
commit ac04a5c492
8 changed files with 10 additions and 11 deletions

View file

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