yggdrasil: 0.4.5 -> 0.4.6

This commit is contained in:
Philip Munksgaard 2022-10-26 22:49:07 +02:00
parent 5acb61b47e
commit d49e256647
No known key found for this signature in database
GPG key ID: 4CE62A90EFC0B9B2

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "yggdrasil"; pname = "yggdrasil";
version = "0.4.5"; version = "0.4.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yggdrasil-network"; owner = "yggdrasil-network";
repo = "yggdrasil-go"; repo = "yggdrasil-go";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ehOvPFQtFgxVDOyF2MBbGO0IKwMWSb3aat+e+fJay1Q="; sha256 = "sha256-JhVwzNwihYLNkpwOmanZP/fOiIpojAR3pCya5zuy3Lc=";
}; };
vendorSha256 = "sha256-u1VrlTvmB2KSnlxcdCyfxw0xAMd+AeN5g/a7JehUV9U="; vendorSha256 = "sha256-nchscK8HPsZ/i4kjyB1uHNh4lNbs7UALzGLVgxdAcSk=";
# Change the default location of the management socket on Linux # Change the default location of the management socket on Linux
# systems so that the yggdrasil system service unit does not have to # systems so that the yggdrasil system service unit does not have to