Merge pull request #214692 from r-ryantm/auto-update/openmm

openmm: 7.7.0 -> 8.0.0
This commit is contained in:
markuskowa 2023-02-05 18:01:07 +01:00 committed by GitHub
commit e2db54d6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "openmm";
version = "7.7.0";
version = "8.0.0";
src = fetchFromGitHub {
owner = "openmm";
repo = pname;
rev = version;
hash = "sha256-2PYUGTMVQ5qVDeeABrwR45U3JIgo2xMXKlD6da7y3Dw=";
hash = "sha256-89ngeZHdjyL/OoGuQ+F5eaXE1/od0EEfIgw9eKdLtL8=";
};
# "This test is stochastic and may occassionally fail". It does.