Merge pull request #36846 from jbedo/snpeff

snpeff: 4.3t -> 4.3q
This commit is contained in:
Matthew Justin Bauer 2018-03-19 12:26:33 -05:00 committed by GitHub
commit 964c32bcb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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