update min cmake version

This commit is contained in:
Rongsong Shen 2025-11-04 16:48:28 +08:00
parent da33929aab
commit de44a16949

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "shen390s";
repo = "tinylog";
rev = "master";
hash = "sha256-EvLoi4Yew7hE8wnogh7nJxoDsZbjphsHCCxuWzbWysA=";
hash = "sha256-ZPyzHe8kRSg1Z3MWtsYeIy4ifziWfYf+lnByrTAgqr4=";
};
nativeBuildInputs = [ cmake ];