Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
lean: 3.13.1 -> 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 24, 2020
1 parent bcb05f0 commit 7573e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/lean/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "lean";
version = "3.13.1";
version = "3.14.0";

src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "1ak5l40h5yjlbzz92l724l6bm5q341cg6k1yk13sbwn42l8szsar";
sha256 = "1dlzap3j26rh93ick1lqb7g3jkqjpd33gl4gqfcbx22v62258y5b";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 7573e99

Please sign in to comment.