openmm: 8.1.1 -> 8.1.2

This commit is contained in:
R. Ryantm
2024-07-12 03:52:11 +00:00
parent c35a5a895f
commit 75a9124e04
@@ -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.