3
0
Fork 0
forked from mirrors/nixpkgs

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

hubble: 0.11.5 -> 0.11.6
This commit is contained in:
figsoda 2023-06-09 20:43:15 -04:00 committed by GitHub
commit 01105caf27
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.5";
version = "0.11.6";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OqL0L0VyYeg3Vk46LouuqHWpwYTu1vphJSVd6/hWsvA=";
sha256 = "sha256-6ZUzwZ12/pon2IQwyw1JvXHIjOht3gbAg7Yz5yfH4CQ=";
};
vendorHash = null;