goflow2: 1.3.3 -> 1.3.4

This commit is contained in:
R. Ryantm 2023-05-30 02:32:45 +00:00
parent 58c8583551
commit d21a85aad3

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "goflow2";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "netsampler";
repo = pname;
rev = "v${version}";
hash = "sha256-YZuF3O1/Ycn2gFK9i1D/W8F16B6NEift5PYbv8yqUHk=";
hash = "sha256-0E3iSO+ObaPhIUerF4y5UygJMSMJNTJwI6RqHunqrZ0=";
};
ldflags = [
@ -20,7 +20,7 @@ buildGoModule rec {
"-X=main.version=${version}"
];
vendorHash = "sha256-c40N6SAym9dpCuGb5I7t9sJBde2r552obot3drYCjB4=";
vendorHash = "sha256-tNrCsCKBoUsrCOlbI1FUoksWoI4jUiYLF+A8Fjfe9Qk=";
meta = with lib; {
description = "High performance sFlow/IPFIX/NetFlow Collector";