hubble: 0.11.6 -> 0.12.0

This commit is contained in:
R. Ryantm
2023-07-14 01:15:17 +00:00
parent fa32e3cbae
commit 3fac44a665
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.11.6";
version = "0.12.0";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6ZUzwZ12/pon2IQwyw1JvXHIjOht3gbAg7Yz5yfH4CQ=";
sha256 = "sha256-QtslAJC9qPR1jnyK4SLPVv8YTxOUvrzrSA1TzEwajS8=";
};
vendorHash = null;