scotch: 6.1.1 -> 7.0.4

This commit is contained in:
R. Ryantm 2024-05-01 23:33:04 +00:00
parent 6b39739b77
commit 5d66721a92

View File

@ -10,7 +10,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "scotch";
version = "6.1.1";
version = "7.0.4";
buildInputs = [
bison
@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "scotch";
repo = "scotch";
rev = "v${finalAttrs.version}";
hash = "sha256-GUV6s+P56OAJq9AMe+LZOMPICQO/RuIi+hJAecmO5Wc=";
hash = "sha256-uaox4Q9pTF1r2BZjvnU2LE6XkZw3x9mGSKLdRVUobGU=";
};
preConfigure = ''