Unverified Commit 3947c726 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232547 from r-ryantm/auto-update/cytoscape

cytoscape: 3.9.1 -> 3.10.0
parents c91bda76 1c6e2cfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "cytoscape";
  version = "3.9.1";
  version = "3.10.0";

  src = fetchurl {
    url = "https://github.com/cytoscape/cytoscape/releases/download/${version}/${pname}-unix-${version}.tar.gz";
    sha256 = "sha256-I4C2yGiIygnFUkRBC4LBSQFgjZlVKCoQGRphynVpscw=";
    sha256 = "sha256-xfEVNOXptMpcrisr+a62JruXki1V0YjA/j4US7X8mXA=";
  };

  patches = [