Skip to content

Commit

Permalink
Merge pull request #227783 from johnrichardrinehart/headscale/v0.22.1
Browse files Browse the repository at this point in the history
headscale: change 'sha256'-style attributes 'hash'-style attributes
  • Loading branch information
NickCao authored Apr 23, 2023
2 parents 108f25c + 84be28f commit 5649872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/headscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"];

Expand Down

0 comments on commit 5649872

Please sign in to comment.