hubble: 0.11.4 -> 0.11.5

This commit is contained in:
R. Ryantm 2023-05-13 09:33:14 +00:00
parent d5c01181b9
commit c25f4f7274

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;