Skip to content

Commit

Permalink
elan: 1.4.1 -> 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 13, 2022
1 parent 4f07c96 commit 38aa976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/elan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "elan";
version = "1.4.1";
version = "1.4.2";

src = fetchFromGitHub {
owner = "leanprover";
repo = "elan";
rev = "v${version}";
sha256 = "sha256-jHECNSXSATLuNHNSVwi7mBTI8l6+cLPDISc5T/4yHDg=";
sha256 = "1aq06d66y622n0bbd57dx8s0ajz6cdv1vzaz25wvi4i62sg4x21x";
};

cargoSha256 = "sha256-/XwlTmUboDbB6RTanhKyO6o2GBUhxpH/NQjeNsKpse0=";
cargoSha256 = "sha256-RzeewQzsV5F5E0xwJF1MpzzQ8usyfQjzlDInOJqZdO8=";

nativeBuildInputs = [ pkg-config makeWrapper ];

Expand Down

0 comments on commit 38aa976

Please sign in to comment.