hubble: 0.13.2 -> 0.13.3

This commit is contained in:
R. Ryantm 2024-04-18 13:12:46 +00:00
parent ae3c6a2eb9
commit 2747deeb49
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hubble";
version = "0.13.2";
version = "0.13.3";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0SCuQzRwluowF48lzyLxY+0rvTOyDbpkMI7Iwb6GHJo=";
sha256 = "sha256-tHkLUoccOUcUjODecy1QyeuDb/aXv67sK8JHJ1IspC8=";
};
vendorHash = null;