We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66f0b8e + f645086 commit 5d874acCopy full SHA for 5d874ac
pkgs/development/libraries/abseil-cpp/202301.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "abseil-cpp";
12
- version = "20230125.3";
+ version = "20230125.4";
13
14
src = fetchFromGitHub {
15
owner = "abseil";
16
repo = "abseil-cpp";
17
rev = "refs/tags/${finalAttrs.version}";
18
- hash = "sha256-PLoI7ix+reUqkZ947kWzls8lujYqWXk9A9a55UcfahI=";
+ hash = "sha256-7C/QIXYRyUyNVVE0tqmv8b5g/uWc58iBI5jzdtddQ+U=";
19
};
20
21
patches = lib.optionals stdenv.isDarwin [
0 commit comments