elan: 3.1.1 -> 3.1.1-unstable-2024-08-02

Fixes the build for rust 1.80
This commit is contained in:
Sebastian Widua 2024-08-22 00:22:46 +02:00
parent 308ee25702
commit fe3bdcfc93

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 ];