snpeff: 4.3p -> 4.3t

This commit is contained in:
Justin Bedo 2017-12-21 10:36:47 +11:00
parent 02d361cea9
commit a49c91f655
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "snpeff-${version}";
version = "4.3p";
version = "4.3t";
src = fetchurl {
url = "mirror://sourceforge/project/snpeff/snpEff_v4_3p_core.zip";
sha256 = "1xb3k0yxd634znw2q083ligm2ww4p6v64041r9sdy3930lhjvxb1";
url = "mirror://sourceforge/project/snpeff/snpEff_v4_3t_core.zip";
sha256 = "0i12mv93bfv8xjwc3rs2x73d6hkvi7kgbbbx3ry984l3ly4p6nnm";
};
buildInputs = [ unzip jre makeWrapper ];