fix gameserver version

This commit is contained in:
Jon Eugster
2023-08-04 10:41:06 +02:00
parent 6423fd963c
commit 16b2003f9a
2 changed files with 3 additions and 3 deletions

View File

@@ -28,9 +28,9 @@
{"git":
{"url": "https://github.com/leanprover-community/lean4game.git",
"subDir?": "server",
"rev": "52b42544ac8bcdbf4655e9c3a99567d924bd0caf",
"rev": "f5eb185eb22d6ff3ade9639a2c818a0dc6abc930",
"name": "GameServer",
"inputRev?": "main"}},
"inputRev?": "f5eb185eb22d6ff3ade9639a2c818a0dc6abc930"}},
{"git":
{"url": "https://github.com/leanprover/std4",
"subDir?": null,

View File

@@ -8,7 +8,7 @@ def LocalGameServer : Dependency := {
def RemoteGameServer : Dependency := {
name := `GameServer
src := Source.git "https://github.com/leanprover-community/lean4game.git" "main" "server"
src := Source.git "https://github.com/leanprover-community/lean4game.git" "f5eb185eb22d6ff3ade9639a2c818a0dc6abc930" "server"
}
/- Choose dependency depending on the environment variable NODE_ENV -/