Skip to content

Commit

Permalink
nebula: 1.2.0 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 26, 2020
1 parent 020ff69 commit bff1304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/nebula/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "nebula";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "v${version}";
sha256 = "0xrki9w83b4b3l5adq1rxz374f124wf388sdyvy7ngc3b04k7qlb";
sha256 = "08pjzlqck9524phsmqjwg6237vj1mmwsynkxivnahv1vhwyy9awz";
};

vendorSha256 = "094mn1r69c40w7k3lsggjh0dpws9l0j7mgiyjy1lpblkvkyk2azm";
vendorSha256 = "1g6wk5sydxbzpx62k4bdq4qnyk98mn1pljgi5hbffj01ipd82kq8";

doCheck = false;

Expand Down

0 comments on commit bff1304

Please sign in to comment.