Merge pull request #56498 from ariutta/patch-1

cytoscape: bump 3.6.1 -> 3.7.1
This commit is contained in:
Peter Hoeg 2019-03-11 11:20:50 +08:00 committed by GitHub
commit 136126ceae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];