asterisk-module-sccp 4.3.4 -> 4.3.5 https://github.com/chan-sccp/chan-sccp/releases attrpath: asterisk-module-sccp 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/servers/asterisk/sccp/default.nix b/pkgs/servers/asterisk/sccp/default.nix index 756699e5adb..5d60d427813 100644 --- a/pkgs/servers/asterisk/sccp/default.nix +++ b/pkgs/servers/asterisk/sccp/default.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchFromGitHub, binutils-unwrapped, patchelf, asterisk }: stdenv.mkDerivation rec { pname = "asterisk-module-sccp"; - version = "4.3.4"; + version = "4.3.5"; src = fetchFromGitHub { owner = "chan-sccp"; repo = "chan-sccp"; rev = "v${version}"; - sha256 = "sha256-YGHK4A03Ba/tnVTnu9VuhIy/xQ5C/7ZX8h9mxqKsnZI="; + sha256 = "sha256-Lonsh7rx3C17LU5pZpZuFxlki0iotDt+FivggFJbldU="; }; nativeBuildInputs = [ patchelf ]; 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 asterisk-module-sccp nix build failed. CC libsccp_la-sccp_debug.lo CC libsccp_la-sccp_indicate.lo CC libsccp_la-sccp_pbx.lo CC libsccp_la-sccp_session.lo CC libsccp_la-sccp_threadpool.lo CC libsccp_la-sccp_softkeys.lo CC libsccp_la-sccp_featureButton.lo CC libsccp_la-sccp_line.lo CC libsccp_la-sccp_linedevice.lo CC libsccp_la-sccp_actions.lo CC libsccp_la-sccp_cli.lo CC libsccp_la-sccp_feature.lo CC libsccp_la-sccp_config.lo sccp_config.c:228:49: error: 'struct sccp_global_vars' has no member named 'iconvcodepage' 228 | #define offsize(TYPE, MEMBER) sizeof(((TYPE *)0)->MEMBER) | ^~ sccp_config.c:229:31: note: in expansion of macro 'offsize' 229 | #define G_OBJ_REF(x) offsize(struct sccp_global_vars, x), offsetof(struct sccp_global_vars, x) | ^~~~~~~ sccp_config_entries.hh:147:41: note: in expansion of macro 'G_OBJ_REF' 147 | {"phonecodepage", G_OBJ_REF(iconvcodepage), TYPE_STRINGPTR, SCCP_CONFIG_FLAG_NONE, SCCP_CONFIG_NOUPDATENEEDED, "ISO8859-1", "Translation codepage for old phones, used to convert labels/buttonnames/descriptions from UTF-8 to this codepage, on pre-java phones. DEFAULT:ISO8859-1\n"}, | ^~~~~~~~~ compilation terminated due to -Wfatal-errors. make[3]: *** [Makefile:947: libsccp_la-sccp_config.lo] Error 1 make[3]: Leaving directory '/build/source/src' make[2]: *** [Makefile:1109: all-recursive] Error 1 make[2]: Leaving directory '/build/source/src' make[1]: *** [Makefile:668: all] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:615: all-recursive] Error 1