headscale: 0.10.5 -> 0.11.0

This commit is contained in:
R. Ryantm 2021-10-29 22:43:13 +00:00
parent 842a0d94cb
commit cd1a0619db

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "headscale";
version = "0.10.5";
version = "0.11.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-cUDLqSMEw1SRMskHx3hhb/y7N7ZQEDEAZ40X5J53Bow=";
sha256 = "sha256-grLYyVYlvqBNO5CVRVDTJKEi45Nsc6Bgs8I3pY7pZfg=";
};
vendorSha256 = "sha256-t7S1jE76AFFIePrFtvrIQcId7hLeNIAm/eA9AVoFy5E=";