hubble: 1.18.6 -> 1.19.3 (#512507)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-22 20:35:34 +00:00
committed by GitHub
+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 = [