3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213646 from pzeinlinger/master

headscale: 0.18.0 -> 0.19.0
This commit is contained in:
Nick Cao 2023-01-31 17:25:57 +08:00 committed by GitHub
commit d1246b81b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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