headscale: 0.6.0 -> 0.6.1

This commit is contained in:
R. RyanTM 2021-08-17 06:30:21 +00:00 committed by Raphael Megzari
parent 22719ca7de
commit 75ab21bf87

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "headscale";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
sha256 = "sha256-RZwuoA9z+UnjQlqDqHMSaSKIuKu/qGBh5VBNrzeuac0=";
sha256 = "sha256-pzsbCxJ3N30XpjF//02SV6URhA6f6Wz8a6HvGxsK7M4=";
};
vendorSha256 = "sha256-EnTp4KgFyNGCLK5p1mE0yJLdFrhsLsmsSGJnDyWUVKo=";
vendorSha256 = "sha256-ususDOF/LznhK4EInHE7J/ItMjziGfP9Gn8/Q5wd78g=";
# Ldflags are same as build target in the project's Makefile
# https://github.com/juanfont/headscale/blob/main/Makefile