Merge pull request #288464 from GaetanLepage/abseil

abseil-cpp-202206: 20220623.1 -> 20220623.2
This commit is contained in:
Mario Rodas 2024-02-17 09:52:06 -05:00 committed by GitHub
commit 188353a40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 [