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

hubble: 0.13.4 -> 0.13.5
This commit is contained in:
Nick Cao 2024-06-06 09:38:02 -04:00 committed by GitHub
commit 6d0a673f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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