abseil-cpp_202401: 20240116.2 -> 20240116.3

Diff:
https://github.com/abseil/abseil-cpp/compare/20240116.2...20240116.3

Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20240116.3
This commit is contained in:
Gaetan Lepage
2025-01-23 16:22:34 +01:00
parent 5915be7ae8
commit 1da5a1c8eb

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "abseil-cpp";
version = "20240116.2";
version = "20240116.3";
src = fetchFromGitHub {
owner = "abseil";
repo = "abseil-cpp";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-eA2/dZpNOlex1O5PNa3XSZhpMB3AmaIoHzVDI9TD/cg=";
tag = finalAttrs.version;
hash = "sha256-VfC8kQtGlOew9iVKxQ7kIgqFMvHiDpSBhvyNOfneuwo=";
};
patches = [
@@ -46,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Open-source collection of C++ code designed to augment the C++ standard library";
homepage = "https://abseil.io/";
changelog = "https://github.com/abseil/abseil-cpp/releases/tag/${finalAttrs.version}";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
maintainers = [ lib.maintainers.GaetanLepage ];