Merge pull request #336417 from Seppel3210/update_elan

elan: 3.1.1 -> 3.1.1-unstable-2024-08-02
This commit is contained in:
Vlad M. 2024-08-23 09:48:24 +03:00 committed by GitHub
commit 24c3a2fe22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,16 +3,17 @@
rustPlatform.buildRustPackage rec {
pname = "elan";
version = "3.1.1";
version = "3.1.1-unstable-2024-08-02";
src = fetchFromGitHub {
owner = "leanprover";
repo = "elan";
rev = "v${version}";
hash = "sha256-/g5bO3UQcg0XYm62KdoWcVQqOV3SIedWUYLufEcblmE=";
# commit "chore: update to build with rust 1.80 (leanprover/elan#134)"
rev = "97ce78e0e6aecdf3e8d35dbf42b0614302efb250";
hash = "sha256-7cwpHMyhpTxYXjZM4xbDK+epvA2kBf7jelvMaPGP1kU=";
};
cargoHash = "sha256-f8YVUTxHX1FY2p73DlnLDtCJaG/0JImUtJFraV6ErNM=";
cargoHash = "sha256-ON5d7ryMKEhkx6dV760msr+y/+4hIwssXUE5Ocaq2W0=";
nativeBuildInputs = [ pkg-config makeWrapper ];