chore: Version bump to 4.8.0 prerelease

This commit is contained in:
Leni Aniva 2024-03-15 18:44:28 -07:00
parent b7542b4749
commit bb09d1e964
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 5 additions and 5 deletions

View File

@ -41,16 +41,16 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1709691092,
"narHash": "sha256-jHY8BhDotfGcMS0Xzl5iawqCaug3dDEKuD5Y1WcM06I=",
"lastModified": 1710520221,
"narHash": "sha256-8Fm4bj9sqqsUHFZweSdGMM5GdUX3jkGK/ggGq27CeQc=",
"owner": "leanprover",
"repo": "lean4",
"rev": "6fce8f7d5cd18a4419bca7fd51780c71c9b1cc5a",
"rev": "f70895ede54501adf0db77474f452a7fef40d0b3",
"type": "github"
},
"original": {
"owner": "leanprover",
"ref": "v4.7.0-rc2",
"ref": "f70895ede54501adf0db77474f452a7fef40d0b3",
"repo": "lean4",
"type": "github"
}

View File

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
lean.url = "github:leanprover/lean4?ref=v4.7.0-rc2";
lean.url = "github:leanprover/lean4?ref=f70895ede54501adf0db77474f452a7fef40d0b3";
};
outputs = inputs @ {