hubble: 1.18.3 -> 1.18.5

This commit is contained in:
R. Ryantm
2026-01-06 23:29:06 +00:00
parent ecf18ba4e8
commit cd9ce0bcdc
+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 = [