summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2022-09-13 11:00:29 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-13 09:24:12 +0000
commitf0ff9e6e47e34402588471bd66b893003195a162 (patch)
tree78795794286f2c8fbebb83db6d31d916a18dd8fa
parentMerge #190698: thunderbird*: 102.2.1 -> 102.2.2 (diff)
downloadnixpkgs-origin/backport-191035-to-release-22.05.tar.gz
(cherry picked from commit 38aa976494cff39d297b98fd301b21570f013fd2)
-rw-r--r--pkgs/applications/science/logic/elan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/logic/elan/default.nix b/pkgs/applications/science/logic/elan/default.nix
index b77d06e50091..95286443bd41 100644
--- a/pkgs/applications/science/logic/elan/default.nix
+++ b/pkgs/applications/science/logic/elan/default.nix
@@ -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 ];