Merge pull request #140266 from ckiee/headscale092

headscale: 0.8.1 -> 0.9.2

authored by tomberek and committed by GitHub a299dd51 2f0fcd77

+3 -3
+3 -3
pkgs/servers/headscale/default.nix
··· 2 3 buildGoModule rec { 4 pname = "headscale"; 5 - version = "0.8.1"; 6 7 src = fetchFromGitHub { 8 owner = "juanfont"; 9 repo = "headscale"; 10 rev = "v${version}"; 11 - sha256 = "sha256-xNsdq8qcf2V+OQkRPBVys8SiusFoahezzQet19dYqlw="; 12 }; 13 14 - vendorSha256 = "sha256-ususDOF/LznhK4EInHE7J/ItMjziGfP9Gn8/Q5wd78g="; 15 16 # Ldflags are same as build target in the project's Makefile 17 # https://github.com/juanfont/headscale/blob/main/Makefile
··· 2 3 buildGoModule rec { 4 pname = "headscale"; 5 + version = "0.9.2"; 6 7 src = fetchFromGitHub { 8 owner = "juanfont"; 9 repo = "headscale"; 10 rev = "v${version}"; 11 + sha256 = "sha256-1YxcfSOGGdyUZyQdKSHUiK5/43Ki/QvHvIZ/Ai5Mq7E="; 12 }; 13 14 + vendorSha256 = "sha256-LJajQDk+r9Wt2t/kwNhsCoSlU+EjSNc1WT2vqtqg4LI="; 15 16 # Ldflags are same as build target in the project's Makefile 17 # https://github.com/juanfont/headscale/blob/main/Makefile