headscale: v0.21.0 → v0.22.1

This commit is contained in:
John Rinehart
2023-04-20 23:02:05 +01:00
parent 4dd451ed2e
commit accb5d1c27
+3 -3
View File
@@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.21.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
hash = "sha256-Y4fTCEKK7iRbfijQAvYgXWVa/6TlPikXnqyBI8b990s=";
sha256 = "sha256-6T4wWuhikanoQGGjVvNJak5yvgcEfhGtOmfLc2xKmms=";
};
vendorHash = "sha256-R183PDeAUnNwNV8iE3b22S5hGPJG8aZQGdENGqcPCw8=";
vendorSha256 = "sha256-+JxS4Q6rTpdBwms2nkVDY/Kluv2qu2T0BaOIjfeX85M=";
ldflags = ["-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}"];