3
0
Fork 0
forked from mirrors/nixpkgs

hubble: 0.11.5 -> 0.11.6

This commit is contained in:
R. Ryantm 2023-06-09 23:05:48 +00:00
parent ba0f52d803
commit f10ee90dd2

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.11.5";
version = "0.11.6";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OqL0L0VyYeg3Vk46LouuqHWpwYTu1vphJSVd6/hWsvA=";
sha256 = "sha256-6ZUzwZ12/pon2IQwyw1JvXHIjOht3gbAg7Yz5yfH4CQ=";
};
vendorHash = null;