re2 2023-03-01 -> 2023-07-01 https://github.com/google/re2/releases attrpath: re2 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/libraries/re2/default.nix b/pkgs/development/libraries/re2/default.nix index 20203523239..3b48ec27cc5 100644 --- a/pkgs/development/libraries/re2/default.nix +++ b/pkgs/development/libraries/re2/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "re2"; - version = "2023-03-01"; + version = "2023-07-01"; src = fetchFromGitHub { owner = "google"; repo = "re2"; rev = version; - hash = "sha256-T+P7qT8x5dXkLZAL8VjvqPD345sa6ALX1f5rflE0dwc="; + hash = "sha256-1h8t55G2ufs9D/SEGc6oOq5S+Hq4JIGKPbFHdDkvMLo="; }; outputs = [ "out" "dev" ]; 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 re2 nix build failed. configuring fixing cmake files... cmake flags: -GNinja -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/share/doc/RE2 -DCMAKE_INSTALL_INFODIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/xg9dqs4a5jmdnnxkn2fcwaaxjyni4bnc-re2-2023-07-01-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/xg9dqs4a5jmdnnxkn2fcwaaxjyni4bnc-re2-2023-07-01-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x7n44lfys59k5ajj9w1fkxw5391cnn5v-gcc-wrapper-12.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/x7n44lfys59k5ajj9w1fkxw5391cnn5v-gcc-wrapper-12.3.0/bin/ranlib -DCMAKE_AR=/nix/store/x7n44lfys59k5ajj9w1fkxw5391cnn5v-gcc-wrapper-12.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/6bhrzn57frm87a0m6vxyx9jwq6cdycyx-re2-2023-07-01 -DBUILD_SHARED_LIBS:BOOL=ON -- The CXX compiler identification is GNU 12.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/x7n44lfys59k5ajj9w1fkxw5391cnn5v-gcc-wrapper-12.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at CMakeLists.txt:82 (find_package): By not providing "Findabsl.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "absl", but CMake did not find one. Could not find a package configuration file provided by "absl" with any of the following names: abslConfig.cmake absl-config.cmake Add the installation prefix of "absl" to CMAKE_PREFIX_PATH or set "absl_DIR" to a directory containing one of the above files. If "absl" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred!