summary refs log tree commit diff
path: root/pkgs/applications/science/misc
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-05-07 22:29:11 +0200
committermimadrid <mimadrid@ucm.es>2017-05-07 23:05:59 +0200
commit0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3 (patch)
treee32cbbbbe96875df9f408cd43a30301b710c89bb /pkgs/applications/science/misc
parentf0fac3b578086066b47360de17618448d066b30e (diff)
downloadnixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.tar
nixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.tar.gz
nixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.tar.bz2
nixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.tar.lz
nixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.tar.xz
nixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.tar.zst
nixlib-0ed5b1c867dec7e3fbe11efbaf209a464e3e07b3.zip
cytoscape: 3.4.0 -> 3.5.1
Diffstat (limited to 'pkgs/applications/science/misc')
-rw-r--r--pkgs/applications/science/misc/cytoscape/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/cytoscape/default.nix b/pkgs/applications/science/misc/cytoscape/default.nix
index 6b13d969bdd7..d36b0f0b4d93 100644
--- a/pkgs/applications/science/misc/cytoscape/default.nix
+++ b/pkgs/applications/science/misc/cytoscape/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "cytoscape-${version}";
-  version = "3.4.0";
+  version = "3.5.1";
 
   src = fetchurl {
     url = "http://chianti.ucsd.edu/${name}/${name}.tar.gz";
-    sha256 = "065fsqa01w7j85nljwwc0677lfw112xphnyn1c4hb04166q082p2";
+    sha256 = "1dvv0f7sc7q7lwmpd7xkcx86dd8lxh2il3wiwkij44gh7ni1qkfm";
   };
 
   buildInputs = [jre makeWrapper];