From 84be28f36ac4ce0632df8ff2cd91822b234360db Mon Sep 17 00:00:00 2001 From: John Rinehart Date: Sun, 23 Apr 2023 12:17:31 +0100 Subject: [PATCH] headscale: change 'sha256'-style attributes 'hash'-style attributes --- pkgs/servers/headscale/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/headscale/default.nix b/pkgs/servers/headscale/default.nix index a116c7a4ddc86..fc6fb31561764 100644 --- a/pkgs/servers/headscale/default.nix +++ b/pkgs/servers/headscale/default.nix @@ -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}"];