goflow: 3.4.5 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-01-22 01:08:15 +00:00
parent eca7c9bba8
commit 6f9e39c528
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "goflow";
version = "3.4.5";
version = "3.5.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = pname;
rev = "v${version}";
sha256 = "sha256-2tQADlAajuiNtygdu2SCu2EF3NAuloQL0ROBMUZudZU=";
sha256 = "sha256-dNu/z48wzUExGsfpKSWmLwhtqbs/Xi+4PFKRjTxt9DI=";
};
vendorHash = "sha256-fOlfVI8v7KqNSRhAPlZBSHKfZRlCbCgjnMV/6bsqDhg=";
vendorHash = "sha256-8Vz6zNxFAFjg6VGYaoYbFEp+fJXu3jrC7HJFxdQRkjw=";
meta = with lib; {
description = "NetFlow/IPFIX/sFlow collector in Go";