abseil-cpp: 20250127.1 -> 20250512.1
Diff: https://github.com/abseil/abseil-cpp/compare/refs/tags/20250127.1...refs/tags/20250512.1 Changelog: https://github.com/abseil/abseil-cpp/releases/tag/20250512.1
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "abseil-cpp";
|
||||
version = "20250127.1";
|
||||
version = "20250512.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "abseil";
|
||||
repo = "abseil-cpp";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-QTywqQCkyGFpdbtDBvUwz9bGXxbJs/qoFKF6zYAZUmQ=";
|
||||
hash = "sha256-eB7OqTO9Vwts9nYQ/Mdq0Ds4T1KgmmpYdzU09VPWOhk=";
|
||||
};
|
||||
|
||||
cmakeFlags =
|
||||
|
||||
Reference in New Issue
Block a user