summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/chemistry/marvin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-05 20:38:41 +0000
committerJon <jonringer@users.noreply.github.com>2020-05-06 23:16:23 -0700
commitbdcefc1053c898f88b6f8fb58979a5d7034a4779 (patch)
tree835ff23fca426afcd4cabd8d7998cf0721bde463 /pkgs/applications/science/chemistry/marvin
parent044b8c51c9aae433fd60948abc52f0a98fa2a35b (diff)
marvin: 20.9.0 -> 20.10.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 c54fb3444bb0..9512a288d80c 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.9.0";
+ version = "20.10.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
- sha256 = "1c6q1vb96jsb37g5qbhzcnasd5pdqjyc190yg3caw3gwrd97889q";
+ sha256 = "042ndlns48pa6mn6wyrp4q9c1v0a2vzcnhw5l766zdnxdjyv0acx";
};
nativeBuildInputs = [ dpkg makeWrapper ];