igv: 2.4.14 -> 2.4.15 (#50087)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/igv/versions
This commit is contained in:
R. RyanTM 2018-11-09 19:42:04 -08:00 committed by Benjamin Staffin
parent 2252dc2585
commit 37f01d5bf8

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "igv-${version}";
version = "2.4.14";
version = "2.4.15";
src = fetchurl {
url = "https://data.broadinstitute.org/igv/projects/downloads/2.4/IGV_${version}.zip";
sha256 = "0z9hk01czkdgi55b0qdvvi43jsqkkx6gl7wglamv425c6rklcvhc";
sha256 = "000l9hnkjbl9js7v8fyssgl4imrl0qd15mgz37qx2bwvimdp75gh";
};
buildInputs = [ unzip jre ];