headscale: 0.17.1 -> 0.18.0

This commit is contained in:
Ashish SHUKLA 2023-01-15 23:17:53 +05:30
parent befc83905c
commit abb42c2aaf
No known key found for this signature in database

View File

@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-/NJUtmH67VZERCvExcX4W4T9Rcixc5m28ujNcrQduWg=";
hash = "sha256-0viXsBRCiaxBTTKXJngSov5M7toscQUOdXDTr1l0U3I=";
};
vendorSha256 = "sha256-Y1IK9Tx2sv0v27ZYtSxDP9keHQ7skctDOa+37pNGEC8=";
vendorHash = "sha256-SuKT+b8g6xEK15ry2IAmpS/vwDG+zJqK9nfsWpHNXuU=";
ldflags = ["-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}"];