Unverified Commit 9ff59939 authored by isabel's avatar isabel Committed by GitHub
Browse files

goflow2: 2.2.3 -> 2.2.6 (#474519)

parents 8ac59cf3 5111a589
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:
let
  version = "2.2.3";
  version = "2.2.6";
in
buildGoModule {
  pname = "goflow2";
@@ -14,7 +14,7 @@ buildGoModule {
    owner = "netsampler";
    repo = "goflow2";
    rev = "v${version}";
    hash = "sha256-nLsl3v4pvFa0d4AejjlUY9y92yKCU3jM5ui2Y+qZ3JY=";
    hash = "sha256-PGXBsUDooYEq5RuLRwmTMOxYuXCxhfAo9Ef/75TWPc0=";
  };

  ldflags = [
@@ -23,7 +23,7 @@ buildGoModule {
    "-X=main.version=${version}"
  ];

  vendorHash = "sha256-E7gWeh8GVFQdxLSZhpl5wAaShooKkC9EJJsulGaoBtE=";
  vendorHash = "sha256-fhZ74kSCYd/7P9A9rdQhe8ejNIsFGuSQVO84tIRN+QY=";

  meta = {
    description = "High performance sFlow/IPFIX/NetFlow Collector";