Skip to content

Commit

Permalink
abseil-cpp: update (NixOS#376154)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 23, 2025
2 parents db2370a + 1da5a1c commit ff0f85a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/abseil-cpp/202401.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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 ];
Expand Down
7 changes: 4 additions & 3 deletions pkgs/development/libraries/abseil-cpp/202407.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "abseil-cpp";
version = "20240722.0";
version = "20240722.1";

src = fetchFromGitHub {
owner = "abseil";
repo = "abseil-cpp";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-51jpDhdZ0n+KLmxh8KVaTz53pZAB0dHjmILFX+OLud4=";
tag = finalAttrs.version;
hash = "sha256-ir4hG2VIPv3se7JfWqCM/siLqFEFkmhMW/IGCocy6Pc=";
};

patches = [
Expand Down Expand Up @@ -53,6 +53,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 ];
Expand Down

0 comments on commit ff0f85a

Please sign in to comment.