hubble: 0.13.5 -> 0.13.6

This commit is contained in:
R. Ryantm 2024-07-19 01:52:59 +00:00
parent 5079f7b926
commit 4138a4beae

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.13.5";
version = "0.13.6";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0NApMqLjeYOMxEI8tY2zLxccuSD5nHUGNsya+26ghDY=";
sha256 = "sha256-evtXuVcaKKuAW+04S+IADKf+wJ1MrnGpHLNUbxWd9ZM=";
};
vendorHash = null;