octopus: 14.1 -> 15.1 (#374046)

This commit is contained in:
Markus Kowalewski
2025-01-15 20:57:41 +01:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@ assert (blas.isILP64 == arpack.isILP64);
stdenv.mkDerivation rec {
pname = "octopus";
version = "14.1";
version = "15.1";
src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
rev = version;
hash = "sha256-8wZR+bYdxJFsUPMWbIGYxRdNzjLgHm+KFLjY7fSN7io=";
hash = "sha256-vG1HUkuNUZkhBumoJJy3AyFU6cZOo1YGmaOYcU6bPOM=";
};
nativeBuildInputs = [