Merge pull request #284940 from r-ryantm/auto-update/mopac

mopac: 22.1.0 -> 22.1.1
This commit is contained in:
markuskowa
2024-01-30 13:08:13 +01:00
committed by GitHub
@@ -12,13 +12,13 @@ assert blas.isILP64 == lapack.isILP64;
stdenv.mkDerivation rec {
pname = "mopac";
version = "22.1.0";
version = "22.1.1";
src = fetchFromGitHub {
owner = "openmopac";
repo = pname;
rev = "v${version}";
hash = "sha256-4jQ0WCHK07CXWUPj5Z1zSXObKxnitMj+FJQbLDiS2Dc=";
hash = "sha256-tdVb/u89EBggfG3Ofz1ICBE2ug4fbMsUWAILwJP9Ito=";
};
nativeBuildInputs = [ gfortran cmake ];