We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61aa4ba commit 65e7ddaCopy full SHA for 65e7dda
pkgs/by-name/mo/mopac/package.nix
@@ -12,13 +12,13 @@ assert blas.isILP64 == lapack.isILP64;
12
13
stdenv.mkDerivation rec {
14
pname = "mopac";
15
- version = "23.0.0";
+ version = "23.0.2";
16
17
src = fetchFromGitHub {
18
owner = "openmopac";
19
repo = pname;
20
rev = "v${version}";
21
- hash = "sha256-5Ybhnq99609mb1BCf7SfBOu14VfG54aF1bEf96yhbVI=";
+ hash = "sha256-FHJ8R8s82qSt4l6IawODkHhk2jitcxjUXCgZOU9iXDM=";
22
};
23
24
nativeBuildInputs = [ gfortran cmake ];
0 commit comments