nebula: 1.9.6 -> 1.9.7

(cherry picked from commit 8c4ab456b1)
This commit is contained in:
Tom Herbers
2025-10-10 21:16:52 +02:00
committed by github-actions[bot]
parent 54fb1628f3
commit dec016b2fb

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "nebula";
version = "1.9.6";
version = "1.9.7";
src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
tag = "v${version}";
hash = "sha256-klVbLseqIaibcXL83BVjRgY1ziZlxf+w4bRkkPlUnlU=";
hash = "sha256-U6PCHRSETkrA/nulTqIn9vvj3zks10kJ1k2syFsPMnM=";
};
vendorHash = "sha256-oXhq+s5gDKPVClZpOzYi7BaYwcDqbCLBEO5BNGy9LJA=";