We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c525d5c commit 5214788Copy full SHA for 5214788
1 file changed
pkgs/applications/science/chemistry/marvin/default.nix
@@ -4,12 +4,12 @@ with lib;
4
5
stdenv.mkDerivation rec {
6
pname = "marvin";
7
- version = "21.3.0";
+ version = "21.9.0";
8
9
src = fetchurl {
10
name = "marvin-${version}.deb";
11
url = "http://dl.chemaxon.com/marvin/${version}/marvin_linux_${versions.majorMinor version}.deb";
12
- sha256 = "sha256-PM4Exi4YD6WibxqtewLzE4dDRgSVHiTT36p68uoQP4g=";
+ sha256 = "sha256-T94SoHAZmBfbGaFiuYAKhuKgHaXcDZix//YTTq1oFIk=";
13
};
14
15
nativeBuildInputs = [ dpkg makeWrapper ];
0 commit comments