syslogng 3.38.1 -> 4.3.1 https://github.com/syslog-ng/syslog-ng/releases attrpath: syslogng Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/system/syslog-ng/default.nix b/pkgs/tools/system/syslog-ng/default.nix index b19cbde0aa5f..7e6ee4a6132f 100644 --- a/pkgs/tools/system/syslog-ng/default.nix +++ b/pkgs/tools/system/syslog-ng/default.nix @@ -7,11 +7,11 @@ stdenv.mkDerivation rec { pname = "syslog-ng"; - version = "3.38.1"; + version = "4.3.1"; src = fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/${pname}-${version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-VJH2htC4KbabLg/A1mpi9RmRqvruAFR1v6OPqzmUQfc="; + sha256 = "sha256-mZ26timCw8/7oCwL4ixZbuHOgdaVRoncmzpq/rUTzOM="; }; nativeBuildInputs = [ pkg-config which ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A syslogng nix build failed. ./lib/compat/pcre.h:31:10: fatal error: pcre2.h: No such file or directory 31 | #include  | ^~~~~~~~~ In file included from ./lib/multi-line/multi-line-pattern.h:30, from ./lib/multi-line/regexp-multi-line.h:30, from lib/multi-line/multi-line-factory.h:29, from lib/cfg-grammar-internal.h:51, from lib/cfg-grammar-internal.c:26: ./lib/compat/pcre.h:31:10: fatal error: pcre2.h: No such file or directory 31 | #include  | ^~~~~~~~~ compilation terminated. compilation terminated. In file included from ./lib/multi-line/multi-line-pattern.h:30, from ./lib/multi-line/regexp-multi-line.h:30, from lib/multi-line/multi-line-factory.h:29, from lib/cfg-grammar-internal.h:51, from /source/lib/cfg-grammar.y:38, from /source/lib/cfg-lex.l:29: ./lib/compat/pcre.h:31:10: fatal error: pcre2.h: No such file or directory 31 | #include  | ^~~~~~~~~ compilation terminated. CC lib/transport/libsyslog_ng_la-transport-factory-tls.lo make[2]: *** [Makefile:18989: lib/libsyslog_ng_la-cfg-grammar.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [Makefile:18996: lib/libsyslog_ng_la-cfg-grammar-internal.lo] Error 1 make[2]: *** [Makefile:18982: lib/libsyslog_ng_la-cfg-lex.lo] Error 1 make[1]: *** [Makefile:27470: all-recursive] Error 1 make: *** [Makefile:11773: all] Error 2