Skip to content

Commit

Permalink
trang: update to latest github version
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Nov 10, 2017
1 parent b72e2ec commit 39c70b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/text/xml/jing-trang/default.nix
Expand Up @@ -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 ];
Expand All @@ -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 ];
};
Expand Down

0 comments on commit 39c70b3

Please sign in to comment.