headscale: 0.24.2 -> 0.24.3 (#380095)

This commit is contained in:
Sandro
2025-02-08 14:21:17 +01:00
committed by GitHub

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=";