about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-27 15:38:47 +0100
committerGitHub <noreply@github.com>2024-03-27 15:38:47 +0100
commit0a4c9c84e8d215ca1227c8cab33ab3c3e03522f3 (patch)
tree06338f87a2057da13e06b5cbe1030aa05a69233b /pkgs/applications/science
parent8fadb0dabb3601fe2272c97a691c745124b70122 (diff)
parent7daf08305bed5f7aceade87c5bbe3c9892cc3747 (diff)
Merge pull request #299357 from r-ryantm/auto-update/cytoscape
cytoscape: 3.10.1 -> 3.10.2
Diffstat (limited to 'pkgs/applications/science')
-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 f4aaac1a38234..1d42600d9770d 100644
--- a/pkgs/applications/science/misc/cytoscape/default.nix
+++ b/pkgs/applications/science/misc/cytoscape/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "cytoscape";
-  version = "3.10.1";
+  version = "3.10.2";
 
   src = fetchurl {
     url = "https://github.com/cytoscape/cytoscape/releases/download/${version}/${pname}-unix-${version}.tar.gz";
-    sha256 = "sha256-fqxAsnpMYCYj0hW2oxu/NH4PqesRlWPs5eDSeSjy1aU=";
+    sha256 = "sha256-ArT+g3GbtSxq3FvRi1H4z/kpsmcFCmKhzEJI4bCK44E=";
   };
 
   patches = [