mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
snpeff: 4.3q -> 4.3t
This commit is contained in:
parent
3cfdf8eb23
commit
75dd587793
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "snpeff-${version}";
|
||||
version = "4.3q";
|
||||
version = "4.3t";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/snpeff/snpEff_v4_3q_core.zip";
|
||||
sha256 = "0sxz8zy8wrzcy01hyb1cirwbxqyjw30a2x3q6p4l7zmw2szi7mn1";
|
||||
url = "mirror://sourceforge/project/snpeff/snpEff_v${builtins.replaceStrings [ "." ] [ "_" ] version}_core.zip";
|
||||
sha256 = "0i12mv93bfv8xjwc3rs2x73d6hkvi7kgbbbx3ry984l3ly4p6nnm";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip jre makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue