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

hubble: 0.12.2 -> 0.12.3
This commit is contained in:
OTABI Tomoya 2023-12-20 10:12:41 +09:00 committed by GitHub
commit 106aa4c837
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.2";
version = "0.12.3";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nnW0dLFPHex4fYJeBPFy8SP7Uc6cs5eN+dv0kIfCUYs=";
sha256 = "sha256-GVfPrKPX/y/trtZjIftUW1bH5Z/O/oIUoIjjEET38Mk=";
};
vendorHash = null;