summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-04-18 22:20:04 -0500
committerGitHub <noreply@github.com>2018-04-18 22:20:04 -0500
commit853529b2ea87c5cb07f99e1c770cb87fbe94f33e (patch)
treeb0cea60a70f098f1da0aaeb19fbbd38986a6f08e /pkgs
parent82e9f024e57188625bfdb799a2ec7f04521749c3 (diff)
parent65e18bd38fcbf631b799a21bbb86083ac35516d2 (diff)
Merge pull request #38740 from r-ryantm/auto-update/cytoscape
cytoscape: 3.6.0 -> 3.6.1
Diffstat (limited to 'pkgs')
-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 0194ee0b83c0..36c7884d108b 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.0";
+ version = "3.6.1";
src = fetchurl {
url = "http://chianti.ucsd.edu/${name}/${name}.tar.gz";
- sha256 = "13q8caksbzi6j7xy8v5f0pi6766yfawys6jcm50ng78mnhrv2v97";
+ sha256 = "1pkdilv1nw6vvdxk71bwjngr8yafrsqwaqvlakhp8yb342r1jd4s";
};
buildInputs = [jre makeWrapper];