Skip to content

Commit

Permalink
Merge pull request #92575 from r-ryantm/auto-update/seaview
Browse files Browse the repository at this point in the history
seaview: 5.0.2 -> 5.0.4
  • Loading branch information
ryantm committed Jul 16, 2020
2 parents 9198310 + e6113be commit 891e3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/biology/seaview/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, coreutils, fltk, libjpeg }:

stdenv.mkDerivation rec {
version = "5.0.2";
version = "5.0.4";
pname = "seaview";

src = fetchurl {
url = "ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_${version}.tar.gz";
sha256 = "0bad0nd18a36g6ysx28j68rbnwqn33ra8inx2lv2igqqcs6i5kif";
sha256 = "09yp8467h49qnj7gg0mbcdha4ai3bn6vgs00gb76dd6h3pzfflz1";
};

buildInputs = [ fltk libjpeg ];
Expand Down

0 comments on commit 891e3cb

Please sign in to comment.