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 fa03321 + 5f0cf57 commit 66f0b8eCopy full SHA for 66f0b8e
pkgs/development/libraries/abseil-cpp/202308.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "abseil-cpp";
12
- version = "20230802.1";
+ version = "20230802.2";
13
14
src = fetchFromGitHub {
15
owner = "abseil";
16
repo = "abseil-cpp";
17
rev = "refs/tags/${finalAttrs.version}";
18
- hash = "sha256-uNGrTNg5G5xFGtc+BSWE389x0tQ/KxJQLHfebNWas/k=";
+ hash = "sha256-wW7dCqiiHyBHiizyV0+M6p17itwTpzHv/T0/mcXyYWE=";
19
};
20
21
cmakeFlags = [
0 commit comments