octopus: 11.4 -> 12.0

This commit is contained in:
Markus Kowalewski 2022-10-03 11:12:28 +02:00
parent ecf0f76866
commit 4d6abfa6b4
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -11,13 +11,13 @@ assert (!blas.isILP64) && (!lapack.isILP64);
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "octopus"; pname = "octopus";
version = "11.4"; version = "12.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "octopus-code"; owner = "octopus-code";
repo = "octopus"; repo = "octopus";
rev = version; rev = version;
sha256 = "1z423sjpc4ajjy3s7623z3rfwmp2hgis7iiiy8gb5apw73k33dyv"; sha256 = "sha256-OF6zcyxtWXxMUIAB8YxQ3453JAmw6Q3RnNMjr4HgTmE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [