headscale: 0.24.2 -> 0.24.3

Diff: https://github.com/juanfont/headscale/compare/v0.24.2...v0.24.3
This commit is contained in:
Sandro Jäckel
2025-02-07 15:03:17 +01:00
parent 4bc83dc4b6
commit a4d1b7dd25

View File

@@ -8,13 +8,13 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.24.2";
version = "0.24.3";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
hash = "sha256-LNTXXzCly0FMriS+J6VhSbvRmo7ILKOjNmfgp3h4SYo=";
hash = "sha256-G1MGu/AVFhiBOfhmhdH9+kayPybtsQsvj73omtZVfBU=";
};
vendorHash = "sha256-SBfeixT8DQOrK2SWmHHSOBtzRdSZs+pwomHpw6Jd+qc=";