headscale: 0.22.1 -> 0.22.3

This commit is contained in:
Julien Malka 2023-05-12 11:25:39 +02:00
parent b318878527
commit 2d9d3757e1
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83

View file

@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.22.1";
version = "0.22.3";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
hash = "sha256-6T4wWuhikanoQGGjVvNJak5yvgcEfhGtOmfLc2xKmms=";
hash = "sha256-nqmTqe3F3Oh8rnJH0clwACD/0RpqmfOMXNubr3C8rEc=";
};
vendorHash = "sha256-+JxS4Q6rTpdBwms2nkVDY/Kluv2qu2T0BaOIjfeX85M=";
vendorHash = "sha256-IOkbbFtE6+tNKnglE/8ZuNxhPSnloqM2sLgTvagMmnc=";
ldflags = ["-s" "-w" "-X github.com/juanfont/headscale/cmd/headscale/cli.Version=v${version}"];