Skip to content

Commit a79cfe0

Browse files
headscale: 0.24.2 -> 0.24.3 (#380095)
2 parents fa35a3c + a4d1b7d commit a79cfe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/headscale/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
buildGoModule rec {
1010
pname = "headscale";
11-
version = "0.24.2";
11+
version = "0.24.3";
1212

1313
src = fetchFromGitHub {
1414
owner = "juanfont";
1515
repo = "headscale";
1616
rev = "v${version}";
17-
hash = "sha256-LNTXXzCly0FMriS+J6VhSbvRmo7ILKOjNmfgp3h4SYo=";
17+
hash = "sha256-G1MGu/AVFhiBOfhmhdH9+kayPybtsQsvj73omtZVfBU=";
1818
};
1919

2020
vendorHash = "sha256-SBfeixT8DQOrK2SWmHHSOBtzRdSZs+pwomHpw6Jd+qc=";

0 commit comments

Comments
 (0)