-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake is outdated #55060
Comments
I had the same thought when I noticed the PR bumping to 3.12.2 haha. Don't know the reason though, sorry :). |
3.13.4 is actually the current version |
Obviously, it makes sense to bump to 3.13.4 in nixpkgs since it's the most current stable release. I got sidetracked on my own problems, apologies! |
|
Issue description
The current version of
cmake
innixpkgs
is 3.12.1 (and there's a PR to bump this to 3.12.2 - #54836) but the current version of CMake is 3.13.3. In fact, CMake 3.13.0 came out over 2 months ago. I skimmed the 3.13.0 release notes and nothing jumps out at me as being backwards-incompatible (though I barely know CMake so I could be missing something).CC @ttuegel @LnL7
The text was updated successfully, but these errors were encountered: