yggdrasil: 0.4.4 -> 0.4.5

main
Philip Munksgaard 2 years ago
parent eb34d4bea1
commit 5acb61b47e
No known key found for this signature in database
GPG Key ID: 4CE62A90EFC0B9B2
  1. 6
      pkgs/tools/networking/yggdrasil/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "yggdrasil";
version = "0.4.4";
version = "0.4.5";
src = fetchFromGitHub {
owner = "yggdrasil-network";
repo = "yggdrasil-go";
rev = "v${version}";
sha256 = "sha256-uJFBboV0DhZHEir4+2VdTGMqxZsahnFRgr9btdMlW2M=";
sha256 = "sha256-ehOvPFQtFgxVDOyF2MBbGO0IKwMWSb3aat+e+fJay1Q=";
};
vendorSha256 = "sha256-qeyXUTcII0hMrOWIvsjaOXv/tKWBoUrTkCimRC/RnUw=";
vendorSha256 = "sha256-u1VrlTvmB2KSnlxcdCyfxw0xAMd+AeN5g/a7JehUV9U=";
# 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