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

hubble: 0.13.3 -> 0.13.4
This commit is contained in:
Matthias Beyer 2024-05-14 09:53:05 +02:00 committed by GitHub
commit 31e0ddd918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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