headscale: 0.2.2 -> 0.3.3

authored by

Niels Kristian Lyshøj Jensen and committed by
Raphael Megzari
061afaf4 085d6f71

+3 -3
+3 -3
pkgs/servers/headscale/default.nix
··· 2 3 buildGoModule rec { 4 pname = "headscale"; 5 - version = "0.2.2"; 6 7 src = fetchFromGitHub { 8 owner = "juanfont"; 9 repo = "headscale"; 10 rev = "v${version}"; 11 - sha256 = "0iij4hdbdplai5c8kvcwiw11idrk04xbpwb3njdhqcg6pdyx3216"; 12 }; 13 14 - vendorSha256 = "sha256-8MCSN8wn2Y9ejHAIEwTdIXGITaa+FqX7WUMJEr0RcIk="; 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.3.3"; 6 7 src = fetchFromGitHub { 8 owner = "juanfont"; 9 repo = "headscale"; 10 rev = "v${version}"; 11 + sha256 = "0nf2l8l23wzn3l3x4698rfr3g6lkx5qfzsbfl0rv25q1pqgybdzj"; 12 }; 13 14 + vendorSha256 = "sha256-0Lqr/tWk31S01vi21sG2gtlGouOhecL4u8ScKG0nWLo="; 15 16 # Ldflags are same as build target in the project's Makefile 17 # https://github.com/juanfont/headscale/blob/main/Makefile