Skip to content

Commit 5214788

Browse files
r-ryantmJonathan Ringer
authored andcommitted
marvin: 21.3.0 -> 21.9.0
(cherry picked from commit cb70ce6)
1 parent c525d5c commit 5214788

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/science/chemistry/marvin/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ with lib;
44

55
stdenv.mkDerivation rec {
66
pname = "marvin";
7-
version = "21.3.0";
7+
version = "21.9.0";
88

99
src = fetchurl {
1010
name = "marvin-${version}.deb";
1111
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
12-
sha256 = "sha256-PM4Exi4YD6WibxqtewLzE4dDRgSVHiTT36p68uoQP4g=";
12+
sha256 = "sha256-T94SoHAZmBfbGaFiuYAKhuKgHaXcDZix//YTTq1oFIk=";
1313
};
1414

1515
nativeBuildInputs = [ dpkg makeWrapper ];

0 commit comments

Comments
 (0)