Unverified Commit 6fc70337 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

hubble: 1.18.5 -> 1.18.6 (#491296)

parents 5af8bedb 257cb9f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGo124Module rec {
  pname = "hubble";
  version = "1.18.5";
  version = "1.18.6";

  src = fetchFromGitHub {
    owner = "cilium";
    repo = "hubble";
    tag = "v${version}";
    hash = "sha256-0R9Bm+8eiCOfsCs2oCBjZQR/N8z0DmkGBC/6Fy4JNyM=";
    hash = "sha256-I/+QE+HY+dU4ZIj/8vP7Ij/eInSn1pxuTNDghIsVXt0=";
  };

  nativeBuildInputs = [