3
0
Fork 0
forked from mirrors/nixpkgs

headscale: 0.15.0 -> 0.16.0

This commit is contained in:
Ashish SHUKLA 2022-07-25 10:33:43 +00:00
parent e494a908e8
commit 2d8a759778
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "headscale";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-ZgChln6jcxyEHbCy89kNnwd9qWcB0yDq05xFkM69WLs=";
sha256 = "sha256-IP54zRbSUKxHr41OADKRfQIHEYBjrGs0fMyCxL0Yn6o=";
};
vendorSha256 = "sha256-0jZ37tmBG8E0HS/wbQyQvAKo1UKQdaZDa+OTGfGDAi4=";
vendorSha256 = "sha256-b9C6F+7N0ecW0HiTx+rztZnxb+n6U6YTSOJvp3GqnWQ=";
ldflags = [ "-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}" ];