cytoscape: 3.5.1 -> 3.6.0

This commit is contained in:
Miguel Madrid Mencía 2018-01-13 23:21:49 +01:00
parent 1a54596d50
commit eb21bf3d99
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cytoscape-${version}";
version = "3.5.1";
version = "3.6.0";
src = fetchurl {
url = "http://chianti.ucsd.edu/${name}/${name}.tar.gz";
sha256 = "1dvv0f7sc7q7lwmpd7xkcx86dd8lxh2il3wiwkij44gh7ni1qkfm";
sha256 = "13q8caksbzi6j7xy8v5f0pi6766yfawys6jcm50ng78mnhrv2v97";
};
buildInputs = [jre makeWrapper];