re2 2023-03-01 -> 2023-06-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..bc966359e29 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-06-01"; src = fetchFromGitHub { owner = "google"; repo = "re2"; rev = version; - hash = "sha256-T+P7qT8x5dXkLZAL8VjvqPD345sa6ALX1f5rflE0dwc="; + hash = "sha256-XG9zMSJIZZYEG3Vap4DMIOGh4sY0O+2btVj8ho9DXcs="; }; 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. 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/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/share/doc/RE2 -DCMAKE_INSTALL_INFODIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/2i84lk5gsq9hxg5bfhrjkzdxbxfrmfx7-re2-2023-06-01-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/2i84lk5gsq9hxg5bfhrjkzdxbxfrmfx7-re2-2023-06-01-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/c22pksfcw1nnkcxlf5xm7ljxhngg3n65-gcc-wrapper-12.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/c22pksfcw1nnkcxlf5xm7ljxhngg3n65-gcc-wrapper-12.2.0/bin/ranlib -DCMAKE_AR=/nix/store/c22pksfcw1nnkcxlf5xm7ljxhngg3n65-gcc-wrapper-12.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/ih2lwrjascpp9m2xnafj8hg7frbq9j1s-re2-2023-06-01 -DBUILD_SHARED_LIBS:BOOL=ON -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/c22pksfcw1nnkcxlf5xm7ljxhngg3n65-gcc-wrapper-12.2.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:79 (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! See also "/build/source/build_dir/CMakeFiles/CMakeOutput.log".