Skip to content

Commit f645086

Browse files
committed
abseil-cpp_202301: 20230125.3 -> 20230125.4
Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20230125.4
1 parent 1828ca4 commit f645086

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)