···23buildGoModule rec {
4 pname = "yggdrasil";
5- version = "0.4.3";
67 src = fetchFromGitHub {
8 owner = "yggdrasil-network";
9 repo = "yggdrasil-go";
10 rev = "v${version}";
11- sha256 = "sha256-dI+KJblSvsBC3CrUzjaDsIZ6N2QEXRTXRbEXolBK5ko=";
12 };
1314- vendorSha256 = "sha256-yhPArisADhP5Uop4zZVbqED76uWeBZJlV6IkKbL4EFI=";
1516 # Change the default location of the management socket on Linux
17 # systems so that the yggdrasil system service unit does not have to
···23buildGoModule rec {
4 pname = "yggdrasil";
5+ version = "0.4.4";
67 src = fetchFromGitHub {
8 owner = "yggdrasil-network";
9 repo = "yggdrasil-go";
10 rev = "v${version}";
11+ sha256 = "sha256-uJFBboV0DhZHEir4+2VdTGMqxZsahnFRgr9btdMlW2M=";
12 };
1314+ vendorSha256 = "sha256-qeyXUTcII0hMrOWIvsjaOXv/tKWBoUrTkCimRC/RnUw=";
1516 # Change the default location of the management socket on Linux
17 # systems so that the yggdrasil system service unit does not have to