Merge #310117: cmake: 3.29.2 -> 3.29.3

...into staging
This commit is contained in:
Vladimír Čunát 2024-05-30 10:52:17 +02:00
commit f1e3df16b3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -48,11 +48,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString isMinimalBuild "-minimal"
+ lib.optionalString cursesUI "-cursesUI"
+ lib.optionalString qt5UI "-qt5UI";
version = "3.29.2";
version = "3.29.3";
src = fetchurl {
url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz";
hash = "sha256-NttLaSaqt0G6bksuotmckZMiITIwi03IJNQSPLcwNS4=";
hash = "sha256-JSruFEjUnKoElU/V4n0YndUVcFVzE+eygWNnFqI4vMs=";
};
patches = [