cmake: 4.1.2 -> 4.1.6

Changelog: https://cmake.org/cmake/help/v4.1/release/4.1.html

Not-cherry-picked-because: master is receiving a minor cmake version
bump, which is often breaking in practice - just sending in patch
version bumps here which should be nonbreaking.
This commit is contained in:
Ryan Burns
2026-07-02 16:19:54 -07:00
parent e6d53f7285
commit d8e804ea95

View File

@@ -50,11 +50,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString isMinimalBuild "-minimal"
+ lib.optionalString cursesUI "-cursesUI"
+ lib.optionalString qt5UI "-qt5UI";
version = "4.1.2";
version = "4.1.6";
src = fetchurl {
url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz";
hash = "sha256-ZD8EGCt7oyOrMfUm94UTT7ecujGIqFIgbvBHP+4oKhU=";
hash = "sha256-UTOEifT7rjWgpptZQW9RLcnHVxKXWaSHxHsz39IVUg4=";
};
patches = [