nebula: 1.9.4 -> 1.9.5 (#362508)

This commit is contained in:
Bruno Bigras
2024-12-09 23:49:48 -05:00
committed by GitHub
parent 631ac8b6b4
commit daba6752a2
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nebula";
version = "1.9.4";
version = "1.9.5";
src = fetchFromGitHub {
owner = "slackhq";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Y8BTbvdSJ+xlxHuy0TzQEGiymJzAqlHe3PiXAlUddPs=";
hash = "sha256-IJMmVKdgYCXCaRndlcoozFBr+RsUhzC1Eqo427K1k+o=";
};
vendorHash = "sha256-oXhq+s5gDKPVClZpOzYi7BaYwcDqbCLBEO5BNGy9LJA=";