headscale: 0.27.1 -> 0.28.0 (#487100)

This commit is contained in:
Nikolay Korotkiy
2026-02-13 22:35:23 +00:00
committed by GitHub
+3 -3
View File
@@ -11,13 +11,13 @@
}:
buildGoModule (finalAttrs: {
pname = "headscale";
version = "0.27.1";
version = "0.28.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
tag = "v${finalAttrs.version}";
hash = "sha256-eMqGJL+dxBThtW+0uMvnP5n2gk2kwOao6SukA38OMOE=";
hash = "sha256-gR5kOFv4/+87mOhMYjejBMhZlrwYhABZpG0zjIL5vtI=";
};
postPatch = ''
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
--replace-fail 'Commit: "unknown"' 'Commit: "${finalAttrs.src.tag}"'
'';
vendorHash = "sha256-VOi4PGZ8I+2MiwtzxpKc/4smsL5KcH/pHVkjJfAFPJ0=";
vendorHash = "sha256-jkeB9XUTEGt58fPOMpE4/e3+JQoMQTgf0RlthVBmfG0=";
subPackages = [ "cmd/headscale" ];