We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dc1546 + 50eaaa1 commit 003b599Copy full SHA for 003b599
pkgs/by-name/yg/yggdrasil/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "yggdrasil";
10
- version = "0.5.11";
+ version = "0.5.12";
11
12
src = fetchFromGitHub {
13
owner = "yggdrasil-network";
14
repo = "yggdrasil-go";
15
rev = "v${version}";
16
- hash = "sha256-029bG3zHEJKjP8fvq+TxiAR/JiGqXzrK5gnxvyve9FA=";
+ hash = "sha256-NlNQnYmK//p35pj2MInD6RVsajM/bGDhOuzOZZYoWRw=";
17
};
18
19
- vendorHash = "sha256-D65Sbc9W5qYO/GmSIvFRwPpGJlX7bzsp8yN6yb3prWY=";
+ vendorHash = "sha256-xZpUWIR3xTjhhNSwPoHx7GLUgcZJrWfF0FMExlluBmg=";
20
21
subPackages = [
22
"cmd/genkeys"
0 commit comments