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

openmm: 8.1.0 -> 8.1.1
This commit is contained in:
Nick Cao 2024-01-14 11:32:54 -05:00 committed by GitHub
commit 25697bac9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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