whoami: use tag in fetchFromGitHub

This commit is contained in:
Defelo
2025-04-09 16:12:18 +02:00
parent 7b6f3c3afd
commit bd0b5d238f
+1 -1
View File
@@ -11,7 +11,7 @@ buildGoModule (finalAttrs: {
src = fetchFromGitHub {
owner = "traefik";
repo = "whoami";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-3jzLdCmmts/7S1Oxig9Dg3kRGh/H5l5UD7ztev0yvXY=";
};