3
0
Fork 0
forked from mirrors/nixpkgs

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

marvin: 19.27.0 -> 20.3.0
This commit is contained in:
Ryan Mulligan 2020-02-08 12:42:18 -08:00 committed by GitHub
commit 537f07555f

View file

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