scotch: 7.0.4 -> 7.0.5

Diff: https://gitlab.inria.fr/scotch/scotch/-/compare/v7.0.4...v7.0.5
This commit is contained in:
Guilhem Saurel 2024-08-26 23:06:55 +02:00
parent a24a4fd316
commit ab8a1f839c

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scotch";
version = "7.0.4";
version = "7.0.5";
src = fetchFromGitLab {
domain = "gitlab.inria.fr";
owner = "scotch";
repo = "scotch";
rev = "v${finalAttrs.version}";
hash = "sha256-uaox4Q9pTF1r2BZjvnU2LE6XkZw3x9mGSKLdRVUobGU=";
hash = "sha256-XXkVwTr8cbYfzXWWkPERTmjfE86JHUUuU6yxjp9k6II=";
};
nativeBuildInputs = [