gromacs: 2021.4 -> 2021.5

This commit is contained in:
Markus Kowalewski 2022-01-17 15:50:31 +01:00
parent ed5883c1b6
commit 17d0b66cf6
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -19,11 +19,11 @@ let
in stdenv.mkDerivation rec {
pname = "gromacs";
version = "2021.4";
version = "2021.5";
src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-${version}.tar.gz";
sha256 = "07ds8abxq0k7vfpjvxb8in3fhb6lz0pbdzbmlidyzaw37qz8lw6b";
sha256 = "1dh9l2gcv61h1r6qsg8vr3k1xp8jgd27czzg24kzf4k823k3z9pb";
};
nativeBuildInputs = [ cmake ];