Skip to content

Commit 39c70b3

Browse files
committedNov 10, 2017
trang: update to latest github version
1 parent b72e2ec commit 39c70b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎pkgs/tools/text/xml/jing-trang/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
name = "jing-trang-${version}";
5-
version = "20150603";
5+
version = "20151127";
66

77
src = fetchFromGitHub {
88
owner = "relaxng";
99
repo = "jing-trang";
10-
rev = "54b9b1f4e67cd79c7987750d8c9dcfc014af98c3"; # needed to compile with jdk8
11-
sha256 = "0wa569xjb7ihhcaazz32y2b0dv092lisjz77isz1gfb1wvf53di5";
10+
rev = "47a0cbdaec2d48824b78a1c19879ac7875509598"; # needed to compile with jdk8
11+
sha256 = "1hhn52z9mv1x9nyvyqnmzg5yrs2lzm9xac7i15izppv02wp32qha";
1212
};
1313

1414
buildInputs = [ jdk ant saxon ];
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
3434
description = "A RELAX NG validator in Java";
3535
# The homepage is www.thaiopensource.com, but it links to googlecode.com
3636
# for downloads and call it the "project site".
37-
homepage = http://www.thaiopensource.com/relaxng/jing.html;
37+
homepage = "http://www.thaiopensource.com/relaxng/trang.html";
3838
platforms = platforms.unix;
3939
maintainers = [ maintainers.bjornfor ];
4040
};

0 commit comments

Comments
 (0)
Please sign in to comment.