Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ffcfb80781fc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e517c5251e07
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 18, 2020

  1. nebula: 1.0.0 -> 1.1.0

    Br1ght0ne committed Jan 18, 2020
    Copy the full SHA
    ae3ba80 View commit details
  2. Merge pull request #77976 from filalex77/nebula-1.1.0

    nebula: 1.0.0 -> 1.1.0
    marsam authored Jan 18, 2020
    Copy the full SHA
    e517c52 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/nebula/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/nebula/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "nebula";
version = "1.0.0";
version = "1.1.0";

src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "v${version}";
sha256 = "0j7fna352z8kzx6n0hck7rp122c0v44j9syz0v30vq47xq2pwj5c";
sha256 = "0nwagk3q2gkirqrk27fisad2c2p2y1lsvz5phax9v5h51p1y79ia";
};

modSha256 = "130h0gc5z0w5inpc99y6mismwg3nyzk3bqdq5v9yclkxlhkbcp6d";
modSha256 = "1sy5mnwn9fxjf3y41lm8gsggid2c0y08iw88m9ng8psaf4qid8ij";

subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];