about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-09 17:06:47 -0400
committerGitHub <noreply@github.com>2024-05-09 17:06:47 -0400
commitc9f87ea877f3a427bf949c6d84f95844ca63edf5 (patch)
tree740194b166bf446d84746341e7088fdf432e705c /pkgs/tools
parentcc6431d5598071f0021efc6c009c79e5b5fe1617 (diff)
parent1bce3ad9b08ef086e7802c389007c3b042d3eba2 (diff)
Merge pull request #310257 from r-ryantm/auto-update/nebula
nebula: 1.8.2 -> 1.9.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/nebula/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/nebula/default.nix b/pkgs/tools/networking/nebula/default.nix
index 5420c5fa35c3d..09123767d1160 100644
--- a/pkgs/tools/networking/nebula/default.nix
+++ b/pkgs/tools/networking/nebula/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "nebula";
-  version = "1.8.2";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "slackhq";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-tbzdbI4QTLQcJ6kyD3c+jQvXn9ERV/9hrzNPXV9XwVM=";
+    hash = "sha256-JCYH3MTHHIKTA12G99e9VJQtQ6UDSxdTNCLX6ZeOKsM=";
   };
 
-  vendorHash = "sha256-BL9Tx87pBZIAuoneu6Sm2gjyTTC6yOZv5GVYNNeuhtw=";
+  vendorHash = "sha256-4BnFvA0dxsEK7ictDUZ6nol6PtM54kk9dwKPTQbRUR0=";
 
   subPackages = [ "cmd/nebula" "cmd/nebula-cert" ];