about summary refs log tree commit diff
path: root/pkgs/applications/science/misc
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2019-03-11 11:20:50 +0800
committerGitHub <noreply@github.com>2019-03-11 11:20:50 +0800
commit136126ceaeb8cc21166a0f76c05aaaeb4ff1755a (patch)
treee6d5af50a7f2add69a88d9aede876995013fa30e /pkgs/applications/science/misc
parent126c2b098393688844c49d0bbbbfa0ca4d657543 (diff)
parentc792fd107b54808c0cad94d3b468d48a633a0a32 (diff)
downloadnixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.tar
nixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.tar.gz
nixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.tar.bz2
nixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.tar.lz
nixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.tar.xz
nixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.tar.zst
nixlib-136126ceaeb8cc21166a0f76c05aaaeb4ff1755a.zip
Merge pull request #56498 from ariutta/patch-1
cytoscape: bump 3.6.1 -> 3.7.1
Diffstat (limited to 'pkgs/applications/science/misc')
-rw-r--r--pkgs/applications/science/misc/cytoscape/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/misc/cytoscape/default.nix b/pkgs/applications/science/misc/cytoscape/default.nix
index 36c7884d108b..2262e342fc95 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.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];