summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/chemistry/marvin
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-10 12:01:26 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-10 12:01:26 +0000
commit0f890be4049e4097422a74d66b4276794a29e4f6 (patch)
treedfd7c53c6bff68f4616ae6d26cfe2890a999f981 /pkgs/applications/science/chemistry/marvin
parentf6482597318278cdc4d33b703effa4636d2875c6 (diff)
marvin: 20.12.0 -> 20.13.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 1a22544c270a..c090fbee377b 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.12.0";
+ version = "20.13.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
- sha256 = "1imfr56nbq2mbcyapwa8xmcmj5rjhbjz9r438387s73kd1avd6yl";
+ sha256 = "1mbbl7z215l6z4acwdrmqnvlvc2hv4znz4dmng9iw7rrqns3jjlv";
};
nativeBuildInputs = [ dpkg makeWrapper ];