Merge pull request #76311 from r-ryantm/auto-update/marvin

marvin: 19.23.0 -> 19.27.0
This commit is contained in:
markuskowa 2020-01-04 12:24:48 +01:00 committed by GitHub
commit b06114f078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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