headscale: 0.26.0 -> 0.26.1

This commit is contained in:
phaer
2025-06-06 09:53:36 -07:00
committed by Robert Schütz
parent f811655d3c
commit 59527f5170
+2 -2
View File
@@ -11,13 +11,13 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.26.0";
version = "0.26.1";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
tag = "v${version}";
hash = "sha256-BzCcOUousbw+PrYM7SGDtJuTGvhpsTNOF2kQZEl6z84=";
hash = "sha256-LnS6K3U4RgRRV4i92zcRZtLJF1QdbORQP9ZIis9u6rk=";
};
vendorHash = "sha256-dR8xmUIDMIy08lhm7r95GNNMAbXv4qSH3v9HR40HlNk=";