abseil-cpp-202206: 20220623.1 -> 20220623.2

Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20220623.2
This commit is contained in:
Gaetan Lepage
2024-02-13 07:44:05 +01:00
parent 1828ca4dc6
commit 09ce60f8a1
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, static ? stdenv.hostPlatform.isStatic
, cxxStandard ? null
@@ -9,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "abseil-cpp";
version = "20220623.1";
version = "20220623.2";
src = fetchFromGitHub {
owner = "abseil";
repo = "abseil-cpp";
rev = "refs/tags/${version}";
hash = "sha256-Od1FZOOWEXVQsnZBwGjDIExi6LdYtomyL0STR44SsG8=";
hash = "sha256-ma8QJfSySsk2XVLA0rhwYJMQx+6HxMFgub6gi5mDrLI=";
};
patches = lib.optionals stdenv.isDarwin [