yggdrasil: 0.5.7 -> 0.5.8

This commit is contained in:
R. Ryantm 2024-08-13 04:28:50 +00:00 committed by Emery Hemingway
parent 501e18fbc5
commit b1cfcd3d01

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "yggdrasil";
version = "0.5.7";
version = "0.5.8";
src = fetchFromGitHub {
owner = "yggdrasil-network";
repo = "yggdrasil-go";
rev = "v${version}";
sha256 = "sha256-hKgZejK7q0rySVBz3amC1wPhZsxCDexVECJWBMRQTDc=";
sha256 = "sha256-3sX1xNfblmIXI1hiXL9bhA4+CobUZ5xhpJFKugzwlGE=";
};
vendorHash = "sha256-HBl30BnSERivIHb3dbfhDwwBvs3MUkltDf+R790vSGE=";