lol

Merge pull request #183982 from r-ryantm/auto-update/cmake

authored by

Sandro and committed by
GitHub
7d311bd0 f64d264c

+2 -2
+2 -2
pkgs/development/tools/build-managers/cmake/default.nix
··· 37 37 + lib.optionalString isBootstrap "-boot" 38 38 + lib.optionalString cursesUI "-cursesUI" 39 39 + lib.optionalString qt5UI "-qt5UI"; 40 - version = "3.23.2"; 40 + version = "3.23.3"; 41 41 42 42 src = fetchurl { 43 43 url = "https://cmake.org/files/v${lib.versions.majorMinor version}/cmake-${version}.tar.gz"; 44 - sha256 = "sha256-8xa0AFNGb5pBat+YHv2kGxYMqFnpf2pIS0R+opn/Jqo="; 44 + sha256 = "sha256-Bv768K2UmJcktW9zMJPCYj9vhDVuW+uVWVf5zj7iiAk="; 45 45 }; 46 46 47 47 patches = [