Merge #183571: ninja: 1.10.2 -> 1.11.0 (into staging)

This commit is contained in:
Vladimír Čunát 2022-08-15 14:05:56 +02:00
commit 27977000a9
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -4,13 +4,13 @@ with lib;
stdenv.mkDerivation rec {
pname = "ninja";
version = "1.10.2";
version = "1.11.0";
src = fetchFromGitHub {
owner = "ninja-build";
repo = "ninja";
rev = "v${version}";
sha256 = "0mspq4mvx41qri2v2zlg2y3znx5gfw6d8s3czbcfpr2218qbpz55";
sha256 = "sha256-xZwMdwvg29lauHKk9M318Vz7pXZFhf3kFcyOTBdjmJM=";
};
nativeBuildInputs = [ python3 re2c ] ++ optionals buildDocs [ asciidoc docbook_xml_dtd_45 docbook_xsl libxslt.bin ];