complgen: use tag instead or rev

This commit is contained in:
Hythera
2026-01-03 19:34:12 +01:00
parent 6052505625
commit 858aff6097
+1 -1
View File
@@ -11,7 +11,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "adaszko";
repo = "complgen";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-iwbU3DOzyPm3ZoyCRsgBZcSBSg48SsAMS/W4o5e3Gfs=";
};