openmm: 8.1.0 -> 8.1.1

This commit is contained in:
R. Ryantm 2024-01-13 22:36:18 +00:00
parent 221ad6d7ff
commit 612ee1a5f0

View file

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