Unverified Commit de1c5fe6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mopac: 22.1.1 -> 23.0.0 (#355131)

parents 4b1e0651 c4cbbeaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ assert blas.isILP64 == lapack.isILP64;

stdenv.mkDerivation rec {
  pname = "mopac";
  version = "22.1.1";
  version = "23.0.0";

  src = fetchFromGitHub {
    owner = "openmopac";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-tdVb/u89EBggfG3Ofz1ICBE2ug4fbMsUWAILwJP9Ito=";
    hash = "sha256-5Ybhnq99609mb1BCf7SfBOu14VfG54aF1bEf96yhbVI=";
  };

  nativeBuildInputs = [ gfortran cmake ];