octopus: 12.1 -> 12.2

This commit is contained in:
Markus Kowalewski 2023-04-23 21:53:05 +02:00
parent 5d91a89644
commit 94add42651
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -12,13 +12,13 @@ assert (blas.isILP64 == arpack.isILP64);
stdenv.mkDerivation rec {
pname = "octopus";
version = "12.1";
version = "12.2";
src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
rev = version;
sha256 = "sha256-dQdb4wGKOQefrgtQVorq6EH9IiAh1tMmj3GiZOXgTBY=";
sha256 = "sha256-tM3D0geOT+8X3EofI+iPR48z8LKFSxQMoO/W/be+OFg=";
};
nativeBuildInputs = [