goflow2: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2024-03-24 13:28:12 +00:00
parent 0ea4f4d8af
commit 2ce1f2b04b
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "goflow2";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "netsampler";
repo = pname;
rev = "v${version}";
hash = "sha256-eI5Czx721aty1b+rs8uHrx0IBM/DK7bkPck1QIYPcNI=";
hash = "sha256-wtvBkk+Y4koGDGN+N/w4FsdejgpCIio0g2QV35Pr/fo=";
};
ldflags = [
@ -20,7 +20,7 @@ buildGoModule rec {
"-X=main.version=${version}"
];
vendorHash = "sha256-9Ebrkizt/r60Kxh291CLzwKIkpdQqJuVYQ2umxih9lo=";
vendorHash = "sha256-qcWeIg278V2bgFGpWwUT5JCblxfBv0/gWV1oXul/nCQ=";
meta = with lib; {
description = "High performance sFlow/IPFIX/NetFlow Collector";