2022-11-03T00:55:31 cmake 3.24.2 -> 3.24.3 https://repology.org/metapackage/cmake/versions 2022-11-03T00:55:33 attrpath: cmake 2022-11-03T00:55:33 Checking auto update branch... 2022-11-03T00:55:33 No auto update branch exists 2022-11-03T00:55:37 [version] 2022-11-03T00:55:42 [version] updated version and sha256 2022-11-03T00:55:42 [rustCrateVersion] 2022-11-03T00:55:42 [rustCrateVersion] No cargoSha256 found 2022-11-03T00:55:42 [golangModuleVersion] 2022-11-03T00:55:42 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-03T00:55:42 [updateScript] 2022-11-03T00:55:42 [updateScript] skipping because derivation has no updateScript 2022-11-03T00:55:42 2022-11-03T00:55:42 [quotedUrls] 2022-11-03T00:55:42 [quotedUrls] nothing found to replace 2022-11-03T00:55:43 Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/cmake/default.nix b/pkgs/development/tools/build-managers/cmake/default.nix index d64b3bbe1a8..7f0d94a9f30 100644 --- a/pkgs/development/tools/build-managers/cmake/default.nix +++ b/pkgs/development/tools/build-managers/cmake/default.nix @@ -37,11 +37,11 @@ stdenv.mkDerivation rec { + lib.optionalString isBootstrap "-boot" + lib.optionalString cursesUI "-cursesUI" + lib.optionalString qt5UI "-qt5UI"; - version = "3.24.2"; + version = "3.24.3"; src = fetchurl { url = "https://cmake.org/files/v${lib.versions.majorMinor version}/cmake-${version}.tar.gz"; - sha256 = "sha256-DZAg8G893xf7U33CKOGlbJJ+5Qa0hvVf4twZ9pvwyNs="; + sha256 = "sha256-tTqhD6gr/4TM21kGWSe3LTvuSfTYYmEkn8CYSzs2cpE="; }; patches = [ 2022-11-03T01:04:23 Successfully finished processing 2022-11-03T01:04:23 cachix "/nix/store/7a86slzrhkj9v6nhqlcaqdpx5y8ckl7q-cmake-3.24.3" 2022-11-03T01:04:35 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/cmake/versions. meta.description for cmake is: "Cross-platform, open-source build system generator" meta.homepage for cmake is: "https://cmake.org/" meta.changelog for cmake is: "https://cmake.org/cmake/help/v3.24/release/3.24.html" ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.24.3 with grep in /nix/store/7a86slzrhkj9v6nhqlcaqdpx5y8ckl7q-cmake-3.24.3 - found 3.24.3 in filename of file in /nix/store/7a86slzrhkj9v6nhqlcaqdpx5y8ckl7q-cmake-3.24.3 ---
Rebuild report (if merged into master) (click to expand) ``` 46193 total rebuild path(s) 46193 package rebuild(s) First fifty rebuilds by attrpath ArchiSteamFarm AusweisApp2 CHOWTapeModel ChowCentaur ChowKick ChowPhaser CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EBTKS EmptyEpsilon Fabric HentaiAtHome LAStools LASzip LASzip2 LibreArp LibreArp-lv2 Literate MACS2 MIDIVisualizer MMA NSPlist OSCAR OVMF OVMFFull PageEdit PlistCpp QuadProgpp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7a86slzrhkj9v6nhqlcaqdpx5y8ckl7q-cmake-3.24.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A cmake https://github.com/r-ryantm/nixpkgs/archive/edd361904bce01c258b5bef7a85d94cda9952f3a.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7a86slzrhkj9v6nhqlcaqdpx5y8ckl7q-cmake-3.24.3 ls -la /nix/store/7a86slzrhkj9v6nhqlcaqdpx5y8ckl7q-cmake-3.24.3/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @ttuegel @LnL7 @AndersonTorres for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2022-11-03T01:04:36 https://api.github.com/repos/NixOS/nixpkgs/pulls/199277