marvin: 20.3.0 -> 20.4.0

This commit is contained in:
Brenton Horne 2020-02-10 19:26:58 +10:00 committed by Frederik Rietdijk
parent d3a9e634bf
commit 567be48707

View File

@ -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;
};
}
}