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

hubble: 0.12.3 -> 0.13.0
This commit is contained in:
Weijia Wang 2024-01-29 08:59:03 +01:00 committed by GitHub
commit d5aab2dd43
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.12.3";
version = "0.13.0";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GVfPrKPX/y/trtZjIftUW1bH5Z/O/oIUoIjjEET38Mk=";
sha256 = "sha256-jFzxAzLv3EfqWgbXsN8d0OPY8pDy7OBjJIzr+x5yFF0=";
};
vendorHash = null;