chore: Update LSpec dependency

This commit is contained in:
Leni Aniva 2024-10-08 00:15:30 -07:00
parent c3494edc75
commit 2e1276c21c
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 6 additions and 6 deletions

View File

@ -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"
} }

View File

@ -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;
}; };
}; };