octopus: 10.3 -> 10.5

This commit is contained in:
Markus Kowalewski 2021-07-12 13:31:28 +02:00
parent eaff114326
commit 0a1167fd0b
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -7,13 +7,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
stdenv.mkDerivation rec {
pname = "octopus";
version = "10.3";
version = "10.5";
src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
rev = version;
sha256 = "1axr3j53mi30gm3f645ga5jkhxbc7rbx432w2k2lgg6g9dv3fcs4";
sha256 = "1bgdkmsp6pwq3b6nxxkimrdmz71wqr8qi25gdzwpcv9wmcf1q27v";
};
nativeBuildInputs = [ perl procps autoreconfHook ];