Unverified Commit 5d874ac4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #288495 from GaetanLepage/abseil202301

abseil-cpp_202301: 20230125.3 -> 20230125.4
parents 66f0b8ee f6450863
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "abseil-cpp";
  version = "20230125.3";
  version = "20230125.4";

  src = fetchFromGitHub {
    owner = "abseil";
    repo = "abseil-cpp";
    rev = "refs/tags/${finalAttrs.version}";
    hash = "sha256-PLoI7ix+reUqkZ947kWzls8lujYqWXk9A9a55UcfahI=";
    hash = "sha256-7C/QIXYRyUyNVVE0tqmv8b5g/uWc58iBI5jzdtddQ+U=";
  };

  patches = lib.optionals stdenv.isDarwin [