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

hubble: 0.12.0 -> 0.12.1
This commit is contained in:
Mario Rodas 2023-10-12 03:12:34 -05:00 committed by GitHub
commit 1245cb183e
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.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QtslAJC9qPR1jnyK4SLPVv8YTxOUvrzrSA1TzEwajS8=";
sha256 = "sha256-YJrL4fLJnTkfzZQp4MzPZL8ZZOGhFbHUzOpvaA5JrOA=";
};
vendorHash = null;