nebula: 1.5.2 -> 1.6.0

This commit is contained in:
Ashish SHUKLA 2022-07-02 18:22:13 +05:30 committed by superherointj
parent a2642faaea
commit 183b236eef
2 changed files with 6 additions and 4 deletions

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nebula";
version = "1.5.2";
version = "1.6.0";
src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "v${version}";
sha256 = "kxBu+r99sC3XWDX+xTmhdUJx0HMVWA0Xgy7wgfrjZ5E=";
sha256 = "sha256-JUFMcqu24YK1FjaNPkQLOtkyEhvqZPXZyFV+HBAKn5w=";
};
vendorSha256 = "5Yv2t5vdUNCcCo2KAm1xCkRVrt6gIasKHLqH7VVPDuU=";
vendorSha256 = "sha256-GvMiOEC3Y/pGG++Z+XCgLVADKymUR9shDxjx3xIz8u0=";
subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];

View file

@ -8754,7 +8754,9 @@ with pkgs;
nearcore = callPackage ../applications/blockchains/nearcore { };
nebula = callPackage ../tools/networking/nebula { };
nebula = callPackage ../tools/networking/nebula {
buildGoModule = buildGo118Module;
};
nemiver = callPackage ../development/tools/nemiver { };