hubble: 1.18.6 -> 1.19.3

This commit is contained in:
R. Ryantm
2026-04-22 19:58:18 +00:00
parent 5fbed93b08
commit 9d63807c59
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "hubble";
version = "1.18.6";
version = "1.19.3";
src = fetchFromGitHub {
owner = "cilium";
repo = "hubble";
tag = "v${version}";
hash = "sha256-I/+QE+HY+dU4ZIj/8vP7Ij/eInSn1pxuTNDghIsVXt0=";
hash = "sha256-aqHFSb0q3WyBP8uPfA02vWKvMCiO9n4MYOL4o/twlIE=";
};
nativeBuildInputs = [