Merge pull request #280827 from r-ryantm/auto-update/openmm
openmm: 8.1.0 -> 8.1.1
This commit is contained in:
commit
25697bac9f
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue