igv: 2.15.1 -> 2.15.4

This commit is contained in:
R. Ryantm 2022-12-25 12:02:39 +00:00 committed by Bobby Rong
parent f67ff98a11
commit 605d013aac

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "igv";
version = "2.15.1";
version = "2.15.4";
src = fetchzip {
url = "https://data.broadinstitute.org/igv/projects/downloads/${lib.versions.majorMinor version}/IGV_${version}.zip";
sha256 = "sha256-hwZ6Pl6BxoVbJI5e3b0s7jhQ/AADhVJVqM9Q8ppERuk=";
sha256 = "sha256-nDD0QTtLDe//VFMsIPKIykZ6dY85p3aomrCaF1p9HQM=";
};
installPhase = ''