Skip to content

Commit

Permalink
Merge pull request #56498 from ariutta/patch-1
Browse files Browse the repository at this point in the history
cytoscape: bump 3.6.1 -> 3.7.1
  • Loading branch information
peterhoeg committed Mar 11, 2019
2 parents 126c2b0 + c792fd1 commit 136126c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/misc/cytoscape/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "cytoscape-${version}";
version = "3.6.1";
version = "3.7.1";

src = fetchurl {
url = "http://chianti.ucsd.edu/${name}/${name}.tar.gz";
sha256 = "1pkdilv1nw6vvdxk71bwjngr8yafrsqwaqvlakhp8yb342r1jd4s";
url = "https://github.com/cytoscape/cytoscape/releases/download/${version}/${name}.tar.gz";
sha256 = "1mhsngbwbgdwl70wj7850zg94534lasihwv2ryifardm35mkh48k";
};

buildInputs = [jre makeWrapper];
Expand Down

0 comments on commit 136126c

Please sign in to comment.