headscale: 0.28.0 -> 0.29.2 (#537545)

This commit is contained in:
Sandro
2026-07-06 15:58:57 +00:00
committed by GitHub
+4 -3
View File
@@ -11,13 +11,13 @@
}:
buildGoModule (finalAttrs: {
pname = "headscale";
version = "0.28.0";
version = "0.29.2";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
tag = "v${finalAttrs.version}";
hash = "sha256-gR5kOFv4/+87mOhMYjejBMhZlrwYhABZpG0zjIL5vtI=";
hash = "sha256-zQ3dmb96fLhFwZjZUiifI73F+CRvDz6aiVafHaTuU/c=";
};
postPatch = ''
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
--replace-fail 'Commit: "unknown"' 'Commit: "${finalAttrs.src.tag}"'
'';
vendorHash = "sha256-jkeB9XUTEGt58fPOMpE4/e3+JQoMQTgf0RlthVBmfG0=";
vendorHash = "sha256-fzKyXNMw/2yAEhaTZu0n1NXatPO2IP0HFA2ey1vZIYM=";
subPackages = [ "cmd/headscale" ];
@@ -76,6 +76,7 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [
kradalby
misterio77
debtquity
];
};
})