Merge pull request #227351 from johnrichardrinehart/headscale/v0.22.1

headscale: v0.21.0 → v0.22.1
This commit is contained in:
Nick Cao
2023-04-22 17:55:12 +08:00
committed by GitHub
+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}"];