abseil-cpp: update (#376154)

authored by Sandro and committed by GitHub ff0f85aa db2370ac

+8 -6
+4 -3
pkgs/development/libraries/abseil-cpp/202401.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "abseil-cpp"; 13 - version = "20240116.2"; 13 + version = "20240116.3"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "abseil"; 17 17 repo = "abseil-cpp"; 18 - rev = "refs/tags/${finalAttrs.version}"; 19 - hash = "sha256-eA2/dZpNOlex1O5PNa3XSZhpMB3AmaIoHzVDI9TD/cg="; 18 + tag = finalAttrs.version; 19 + hash = "sha256-VfC8kQtGlOew9iVKxQ7kIgqFMvHiDpSBhvyNOfneuwo="; 20 20 }; 21 21 22 22 patches = [ ··· 46 46 meta = { 47 47 description = "Open-source collection of C++ code designed to augment the C++ standard library"; 48 48 homepage = "https://abseil.io/"; 49 + changelog = "https://github.com/abseil/abseil-cpp/releases/tag/${finalAttrs.version}"; 49 50 license = lib.licenses.asl20; 50 51 platforms = lib.platforms.all; 51 52 maintainers = [ lib.maintainers.GaetanLepage ];
+4 -3
pkgs/development/libraries/abseil-cpp/202407.nix
··· 10 10 11 11 stdenv.mkDerivation (finalAttrs: { 12 12 pname = "abseil-cpp"; 13 - version = "20240722.0"; 13 + version = "20240722.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "abseil"; 17 17 repo = "abseil-cpp"; 18 - rev = "refs/tags/${finalAttrs.version}"; 19 - hash = "sha256-51jpDhdZ0n+KLmxh8KVaTz53pZAB0dHjmILFX+OLud4="; 18 + tag = finalAttrs.version; 19 + hash = "sha256-ir4hG2VIPv3se7JfWqCM/siLqFEFkmhMW/IGCocy6Pc="; 20 20 }; 21 21 22 22 patches = [ ··· 53 53 meta = { 54 54 description = "Open-source collection of C++ code designed to augment the C++ standard library"; 55 55 homepage = "https://abseil.io/"; 56 + changelog = "https://github.com/abseil/abseil-cpp/releases/tag/${finalAttrs.version}"; 56 57 license = lib.licenses.asl20; 57 58 platforms = lib.platforms.all; 58 59 maintainers = [ lib.maintainers.GaetanLepage ];