Commit 5ba6eab7 authored by Laurent CaniBot's avatar Laurent CaniBot Committed by Ulrik Strid
Browse files

ligo: 0.66.0 -> 0.67.1

parent 0a705f57
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@

ocamlPackages.buildDunePackage rec {
  pname = "ligo";
  version = "0.66.0";
  version = "0.67.1";
  src = fetchFromGitLab {
    owner = "ligolang";
    repo = "ligo";
    rev = version;
    sha256 = "sha256-BFeNnpMT+WKqTvjVg+H2qHl5EUMcbe7xmJohbpD99gY=";
    sha256 = "sha256-trLl4suIu2b+naw99Fwr+iEZrfYV3s4Sedg2lX3uUcA=";
    fetchSubmodules = true;
  };

@@ -103,8 +103,6 @@ ocamlPackages.buildDunePackage rec {
    # vendored tezos' deps
    aches
    aches-lwt
    tezos-plonk
    tezos-bls12-381-polynomial
    ctypes
    ctypes_stubs_js
    class_group_vdf
@@ -128,6 +126,8 @@ ocamlPackages.buildDunePackage rec {
    pure-splitmix
    zarith_stubs_js
    simple-diff
    seqes
    stdint
  ] ++ lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.Security
  ];