From 63d62699e00eb5c5ca2bb8a61d72eec4be753b27 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Wed, 25 Dec 2019 15:11:16 +0100 Subject: [PATCH] marvin: 19.25.0 -> 19.27.0 --- pkgs/applications/science/chemistry/marvin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/chemistry/marvin/default.nix b/pkgs/applications/science/chemistry/marvin/default.nix index a8c4c47abd4..c3395a85148 100644 --- a/pkgs/applications/science/chemistry/marvin/default.nix +++ b/pkgs/applications/science/chemistry/marvin/default.nix @@ -4,12 +4,12 @@ with stdenv.lib; stdenv.mkDerivation rec { pname = "marvin"; - version = "19.25.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 = "1jyp0rmmhrmknr01w3q3cvbyka8y50kgknh7p8c3p0shv01wv7hq"; + sha256 = "10pzprr43pklf4yl14m9q921ynalsil1dsfbl6lx8r1jmyjgl3w7"; }; nativeBuildInputs = [ dpkg makeWrapper ];