igv: 2.19.6 -> 2.19.7

This commit is contained in:
R. Ryantm
2025-10-29 01:08:20 +00:00
parent 708d213741
commit 6a59147bfd

View File

@@ -10,10 +10,10 @@
stdenv.mkDerivation rec {
pname = "igv";
version = "2.19.6";
version = "2.19.7";
src = fetchzip {
url = "https://data.broadinstitute.org/igv/projects/downloads/${lib.versions.majorMinor version}/IGV_${version}.zip";
sha256 = "sha256-hemTOCNBfigpvlFStBbxGGLpORYPfh6vn1pyE8hKWHw=";
sha256 = "sha256-IkzaQAM+s1boEKo/3ShtbUhihrhxLQCTz8/0lzAyYJA=";
};
installPhase = ''