cg3 1.3.9 -> 1.4.5 https://github.com/GrammarSoft/cg3/releases attrpath: cg3 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/development/interpreters/cg3/default.nix b/pkgs/development/interpreters/cg3/default.nix index 8aa0d412c1c..6e73b5c7790 100644 --- a/pkgs/development/interpreters/cg3/default.nix +++ b/pkgs/development/interpreters/cg3/default.nix @@ -10,13 +10,13 @@ let cg3 = stdenv.mkDerivation rec { pname = "cg3"; - version = "1.3.9"; + version = "1.4.5"; src = fetchFromGitHub { owner = "GrammarSoft"; repo = "${pname}"; rev = "v${version}"; - sha256 = "sha256-TiEhhk90w5GibGZ4yalIf+4qLA8NoU6+GIPN6QNTz2A="; + sha256 = "sha256-VvFYiJb5Eo8XK1cS/elD7TAK1B74JFd+0mEUrdYoFQM="; }; nativeBuildInputs = [ 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 cg3 nix build failed. -- Performing Test COMPILER_SUPPORTS_flto -- Performing Test COMPILER_SUPPORTS_flto - Success -- Performing Test COMPILER_SUPPORTS_stdc2x -- Performing Test COMPILER_SUPPORTS_stdc2x - Success -- Performing Test COMPILER_SUPPORTS_-std-c--23 -- Performing Test COMPILER_SUPPORTS_-std-c--23 - Success -- Looking for C++ include filesystem -- Looking for C++ include filesystem - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Did not find Boost locally; trying globally... -- If this doesn't work, run ./get-boost.sh and try again. -- Found Boost: /nix/store/f78xkzlykc9d9khbah9v0f0zk6fnrnfp-boost-1.79.0-dev/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found suitable version "1.79.0", minimum required is "1.62.0") -- Found the following ICU libraries: -- i18n (required): /nix/store/xkw42593wmlxglrg3nyxb9yklv74ag1i-icu4c-73.2/lib/libicui18n.so -- io (required): /nix/store/xkw42593wmlxglrg3nyxb9yklv74ag1i-icu4c-73.2/lib/libicuio.so -- uc (required): /nix/store/xkw42593wmlxglrg3nyxb9yklv74ag1i-icu4c-73.2/lib/libicuuc.so -- data (required): /nix/store/xkw42593wmlxglrg3nyxb9yklv74ag1i-icu4c-73.2/lib/libicudata.so -- Found ICU: /nix/store/3wg6vij25yl0xg5mxjbsb7w0qd65m8zf-icu4c-73.2-dev/include (found suitable version "73.2", minimum required is "59.0") -- Found ICU version 73.2 CMake Error at /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Call Stack (most recent call first): /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/f8inixjb36rcxvjwsghqlqqxgbrdrvly-cmake-3.26.4/share/cmake-3.26/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args) src/CMakeLists.txt:34 (find_package)  -- Configuring incomplete, errors occurred!