octopus: 16.2 -> 16.3

This commit is contained in:
Martin Thuemmler
2026-04-10 14:26:26 +02:00
parent 7a0597d154
commit 5e4c5cf9f2
+2 -2
View File
@@ -31,13 +31,13 @@ assert (blas.isILP64 == arpack.isILP64);
stdenv.mkDerivation (finalAttrs: {
pname = "octopus";
version = "16.2";
version = "16.3";
src = fetchFromGitLab {
owner = "octopus-code";
repo = "octopus";
tag = finalAttrs.version;
hash = "sha256-L97igB+bdZ19zpbffHi8DVSJXKtUyDqauUB+l5zzFwQ=";
hash = "sha256-3DYfgoKznIWY8/HZByzz0MX03QzbivU9B3gDyNMnTQ4=";
};
outputs = [