Skip to content

Commit

Permalink
ligo: 0.69.0 -> 0.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Laucans authored and ulrikstrid committed Aug 14, 2023
1 parent 6eb97eb commit 552bddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
58 changes: 0 additions & 58 deletions pkgs/development/compilers/ligo/2706.diff

This file was deleted.

7 changes: 2 additions & 5 deletions pkgs/development/compilers/ligo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@

ocamlPackages.buildDunePackage rec {
pname = "ligo";
version = "0.69.0";
version = "0.71.1";
src = fetchFromGitLab {
owner = "ligolang";
repo = "ligo";
rev = version;
sha256 = "sha256-Swt4uihsAtHVMkc0DxATwB8FvgxwtSJTN3E5cBtyXf8=";
sha256 = "sha256-E28/bRtYS57vB3WguUDGmR2ZhXhh/taiZTLa07Hu88g=";
fetchSubmodules = true;
};

# https://gitlab.com/ligolang/ligo/-/merge_requests/2706.diff
patches = [ ./2706.diff ];

postPatch = ''
substituteInPlace "vendors/tezos-ligo/src/lib_hacl/hacl.ml" \
--replace \
Expand Down

0 comments on commit 552bddf

Please sign in to comment.