chore: Update LSpec dependency
This commit is contained in:
parent
c3494edc75
commit
2e1276c21c
10
flake.lock
10
flake.lock
|
@ -58,16 +58,16 @@
|
||||||
"lspec": {
|
"lspec": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728255812,
|
"lastModified": 1728279187,
|
||||||
"narHash": "sha256-ZMqbvCqR/gHXRuIkuo7b0Yp9N1vOQR7xnrcy/SeIBoQ=",
|
"narHash": "sha256-ZMqbvCqR/gHXRuIkuo7b0Yp9N1vOQR7xnrcy/SeIBoQ=",
|
||||||
"owner": "lenianiva",
|
"owner": "argumentcomputer",
|
||||||
"repo": "LSpec",
|
"repo": "LSpec",
|
||||||
"rev": "c492cecd0bc473e2f9c8b94d545d02cc0056034f",
|
"rev": "504a8cecf8da601b9466ac727aebb6b511aae4ab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "lenianiva",
|
"owner": "argumentcomputer",
|
||||||
"ref": "c492cecd0bc473e2f9c8b94d545d02cc0056034f",
|
"ref": "504a8cecf8da601b9466ac727aebb6b511aae4ab",
|
||||||
"repo": "LSpec",
|
"repo": "LSpec",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
url = "github:leanprover/lean4?ref=v4.12.0";
|
url = "github:leanprover/lean4?ref=v4.12.0";
|
||||||
};
|
};
|
||||||
lspec = {
|
lspec = {
|
||||||
url = "github:lenianiva/LSpec?ref=c492cecd0bc473e2f9c8b94d545d02cc0056034f";
|
url = "github:argumentcomputer/LSpec?ref=504a8cecf8da601b9466ac727aebb6b511aae4ab";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue