headscale: 0.19.0 -> 0.20.0

Changelog: https://github.com/juanfont/headscale/blob/main/CHANGELOG.md#0200-2023-x-x
This commit is contained in:
Ashish SHUKLA 2023-02-03 09:11:31 +00:00
parent 006c3bd4dd
commit 02f7a464ac
No known key found for this signature in database

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=";