ili2c: 5.0.8 -> 5.1.1

This commit is contained in:
R. RyanTM 2021-02-04 15:01:54 +00:00
parent 05fbc82771
commit acf917d263

View file

@ -3,7 +3,7 @@
let jdk = jdk8; jre = jre8; in
stdenv.mkDerivation rec {
pname = "ili2c";
version = "5.0.8";
version = "5.1.1";
nativeBuildInputs = [ ant jdk makeWrapper ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "claeis";
repo = pname;
rev = "${pname}-${version}";
sha256 = "1yhsyh940kb33y2n6xl7zhf0f6q0nrxbyg6c4g5n2imllpn54sgi";
sha256 = "sha256-FHhx+f253+UdbFjd2fOlUY1tpQ6pA2aVu9CBSwUVoKQ=";
};
buildPhase = "ant jar";