Merge pull request #35720 from ryantm/auto-update/igv-2.4.6-to-2.4.8

igv: 2.4.6 -> 2.4.8
This commit is contained in:
Frederik Rietdijk 2018-02-27 08:09:50 +00:00 committed by GitHub
commit 671e405332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "igv-${version}";
version = "2.4.6";
version = "2.4.8";
src = fetchurl {
url = "http://data.broadinstitute.org/igv/projects/downloads/2.4/IGV_${version}.zip";
sha256 = "00p9xhfn6snzm31q9l3dxccsj7rhlci8n3pgpy3k67q91mi2hkna";
sha256 = "1ca4lsb5j00066sd1gy8jr8jhzpd9142fhj4khb8nc45010wib0q";
};
buildInputs = [ unzip jre ];