zabbix agent -> 7.4.1
This commit is contained in:
parent
0834ce42d0
commit
d115c882c2
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchurl, autoreconfHook, pkg-config, libiconv, openssl, pcre, zlib }:
|
||||
{ lib, buildGoModule, fetchurl, autoreconfHook, pkg-config, libiconv, openssl, pcre, pcre2, zlib }:
|
||||
|
||||
import ./versions.nix ({ version, hash, vendorHash ? throw "unsupported version ${version} for zabbix-agent2", ... }:
|
||||
buildGoModule {
|
||||
|
|
@ -15,7 +15,7 @@ import ./versions.nix ({ version, hash, vendorHash ? throw "unsupported version
|
|||
inherit vendorHash;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
buildInputs = [ libiconv openssl pcre zlib ];
|
||||
buildInputs = [ libiconv openssl pcre pcre2 zlib ];
|
||||
|
||||
# need to provide GO* env variables & patch for reproducibility
|
||||
postPatch = ''
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
generic: {
|
||||
latest = generic {
|
||||
version = "7.2.5";
|
||||
hash = "sha256-DQGzk90isqYLNvs3qY/PEIHGg62Ygyot3YeUOhIAg54=";
|
||||
version = "7.4.1";
|
||||
hash = "sha256-AtTttBuXR8CJ98pFvMjczdF3n4i0k9wV/59w26n1OUM=";
|
||||
vendorHash = null;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue