Merge pull request #328320 from r-ryantm/auto-update/hubble

hubble: 0.13.5 -> 0.13.6
This commit is contained in:
Nick Cao 2024-07-19 18:06:51 -04:00 committed by GitHub
commit 234a6cd5d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.13.5";
version = "0.13.6";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0NApMqLjeYOMxEI8tY2zLxccuSD5nHUGNsya+26ghDY=";
sha256 = "sha256-evtXuVcaKKuAW+04S+IADKf+wJ1MrnGpHLNUbxWd9ZM=";
};
vendorHash = null;