1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #335813 from r-ryantm/auto-update/goflow2

goflow2: 2.1.5 -> 2.2.0
This commit is contained in:
Nick Cao 2024-08-19 16:45:24 -04:00 committed by GitHub
commit 4e256aa9da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "2.1.5";
version = "2.2.0";
in
buildGoModule {
pname = "goflow2";
@ -14,7 +14,7 @@ buildGoModule {
owner = "netsampler";
repo = "goflow2";
rev = "v${version}";
hash = "sha256-Xo0SG9s39fPBGkPaVUbfWrHVVqZ7gQvjp4PJE/Z/jog=";
hash = "sha256-kqoHYNuyzT1gsBR00KuMe/+D0YT3ZvXOvoceWGKg7G8=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule {
"-X=main.version=${version}"
];
vendorHash = "sha256-6Wuf6trx8Epyv3FWAtEyAjGBM4OQyK0C8bpRWX0NUdo=";
vendorHash = "sha256-4I4gIRJ80x9lmPpbJraSo1OD9CzT6povZDUAr1ZZEa0=";
meta = {
description = "High performance sFlow/IPFIX/NetFlow Collector";