We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b8c79 commit 2524568Copy full SHA for 2524568
pkgs/servers/headscale/default.nix
@@ -8,13 +8,13 @@
8
}:
9
buildGoModule rec {
10
pname = "headscale";
11
- version = "0.24.0";
+ version = "0.24.1";
12
13
src = fetchFromGitHub {
14
owner = "juanfont";
15
repo = "headscale";
16
rev = "v${version}";
17
- hash = "sha256-s9zzhN8NTC6YxOO6fyO+A0jleeY8bhN1wcbf4pvGkpI=";
+ hash = "sha256-s6s+0RHgAPxmSidfAoAne1d7DRwbC3d9udki3TlPmlY=";
18
};
19
20
vendorHash = "sha256-SBfeixT8DQOrK2SWmHHSOBtzRdSZs+pwomHpw6Jd+qc=";
0 commit comments