snpeff: 4.3t -> 4.3q

This commit is contained in:
Justin Bedo 2018-03-12 16:03:44 +11:00
parent e065aa949a
commit f48ff649fe
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

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