headscale: 0.24.0 -> 0.24.1

Diff: https://github.com/juanfont/headscale/compare/v0.24.0...v0.24.1
This commit is contained in:
Sandro Jäckel
2025-01-26 00:12:04 +01:00
committed by Bjørn Forsman
parent 82b8c796cb
commit 2524568197
+2 -2
View File
@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
hash = "sha256-s9zzhN8NTC6YxOO6fyO+A0jleeY8bhN1wcbf4pvGkpI=";
hash = "sha256-s6s+0RHgAPxmSidfAoAne1d7DRwbC3d9udki3TlPmlY=";
};
vendorHash = "sha256-SBfeixT8DQOrK2SWmHHSOBtzRdSZs+pwomHpw6Jd+qc=";