Commit fe3bdcfc authored by Sebastian Widua's avatar Sebastian Widua
Browse files

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

Fixes the build for rust 1.80
parent 308ee257
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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 ];