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

openmm: 8.1.1 -> 8.1.2
This commit is contained in:
Nick Cao 2024-07-12 16:08:28 -04:00 committed by GitHub
commit 71f46929ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "openmm";
version = "8.1.1";
version = "8.1.2";
src = fetchFromGitHub {
owner = "openmm";
repo = pname;
rev = version;
hash = "sha256-pYWBniV1J+UZBOPPjuUxVevONHaclo+GvGBEpr7Zmxg=";
hash = "sha256-2UFccB+xXAw3uRw0G1TKlqTVl9tUl1sRPFG4H05vq04=";
};
# "This test is stochastic and may occassionally fail". It does.