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

headscale: change 'sha256'-style attributes 'hash'-style attributes
This commit is contained in:
Nick Cao
2023-04-23 20:10:25 +08:00
committed by GitHub
+2 -2
View File
@@ -12,10 +12,10 @@ buildGoModule rec {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-6T4wWuhikanoQGGjVvNJak5yvgcEfhGtOmfLc2xKmms=";
hash = "sha256-6T4wWuhikanoQGGjVvNJak5yvgcEfhGtOmfLc2xKmms=";
};
vendorSha256 = "sha256-+JxS4Q6rTpdBwms2nkVDY/Kluv2qu2T0BaOIjfeX85M=";
vendorHash = "sha256-+JxS4Q6rTpdBwms2nkVDY/Kluv2qu2T0BaOIjfeX85M=";
ldflags = ["-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}"];