abseil-cpp_202308: 20230802.1 -> 20230802.2

Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20230802.2
This commit is contained in:
Gaetan Lepage 2024-02-13 10:53:41 +01:00
parent 1828ca4dc6
commit 5f0cf57324

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "abseil-cpp";
version = "20230802.1";
version = "20230802.2";
src = fetchFromGitHub {
owner = "abseil";
repo = "abseil-cpp";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-uNGrTNg5G5xFGtc+BSWE389x0tQ/KxJQLHfebNWas/k=";
hash = "sha256-wW7dCqiiHyBHiizyV0+M6p17itwTpzHv/T0/mcXyYWE=";
};
cmakeFlags = [