headscale: change 'sha256'-style attributes 'hash'-style attributes

This commit is contained in:
John Rinehart 2023-04-23 12:17:31 +01:00
parent 513975ec4b
commit 84be28f36a

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}"];