ili2c: 5.0.0 -> 5.0.8

This commit is contained in:
Raphael Borun Das Gupta 2020-04-16 04:27:55 +02:00 committed by Frederik Rietdijk
parent de14e60d02
commit c970d3b105

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ili2c"; pname = "ili2c";
version = "5.0.0"; version = "5.0.8";
nativeBuildInputs = [ ant jdk makeWrapper ]; nativeBuildInputs = [ ant jdk makeWrapper ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "claeis"; owner = "claeis";
repo = pname; repo = pname;
rev = "${pname}-${version}"; rev = "${pname}-${version}";
sha256 = "0xps2343d5gdr2aj8j3l4cjq4k9zbxxlhnp8sjlhxh1wdczxlwx6"; sha256 = "1yhsyh940kb33y2n6xl7zhf0f6q0nrxbyg6c4g5n2imllpn54sgi";
}; };
buildPhase = "ant jar"; buildPhase = "ant jar";