about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-09 19:20:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-09 19:20:04 +0000
commit806d3e25cdbb12ff0f379b27fc8aab7127a829f9 (patch)
tree89345306d4bdb2feb72ebf8e1ce2ca526b4bc2ab /pkgs/applications/science
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
marvin: 21.9.0 -> 21.18.0
Diffstat (limited to 'pkgs/applications/science')
-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 c806db74ff3c4..41a2f006e8325 100644
--- a/pkgs/applications/science/chemistry/marvin/default.nix
+++ b/pkgs/applications/science/chemistry/marvin/default.nix
@@ -4,12 +4,12 @@ with lib;
 
 stdenv.mkDerivation rec {
   pname = "marvin";
-  version = "21.9.0";
+  version = "21.18.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "sha256-T94SoHAZmBfbGaFiuYAKhuKgHaXcDZix//YTTq1oFIk=";
+    sha256 = "sha256-h/fwP4HyelE1jZ8GrW1nKuDNuFAchms3cKSCGiRe7gU=";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];