Unverified Commit 437b5206 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

lean4: 4.17.0 -> 4.18.0 (#395111)

parents 5e12c961 e170677b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lean4";
  version = "4.17.0";
  version = "4.18.0";

  src = fetchFromGitHub {
    owner = "leanprover";
    repo = "lean4";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6oteAbCKhel0pRyFGqSDG03oDPQU5Y9dsPcujSG6sjo=";
    hash = "sha256-1hVcRO9RbVUgoKTUTFXBqJZwt50/aw/P9dxUdI7RpCc=";
  };

  postPatch = ''