trang: update to latest github version

This commit is contained in:
Peter Simons 2017-11-10 12:59:24 +01:00
parent b72e2ecfe4
commit 39c70b3c87

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "jing-trang-${version}";
version = "20150603";
version = "20151127";
src = fetchFromGitHub {
owner = "relaxng";
repo = "jing-trang";
rev = "54b9b1f4e67cd79c7987750d8c9dcfc014af98c3"; # needed to compile with jdk8
sha256 = "0wa569xjb7ihhcaazz32y2b0dv092lisjz77isz1gfb1wvf53di5";
rev = "47a0cbdaec2d48824b78a1c19879ac7875509598"; # needed to compile with jdk8
sha256 = "1hhn52z9mv1x9nyvyqnmzg5yrs2lzm9xac7i15izppv02wp32qha";
};
buildInputs = [ jdk ant saxon ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "A RELAX NG validator in Java";
# The homepage is www.thaiopensource.com, but it links to googlecode.com
# for downloads and call it the "project site".
homepage = http://www.thaiopensource.com/relaxng/jing.html;
homepage = "http://www.thaiopensource.com/relaxng/trang.html";
platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ];
};