Unverified Commit 47a2b143 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

openmm: 8.3.0 -> 8.3.1 (#426549)

parents 852917e7 4bc5560d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "openmm";
  version = "8.3.0";
  version = "8.3.1";

  src = fetchFromGitHub {
    owner = "openmm";
    repo = "openmm";
    rev = finalAttrs.version;
    hash = "sha256-wXk5s6OascFWjHs4WpxGU9TcX0gSiOZ3BRusIH1NjpI=";
    hash = "sha256-3e0+8f2V+UCrPJA1wQUZKPvjpmWU9FfOAt9Ako0Lnl0=";
  };

  # "This test is stochastic and may occasionally fail". It does.