Revert "abseil-cpp: 20250127.1 -> 20250512.1"

This reverts commit d3a1f2f9deadc3ef0fafd68cfee0c6544ac6b844.

abseil-cpp_202501 shouldn't become abseil-cpp_202505 silently, a
separate abseil-cpp_202505 attrset should be included.

Downstream abseil consumers are generally very picky about the version.
Maybe we should also do away with the abseil-cpp alias and be explicit
about the version everywhere, but that's unrelated to this revert.

+2 -2
+2 -2
pkgs/by-name/ab/abseil-cpp_202501/package.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "abseil-cpp"; 13 - version = "20250512.1"; 13 + version = "20250127.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "abseil"; 17 17 repo = "abseil-cpp"; 18 18 tag = finalAttrs.version; 19 - hash = "sha256-eB7OqTO9Vwts9nYQ/Mdq0Ds4T1KgmmpYdzU09VPWOhk="; 19 + hash = "sha256-QTywqQCkyGFpdbtDBvUwz9bGXxbJs/qoFKF6zYAZUmQ="; 20 20 }; 21 21 22 22 cmakeFlags = [