Merge pull request #336417 from Seppel3210/update_elan

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

authored by Vlad M. and committed by GitHub 24c3a2fe fe43c82f

+5 -4
+5 -4
pkgs/applications/science/logic/elan/default.nix
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "elan"; 6 - version = "3.1.1"; 7 8 src = fetchFromGitHub { 9 owner = "leanprover"; 10 repo = "elan"; 11 - rev = "v${version}"; 12 - hash = "sha256-/g5bO3UQcg0XYm62KdoWcVQqOV3SIedWUYLufEcblmE="; 13 }; 14 15 - cargoHash = "sha256-f8YVUTxHX1FY2p73DlnLDtCJaG/0JImUtJFraV6ErNM="; 16 17 nativeBuildInputs = [ pkg-config makeWrapper ]; 18
··· 3 4 rustPlatform.buildRustPackage rec { 5 pname = "elan"; 6 + version = "3.1.1-unstable-2024-08-02"; 7 8 src = fetchFromGitHub { 9 owner = "leanprover"; 10 repo = "elan"; 11 + # commit "chore: update to build with rust 1.80 (leanprover/elan#134)" 12 + rev = "97ce78e0e6aecdf3e8d35dbf42b0614302efb250"; 13 + hash = "sha256-7cwpHMyhpTxYXjZM4xbDK+epvA2kBf7jelvMaPGP1kU="; 14 }; 15 16 + cargoHash = "sha256-ON5d7ryMKEhkx6dV760msr+y/+4hIwssXUE5Ocaq2W0="; 17 18 nativeBuildInputs = [ pkg-config makeWrapper ]; 19