hubble: 1.18.3 -> 1.18.5 (#477594)

This commit is contained in:
Nick Cao
2026-01-07 21:09:58 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGo124Module rec {
pname = "hubble";
version = "1.18.3";
version = "1.18.5";
src = fetchFromGitHub {
owner = "cilium";
repo = "hubble";
tag = "v${version}";
hash = "sha256-9TY7at4k3IrxJJ4HmAW9oeQX3Wg0V/LGVDNGYfBOvSA=";
hash = "sha256-0R9Bm+8eiCOfsCs2oCBjZQR/N8z0DmkGBC/6Fy4JNyM=";
};
nativeBuildInputs = [