Merge pull request #37009 from ryantm/auto-update/igv

igv: 2.4.8 -> 2.4.9
This commit is contained in:
Gabriel Ebner 2018-03-17 13:43:23 +01:00 committed by GitHub
commit 5df4f227ec
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.8";
version = "2.4.9";
src = fetchurl {
url = "http://data.broadinstitute.org/igv/projects/downloads/2.4/IGV_${version}.zip";
sha256 = "1ca4lsb5j00066sd1gy8jr8jhzpd9142fhj4khb8nc45010wib0q";
sha256 = "0acyq7602g2pz6mc9ip1297c68kgl9pq9yzk3k2lli9l5qvxi3g1";
};
buildInputs = [ unzip jre ];