Skip to content

Commit

Permalink
cmake: 3.30.5 -> 3.31.3 (#363395)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Jan 5, 2025
2 parents ec0e85e + 152d7e7 commit 6788198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cm/cmake/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ stdenv.mkDerivation (finalAttrs: {
+ lib.optionalString isMinimalBuild "-minimal"
+ lib.optionalString cursesUI "-cursesUI"
+ lib.optionalString qt5UI "-qt5UI";
version = "3.30.5";
version = "3.31.3";

src = fetchurl {
url = "https://cmake.org/files/v${lib.versions.majorMinor finalAttrs.version}/cmake-${finalAttrs.version}.tar.gz";
hash = "sha256-n1XhpAUI8vKbfgZfoIwp+CxAL6BALag5//5koldVqG0=";
hash = "sha256-+sRbxtQQtJsxE6uGYHSIjWyencgaFBh0RG6yOaw4y4c=";
};

patches = [
Expand Down

0 comments on commit 6788198

Please sign in to comment.