yggdrasil: 0.4.3 -> 0.4.4

authored by Bruno Bigras and committed by ehmry 17d97257 ed287683

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