Commit 368f9510 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

easycrypt: 2022.04 → 2023.09

parent fcc43643
Loading
Loading
Loading
Loading
+3 −12
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, fetchpatch, ocamlPackages, why3 }:
{ lib, stdenv, fetchFromGitHub, ocamlPackages, why3 }:

stdenv.mkDerivation rec {
  pname = "easycrypt";
  version = "2022.04";
  version = "2023.09";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "r${version}";
    sha256 = "sha256:09rdwcj70lkamkhd895p284rfpz4bcnsf55mcimhiqncd2a21ml7";
    hash = "sha256-9xavU9jRisZekPqC87EyiLXtZCGu/9QeGzq6BJGt1+Y=";
  };

  patches = lib.lists.map fetchpatch [
    # Fix build with Why3 1.5
    { url = "https://github.com/EasyCrypt/easycrypt/commit/d226387432deb7f22738e1d5579346a2cbc9be7a.patch";
      hash = "sha256:1zvxij35fnr3h9b5wdl8ml17aqfx3a39rd4mgwmdvkapbg3pa4lm"; }
    # Fix build with Why3 1.6
    { url = "https://github.com/EasyCrypt/easycrypt/commit/876f2ed50a0434afdf2fb20e7c50b8a3e26bb06e.patch";
      hash = "sha256-UycfLZWYHNsppb7qHSRaAF4Y0UnwoFueEG0wUcBUPYE="; }
  ];

  nativeBuildInputs = with ocamlPackages; [
    dune_3
    findlib