Skip to content

Commit

Permalink
igv: 2.4.14 -> 2.4.15 (#50087)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/igv/versions
  • Loading branch information
r-ryantm authored and benley committed Nov 10, 2018
1 parent 2252dc2 commit 37f01d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/igv/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "igv-${version}";
version = "2.4.14";
version = "2.4.15";

src = fetchurl {
url = "https://data.broadinstitute.org/igv/projects/downloads/2.4/IGV_${version}.zip";
sha256 = "0z9hk01czkdgi55b0qdvvi43jsqkkx6gl7wglamv425c6rklcvhc";
sha256 = "000l9hnkjbl9js7v8fyssgl4imrl0qd15mgz37qx2bwvimdp75gh";
};

buildInputs = [ unzip jre ];
Expand Down

0 comments on commit 37f01d5

Please sign in to comment.