Unverified Commit 5fb59043 authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

mopac: 23.1.2 -> 23.2 (#442721)

parents f1fc0ec3 6bf030b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@ assert blas.isILP64 == lapack.isILP64;

stdenv.mkDerivation rec {
  pname = "mopac";
  version = "23.1.2";
  version = "23.2";

  src = fetchFromGitHub {
    owner = "openmopac";
    repo = "mopac";
    rev = "v${version}";
    hash = "sha256-guMPXz7nQWxnmY4f+CGIAf3MBiV00GxSEdsZQ2fAjh4=";
    hash = "sha256-P2BEXzclHJHSoaIIgCKVC3j63Af+J6rO0acwjv9ybbA=";
  };

  nativeBuildInputs = [