hubble: 1.19.3 -> 1.19.4

This commit is contained in:
R. Ryantm
2026-06-05 22:16:21 +00:00
parent 457ad1dc57
commit cf4f3bc0ff
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "hubble";
version = "1.19.3";
version = "1.19.4";
src = fetchFromGitHub {
owner = "cilium";
repo = "hubble";
tag = "v${version}";
hash = "sha256-aqHFSb0q3WyBP8uPfA02vWKvMCiO9n4MYOL4o/twlIE=";
hash = "sha256-/O2w8AMEt5kKCpUKjknRIY2i/Do+i3gCCPOa384xgp8=";
};
nativeBuildInputs = [