mopac: 22.1.1 -> 23.0.0 (#355131)

This commit is contained in:
Nick Cao
2024-11-11 08:55:46 -05:00
committed by GitHub
+2 -2
View File
@@ -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 ];