summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/chemistry/marvin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-08 19:34:35 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-02-08 19:34:35 +0000
commit20f22f681ffaa672d18f0eff28dbc4b9c974a930 (patch)
tree58cabe0751b865e064fc808ba5ffa91d894d8e4d /pkgs/applications/science/chemistry/marvin
parent4506f4ae4791df12f4a6416d90040a4998ed7a63 (diff)
marvin: 19.27.0 -> 20.3.0
Diffstat (limited to 'pkgs/applications/science/chemistry/marvin')
-rw-r--r--pkgs/applications/science/chemistry/marvin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix
index c3395a851487..ba20695ec44e 100644
--- a/pkgs/applications/science/chemistry/marvin/default.nix
+++ b/pkgs/applications/science/chemistry/marvin/default.nix
@@ -4,12 +4,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "marvin";
- version = "19.27.0";
+ version = "20.3.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
- sha256 = "10pzprr43pklf4yl14m9q921ynalsil1dsfbl6lx8r1jmyjgl3w7";
+ sha256 = "1y2vh1n80mrrbxqbhxfag8h4lisarbw8h3labmh3ajrfan7bmhql";
};
nativeBuildInputs = [ dpkg makeWrapper ];