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

hubble: 0.13.0 -> 0.13.2
This commit is contained in:
Nick Cao 2024-03-22 20:38:29 -04:00 committed by GitHub
commit 93ff3ab2e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.13.0";
version = "0.13.2";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-jFzxAzLv3EfqWgbXsN8d0OPY8pDy7OBjJIzr+x5yFF0=";
sha256 = "sha256-0SCuQzRwluowF48lzyLxY+0rvTOyDbpkMI7Iwb6GHJo=";
};
vendorHash = null;