or-tools: bump pin of abseil-cpp

This commit is contained in:
Tomas Drtina
2023-06-20 07:30:17 -04:00
committed by Yt
parent bc2ccccf5a
commit 6df03ef265
+1 -1
View File
@@ -38247,7 +38247,7 @@ with pkgs;
python = python3;
# or-tools builds with -std=c++20, so abseil-cpp must
# also be built that way
abseil-cpp = abseil-cpp_202111.override {
abseil-cpp = abseil-cpp_202206.override {
static = true;
cxxStandard = "20";
};