Merge pull request #148884 from humancalico/hubble

hubble: 0.8.2 -> 0.9.0
This commit is contained in:
Ryan Mulligan 2021-12-07 06:43:52 -08:00 committed by GitHub
commit f56b8f6892
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.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "1n1930hlaflx7kzqbz7vvnxw9hrps84kqibaf2ixnjp998kqkl6d";
sha256 = "sha256-L8sRvIA89RiXjrG0WcH72iYKlNTFvmQrveA9k5EBRKo=";
};
vendorSha256 = null;