headscale: 0.5.1 -> 0.5.2

This commit is contained in:
R. RyanTM 2021-08-08 13:26:45 +00:00
parent 3a3f82631f
commit d104afea06

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "headscale";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-CYqtGTKOuQDpPOWwixRaczBOkIrYE1tdIieaxuvyqQo=";
sha256 = "sha256-AclIH2Gd8U/Hfy24KOFic/np4qAWELlIMfsPCSkdjog=";
};
vendorSha256 = "sha256-UIBH6Pf2mmXBsdFW0RRvedLQhonNsrl4j2fxxRtum4M=";