yggdrasil: 0.4.2 -> 0.4.3

main
R. Ryantm 2 years ago committed by ehmry
parent baf85120d6
commit 64cb9c78e1
  1. 6
      pkgs/tools/networking/yggdrasil/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yggdrasil";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "yggdrasil-network";
repo = "yggdrasil-go";
rev = "v${version}";
sha256 = "sha256-5bx9KGZD7m+FX9hWU1pu8uJ2FU+P/TetRS3kJL5jhhI=";
sha256 = "sha256-dI+KJblSvsBC3CrUzjaDsIZ6N2QEXRTXRbEXolBK5ko=";
};
vendorSha256 = "sha256-QQN8ePOQ7DT9KeuY4ohFuPtocuinh3Y3us6QMnCQ4gc=";
vendorSha256 = "sha256-yhPArisADhP5Uop4zZVbqED76uWeBZJlV6IkKbL4EFI=";
# Change the default location of the management socket on Linux
# systems so that the yggdrasil system service unit does not have to

Loading…
Cancel
Save