summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/chemistry/marvin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-03 04:38:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-03 04:38:29 +0000
commitaea6594c693750e5b0a747a2fad061a33f623dd5 (patch)
treedc20aba103f6aeeb38b22d42e85feb25d15abea8 /pkgs/applications/science/chemistry/marvin
parent54f7498601dcfc884c42a6d29f15475e6e1a802b (diff)
marvin: 20.17.0 -> 20.19.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 e8cd077afd20..84a1034849f7 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.17.0";
+ version = "20.19.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
- sha256 = "0ip6ma9ivk5b74s9najn2rrkiha7hya1rjhgyrc71kwsj5gqgli0";
+ sha256 = "0b9a0yl3mxfb2dfdkgs2wphhxsgwixqk6nl2hsn1ly3gz53cws1q";
};
nativeBuildInputs = [ dpkg makeWrapper ];