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