Merge pull request #214331 from wahjava/update-headscale

headscale: 0.19.0 -> 0.20.0
This commit is contained in:
Martin Weinelt 2023-02-04 22:14:33 +00:00 committed by GitHub
commit 0e2818fb95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "headscale";
version = "0.19.0";
version = "0.20.0";
src = fetchFromGitHub {
owner = "juanfont";
repo = "headscale";
rev = "v${version}";
hash = "sha256-/KT3JZ/xYcKRynksWgsPsioCLTSxeQxr6WjRUzYXJcU=";
hash = "sha256-RqJrqY1Eh5/TY+vMAO5fABmeV5aSzcLD4fX7j1QDN6w=";
};
vendorHash = "sha256-8p5NFxXKaZPsW4B6NMzfi0pqfVroIahSgA0fukvB3JI=";