Skip to content

Commit

Permalink
headscale: 0.18.0 -> 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pzeinlinger committed Jan 30, 2023
1 parent cd47b8e commit 0277aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/headscale/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"];

Expand Down

0 comments on commit 0277aaf

Please sign in to comment.