Skip to content

Commit

Permalink
marvin: 20.10.0 -> 20.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 27, 2020
1 parent a31a269 commit f4e0183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/chemistry/marvin/default.nix
Expand Up @@ -4,12 +4,12 @@ with stdenv.lib;

stdenv.mkDerivation rec {
pname = "marvin";
version = "20.10.0";
version = "20.12.0";

src = fetchurl {
name = "marvin-${version}.deb";
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
sha256 = "042ndlns48pa6mn6wyrp4q9c1v0a2vzcnhw5l766zdnxdjyv0acx";
sha256 = "1imfr56nbq2mbcyapwa8xmcmj5rjhbjz9r438387s73kd1avd6yl";
};

nativeBuildInputs = [ dpkg makeWrapper ];
Expand Down

0 comments on commit f4e0183

Please sign in to comment.