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
commit de1c5fe63d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];