nebula: 1.9.7 -> 1.10.0

Changelog: https://github.com/slackhq/nebula/releases/tag/v1.10.0
This commit is contained in:
Tom Herbers
2025-12-04 21:34:11 +01:00
parent f65ae58bfe
commit 4808e8d8c4
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "nebula";
version = "1.9.7";
version = "1.10.0";
src = fetchFromGitHub {
owner = "slackhq";
repo = "nebula";
tag = "v${version}";
hash = "sha256-U6PCHRSETkrA/nulTqIn9vvj3zks10kJ1k2syFsPMnM=";
hash = "sha256-p/2A1ZTBUPvrA8eAgLxjR7NSAfiIEkDcjX0Db8dCmfQ=";
};
vendorHash = "sha256-oXhq+s5gDKPVClZpOzYi7BaYwcDqbCLBEO5BNGy9LJA=";
vendorHash = "sha256-rod6YDosI9nBf2v6Q/rw/fT9p9N8Zo/lu989UhyL8/s=";
subPackages = [
"cmd/nebula"