headscale: 0.20.0 -> 0.21.0

This commit is contained in:
Paul Zeinlinger 2023-03-22 18:44:26 +01:00
parent 3efc9e2dc9
commit d815460b54

View File

@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
hash = "sha256-RqJrqY1Eh5/TY+vMAO5fABmeV5aSzcLD4fX7j1QDN6w=";
hash = "sha256-Y4fTCEKK7iRbfijQAvYgXWVa/6TlPikXnqyBI8b990s=";
};
vendorHash = "sha256-8p5NFxXKaZPsW4B6NMzfi0pqfVroIahSgA0fukvB3JI=";
vendorHash = "sha256-R183PDeAUnNwNV8iE3b22S5hGPJG8aZQGdENGqcPCw8=";
ldflags = ["-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}"];