cytoscape: 3.7.1 -> 3.7.2

This commit is contained in:
Miguel Madrid Mencía 2019-09-14 10:52:46 +02:00
parent 0ec4d3b246
commit 40b760e07c
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cytoscape";
version = "3.7.1";
version = "3.7.2";
src = fetchurl {
url = "https://github.com/cytoscape/cytoscape/releases/download/${version}/${pname}-${version}.tar.gz";
sha256 = "1mhsngbwbgdwl70wj7850zg94534lasihwv2ryifardm35mkh48k";
sha256 = "125vgr8vqbmy2nsm1yl0h0q8p49lxxqfw5cmxzbx1caklcn4rryc";
};
buildInputs = [jre makeWrapper];