mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
Merge pull request #326448 from r-ryantm/auto-update/openmm
openmm: 8.1.1 -> 8.1.2
This commit is contained in:
commit
71f46929ad
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openmm";
|
pname = "openmm";
|
||||||
version = "8.1.1";
|
version = "8.1.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openmm";
|
owner = "openmm";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-pYWBniV1J+UZBOPPjuUxVevONHaclo+GvGBEpr7Zmxg=";
|
hash = "sha256-2UFccB+xXAw3uRw0G1TKlqTVl9tUl1sRPFG4H05vq04=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# "This test is stochastic and may occassionally fail". It does.
|
# "This test is stochastic and may occassionally fail". It does.
|
||||||
|
Loading…
Reference in New Issue
Block a user