File tree 1 file changed +4
-4
lines changed
pkgs/tools/text/xml/jing-trang
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
name = "jing-trang-${ version } " ;
5
- version = "20150603 " ;
5
+ version = "20151127 " ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "relaxng" ;
9
9
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 " ;
12
12
} ;
13
13
14
14
buildInputs = [ jdk ant saxon ] ;
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
34
34
description = "A RELAX NG validator in Java" ;
35
35
# The homepage is www.thaiopensource.com, but it links to googlecode.com
36
36
# 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" ;
38
38
platforms = platforms . unix ;
39
39
maintainers = [ maintainers . bjornfor ] ;
40
40
} ;
You can’t perform that action at this time.
0 commit comments