scotch: 7.0.7 -> 7.0.8

This commit is contained in:
R. Ryantm
2025-07-10 03:19:05 +00:00
parent 686386f4cc
commit 97b8d41a63
+2 -2
View File
@@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scotch";
version = "7.0.7";
version = "7.0.8";
src = fetchFromGitLab {
domain = "gitlab.inria.fr";
owner = "scotch";
repo = "scotch";
rev = "v${finalAttrs.version}";
hash = "sha256-hjxEJCV6/L/oJnonpN5zj0Asnh6d7j0We1T29G1dhmQ=";
hash = "sha256-AtpaBxgV9EamkAlvH9psp+K0o923EhSu6LQA89qyG3w=";
};
outputs = [