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-07-05 15:06:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-05 15:06:16 +0000
commitc0ebe721a912f15f1c6c717d2565c20599d0ab45 (patch)
treed7cf52f7c18c401dd9384e2465fd8b42fac98fb3 /pkgs/applications/science/chemistry
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
downloadnixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.tar
nixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.tar.gz
nixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.tar.bz2
nixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.tar.lz
nixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.tar.xz
nixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.tar.zst
nixlib-c0ebe721a912f15f1c6c717d2565c20599d0ab45.zip
marvin: 20.13.0 -> 20.15.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 c090fbee377b..39055519e6f9 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.13.0";
+  version = "20.15.0";
 
   src = fetchurl {
     name = "marvin-${version}.deb";
     url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
-    sha256 = "1mbbl7z215l6z4acwdrmqnvlvc2hv4znz4dmng9iw7rrqns3jjlv";
+    sha256 = "0wbk69cg8zsv4c64ilgngc78dggrclmi0iphnsd15cpzrwfgsrfa";
   };
 
   nativeBuildInputs = [ dpkg makeWrapper ];