granted: point to release tag

Co-authored-by: Harinn <prinn.dev@pm.me>
This commit is contained in:
Marc Fournier
2026-03-30 21:19:09 +02:00
committed by GitHub
co-authored by Harinn
parent bb91a2d28e
commit ad3d3788cd
+1 -1
View File
@@ -16,7 +16,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "fwdcloudsec";
repo = "granted";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-/5JP6laC+k+O8GWSl1eo0slqzYzYB86UF3irDX6Z0iQ=";
};