abseil-cpp: 202301 -> 202401

This commit is contained in:
Gaetan Lepage 2024-01-29 08:23:08 +01:00 committed by Sandro Jäckel
parent 5d34f071b5
commit e8678f4fb3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -20448,7 +20448,7 @@ with pkgs;
then overrideSDK stdenv { darwinMinVersion = "10.13"; }
else stdenv;
};
abseil-cpp = abseil-cpp_202301;
abseil-cpp = abseil-cpp_202401;
accountsservice = callPackage ../development/libraries/accountsservice { };