octopus: 12.0 -> 12.1

This commit is contained in:
Markus Kowalewski 2022-10-23 17:51:24 +02:00
parent 0e6df35f39
commit f6771d4d15
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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