scotch: 7.0.6 -> 7.0.7

This commit is contained in:
R. Ryantm 2025-03-14 04:34:34 +00:00
parent 573c650e8a
commit 5635af2131

View file

@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scotch";
version = "7.0.6";
version = "7.0.7";
src = fetchFromGitLab {
domain = "gitlab.inria.fr";
owner = "scotch";
repo = "scotch";
rev = "v${finalAttrs.version}";
hash = "sha256-RW1H0By7jqSM9bT4v6zIuaAZj3iyM1vNsfIcFlRxlkc=";
hash = "sha256-hjxEJCV6/L/oJnonpN5zj0Asnh6d7j0We1T29G1dhmQ=";
};
outputs = [