marvin: 19.1.0 -> 19.23.0

This commit is contained in:
R. RyanTM 2019-11-28 02:54:11 -08:00 committed by Lassulus
parent bd8996005d
commit 8582e5a759

View File

@ -4,12 +4,12 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "marvin";
version = "19.1.0";
version = "19.23.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
sha256 = "1ccsimfvms5q4prjyk6sg5hsc3hkcjjfq3gl7jjm8dgd2173zzyc";
sha256 = "1m28jki2qan6gdzs544y1v72ybp4vyj66ri5sy44jqi94xg1mb5f";
};
nativeBuildInputs = [ dpkg makeWrapper ];