cg3 1.3.9 -> 1.4.6 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/interpreters/cg3/default.nix b/pkgs/development/interpreters/cg3/default.nix index 8aa0d412c1cf..c2f94d3c1ed6 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.6"; src = fetchFromGitHub { owner = "GrammarSoft"; repo = "${pname}"; rev = "v${version}"; - sha256 = "sha256-TiEhhk90w5GibGZ4yalIf+4qLA8NoU6+GIPN6QNTz2A="; + sha256 = "sha256-Tn7HljgiTrmExSzhYHxdS2ep3yxIItn4ojywSItD6VM="; }; nativeBuildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/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/12lq9ln40bjh22mc5nls90qaw6w7ipcw-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found suitable version "1.81.0", minimum required is "1.62.0") -- Found the following ICU libraries: -- i18n (required): /nix/store/qwnmd1a9zxfjqgkhv3jyyf86r9jm4gsq-icu4c-73.2/lib/libicui18n.so -- io (required): /nix/store/qwnmd1a9zxfjqgkhv3jyyf86r9jm4gsq-icu4c-73.2/lib/libicuio.so -- uc (required): /nix/store/qwnmd1a9zxfjqgkhv3jyyf86r9jm4gsq-icu4c-73.2/lib/libicuuc.so -- data (required): /nix/store/qwnmd1a9zxfjqgkhv3jyyf86r9jm4gsq-icu4c-73.2/lib/libicudata.so -- Found ICU: /nix/store/8mbdbf42v0hn72yrsk16z4mkyg7kn87m-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/mbw6qprvn80p8k7z3lq44hnz6b332xf6-cmake-3.28.3/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Call Stack (most recent call first): /nix/store/mbw6qprvn80p8k7z3lq44hnz6b332xf6-cmake-3.28.3/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/mbw6qprvn80p8k7z3lq44hnz6b332xf6-cmake-3.28.3/share/cmake-3.28/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args) src/CMakeLists.txt:34 (find_package)  -- Configuring incomplete, errors occurred!