Skip to content

Commit

Permalink
Merge pull request #279826 from r-ryantm/auto-update/nebula
Browse files Browse the repository at this point in the history
nebula: 1.8.1 -> 1.8.2
  • Loading branch information
NickCao authored Jan 14, 2024
2 parents 039d3eb + 4da2640 commit 0f2c8ff
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 @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "nebula";
version = "1.8.1";
version = "1.8.2";

src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lLDoAR3n3V0hJWvvSqz0nWXSsiXK+kjJJo7okv4KX8c=";
hash = "sha256-tbzdbI4QTLQcJ6kyD3c+jQvXn9ERV/9hrzNPXV9XwVM=";
};

vendorHash = "sha256-amOveyxXGyQVV6yQspExXfj0JTN9yLs6+bcKYRst1tU=";
vendorHash = "sha256-BL9Tx87pBZIAuoneu6Sm2gjyTTC6yOZv5GVYNNeuhtw=";

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

Expand Down

0 comments on commit 0f2c8ff

Please sign in to comment.