summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science/chemistry/marvin
diff options
context:
space:
mode:
authorBrenton Horne <brentonhorne77@gmail.com>2020-02-10 19:26:58 +1000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-02-10 19:55:13 +0100
commit567be487077dc56508c7d3a290b56959e74d691f (patch)
tree179c8a0aa037d45e43ae2ea8b4ce5e343e0508d1 /pkgs/applications/science/chemistry/marvin
parentd3a9e634bf463b0cfbad2dc02cad58e7f3b102e3 (diff)
marvin: 20.3.0 -> 20.4.0
Diffstat (limited to 'pkgs/applications/science/chemistry/marvin')
-rw-r--r--pkgs/applications/science/chemistry/marvin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix
index ba20695ec44e..b27af67c974f 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.3.0";
+ version = "20.4.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
- sha256 = "1y2vh1n80mrrbxqbhxfag8h4lisarbw8h3labmh3ajrfan7bmhql";
+ sha256 = "12kygxq24in7hbp7shkx1baqig8rwmzvv0d3kc3ld9sj9hb0a2n1";
};
nativeBuildInputs = [ dpkg makeWrapper ];
@@ -45,4 +45,4 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = platforms.linux;
};
-} \ No newline at end of file
+}