Skip to content

Commit

Permalink
abseil-cpp: 20240722.0 -> 20240722.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 23, 2025
1 parent 220bc76 commit 5915be7
Showing 1 changed file with 4 additions and 3 deletions.
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 5915be7

Please sign in to comment.