igv: 2.13.2 -> 2.14.0

This commit is contained in:
R. Ryantm 2022-08-16 13:24:02 +00:00
parent 9050439c4c
commit f4c3ff2d7f

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "igv";
version = "2.13.2";
version = "2.14.0";
src = fetchzip {
url = "https://data.broadinstitute.org/igv/projects/downloads/${lib.versions.majorMinor version}/IGV_${version}.zip";
sha256 = "sha256-S0EoZAqjElrM/bp1p69jLuclXeUzSIuH8VsgCO6F04U=";
sha256 = "sha256-CwS3I3xyjCHTvYik8YAN30UxM/djO6eEl/CRLMXDfxU=";
};
installPhase = ''