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

marvin: 22.13.0 -> 23.4.0
This commit is contained in:
Weijia Wang
2023-05-24 02:11:57 +03:00
committed by GitHub
@@ -4,12 +4,12 @@ with lib;
stdenv.mkDerivation rec {
pname = "marvin";
version = "22.13.0";
version = "23.4.0";
src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
sha256 = "sha256-cZ9SFdKNURhcInM6zZNwoi+WyHAsGCeAgkfpAVi7GYE=";
sha256 = "sha256-+jzGcuAcbXOwsyAL+Hr9Fas2vO2S8ZKSaZeCf/bnl7A=";
};
nativeBuildInputs = [ dpkg makeWrapper ];