Skip to content

Commit 5d874ac

Browse files
authored
Merge pull request #288495 from GaetanLepage/abseil202301
abseil-cpp_202301: 20230125.3 -> 20230125.4
2 parents 66f0b8e + f645086 commit 5d874ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/abseil-cpp/202301.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "abseil-cpp";
12-
version = "20230125.3";
12+
version = "20230125.4";
1313

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

2121
patches = lib.optionals stdenv.isDarwin [

0 commit comments

Comments
 (0)