Skip to content

Commit

Permalink
yggdrasil: 0.5.11 -> 0.5.12
Browse files Browse the repository at this point in the history
(cherry picked from commit 50eaaa1)
  • Loading branch information
ehmry authored and github-actions[bot] committed Dec 19, 2024
1 parent fac643b commit 6d3e683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/yg/yggdrasil/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "yggdrasil";
version = "0.5.11";
version = "0.5.12";

src = fetchFromGitHub {
owner = "yggdrasil-network";
repo = "yggdrasil-go";
rev = "v${version}";
hash = "sha256-029bG3zHEJKjP8fvq+TxiAR/JiGqXzrK5gnxvyve9FA=";
hash = "sha256-NlNQnYmK//p35pj2MInD6RVsajM/bGDhOuzOZZYoWRw=";
};

vendorHash = "sha256-D65Sbc9W5qYO/GmSIvFRwPpGJlX7bzsp8yN6yb3prWY=";
vendorHash = "sha256-xZpUWIR3xTjhhNSwPoHx7GLUgcZJrWfF0FMExlluBmg=";

subPackages = [
"cmd/genkeys"
Expand Down

0 comments on commit 6d3e683

Please sign in to comment.