ninja: 1.4.0 -> 1.5.1

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-08-20 01:13:33 -05:00
parent 9f5eba94d8
commit 528a1c0f56

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ninja-${version}"; name = "ninja-${version}";
version = "1.4.0"; version = "1.5.1";
src = fetchurl { src = fetchurl {
name = "${name}.tar.gz"; name = "${name}.tar.gz";
url = "https://github.com/martine/ninja/archive/v${version}.tar.gz"; url = "https://github.com/martine/ninja/archive/v${version}.tar.gz";
sha256 = "05y3whnp0fvfv1wsp862x0w1vrn3yjzzg8ypvbpcv6y6qlrsn73h"; sha256 = "0z9rzay6ipy6q025n1f2im8d8jy6in9pcdsiqj30xpdlsjg7p9zv";
}; };
buildInputs = [ python asciidoc re2c ]; buildInputs = [ python asciidoc re2c ];
@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
homepage = http://martine.github.io/ninja/; homepage = http://martine.github.io/ninja/;
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.thoughtpolice maintainers.bjornfor ];
}; };
} }