Merge pull request #197387 from markuskowa/upd-octopus

octopus: 12.0 -> 12.1
This commit is contained in:
markuskowa 2022-10-23 18:35:23 +02:00 committed by GitHub
commit 9b77910631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [