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

hubble: 0.11.4 -> 0.11.5
This commit is contained in:
figsoda 2023-05-13 10:21:47 -04:00 committed by GitHub
commit 470fcc0986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.11.4";
version = "0.11.5";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1AjOJ5irfX/EqKCb8hhu5g3i6hgvet+g+IN1rm1dMQE=";
sha256 = "sha256-OqL0L0VyYeg3Vk46LouuqHWpwYTu1vphJSVd6/hWsvA=";
};
vendorHash = null;