about summary refs log tree commit diff
path: root/pkgs/applications/science/chemistry
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-06 10:10:49 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-06 10:10:49 +0000
commit4e6f70eaf87231445b74fecb1ee2497c6f1a103f (patch)
treeaba7d7eb235641a9219bd0a9f03f5eeb08df64dc /pkgs/applications/science/chemistry
parent258ca6451d48d1f0de345f62c85e6e13dde805c7 (diff)
downloadnixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.tar
nixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.tar.gz
nixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.tar.bz2
nixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.tar.lz
nixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.tar.xz
nixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.tar.zst
nixlib-4e6f70eaf87231445b74fecb1ee2497c6f1a103f.zip
marvin: 20.15.0 -> 20.16.0
Diffstat (limited to 'pkgs/applications/science/chemistry')
-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 39055519e6f9..88a55b52b5c3 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 = "20.15.0";
+  version = "20.16.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "0wbk69cg8zsv4c64ilgngc78dggrclmi0iphnsd15cpzrwfgsrfa";
+    sha256 = "0wfg5zd8dvjy6x6al58jd5d53gar3ds326q3b6771h5p5jzv0x2g";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];