Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixpkgs: ninja 1.5.3 -> 1.6.0

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+2 -2
+2 -2
pkgs/development/tools/build-managers/ninja/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "ninja-${version}"; 5 - version = "1.5.3"; 5 + version = "1.6.0"; 6 6 7 7 src = fetchurl { 8 8 name = "${name}.tar.gz"; 9 9 url = "https://github.com/martine/ninja/archive/v${version}.tar.gz"; 10 - sha256 = "1h3yfwcfl61v493vna6jia2fizh8rpig7qw2504cvkr6gid3p5bw"; 10 + sha256 = "1ryd1686bd31gfdjxnqm6k1ybnjmjz8v97px7lmdkr4g0vxqhgml"; 11 11 }; 12 12 13 13 buildInputs = [ python asciidoc re2c ];