openmm: 8.5.0 -> 8.5.1

This commit is contained in:
R. Ryantm
2026-04-11 02:59:16 +00:00
parent 05e9da8fdb
commit 0fca351507
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openmm";
version = "8.5.0";
version = "8.5.1";
src = fetchFromGitHub {
owner = "openmm";
repo = "openmm";
rev = finalAttrs.version;
hash = "sha256-NH9rPAlXpWBqYD9g6z9P0Y3Q51GgOPJUbrQ4GxvtPiA=";
hash = "sha256-YGoQGOP6Use4ivhxlWfKMpEjpm5ovFH1Qf0yVK5jr48=";
};
# "This test is stochastic and may occasionally fail". It does.