Merge pull request #140266 from ckiee/headscale092
headscale: 0.8.1 -> 0.9.2
This commit is contained in:
commit
a299dd51ae
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "headscale";
|
pname = "headscale";
|
||||||
version = "0.8.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "juanfont";
|
owner = "juanfont";
|
||||||
repo = "headscale";
|
repo = "headscale";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-xNsdq8qcf2V+OQkRPBVys8SiusFoahezzQet19dYqlw=";
|
sha256 = "sha256-1YxcfSOGGdyUZyQdKSHUiK5/43Ki/QvHvIZ/Ai5Mq7E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-ususDOF/LznhK4EInHE7J/ItMjziGfP9Gn8/Q5wd78g=";
|
vendorSha256 = "sha256-LJajQDk+r9Wt2t/kwNhsCoSlU+EjSNc1WT2vqtqg4LI=";
|
||||||
|
|
||||||
# Ldflags are same as build target in the project's Makefile
|
# Ldflags are same as build target in the project's Makefile
|
||||||
# https://github.com/juanfont/headscale/blob/main/Makefile
|
# https://github.com/juanfont/headscale/blob/main/Makefile
|
||||||
|
|
Loading…
Reference in a new issue