cg3 1.3.9 -> 1.4.6 https://repology.org/project/cg3/versions 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/cs41wvvf98zsgw7vbpfabj5f8d2y0ihz-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/vvg6511xmviak7v994vhk1zhfwd5zdlg-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/vnb6fl5qzagndrqynm32z991kk7nv2hh-icu4c-73.2/lib/libicui18n.so -- io (required): /nix/store/vnb6fl5qzagndrqynm32z991kk7nv2hh-icu4c-73.2/lib/libicuio.so -- uc (required): /nix/store/vnb6fl5qzagndrqynm32z991kk7nv2hh-icu4c-73.2/lib/libicuuc.so -- data (required): /nix/store/vnb6fl5qzagndrqynm32z991kk7nv2hh-icu4c-73.2/lib/libicudata.so -- Found ICU: /nix/store/x4ld6m3ybg0cma5y904v1ivng6whjd4h-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/17r6ld906midfv8y7997fd56s7a87vrg-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/17r6ld906midfv8y7997fd56s7a87vrg-cmake-3.28.3/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/17r6ld906midfv8y7997fd56s7a87vrg-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!