Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #302796 from GaetanLepage/abseil

abseil-cpp_202401: 20240116.1 -> 20240116.2

authored by Mario Rodas and committed by GitHub 6a8cb677 576c1e31

+2 -2
+2 -2
pkgs/development/libraries/abseil-cpp/202401.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "abseil-cpp"; 12 - version = "20240116.1"; 12 + version = "20240116.2"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "abseil"; 16 16 repo = "abseil-cpp"; 17 17 rev = "refs/tags/${finalAttrs.version}"; 18 - hash = "sha256-D4E11bICKr3Z5RRah7QkfXVsXtuUg32FMmKpiOGjZDM="; 18 + hash = "sha256-eA2/dZpNOlex1O5PNa3XSZhpMB3AmaIoHzVDI9TD/cg="; 19 19 }; 20 20 21 21 cmakeFlags = [