Merge pull request #200659 from ligolang/ligo--0_55

ligo: 0.54.1 -> 0.55.0
This commit is contained in:
Mario Rodas 2022-11-11 20:56:28 -05:00 committed by GitHub
commit 1fc30a13da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,12 +9,12 @@
ocamlPackages.buildDunePackage rec {
pname = "ligo";
version = "0.54.1";
version = "0.55.0";
src = fetchFromGitLab {
owner = "ligolang";
repo = "ligo";
rev = version;
sha256 = "sha256-P4oScKsf2A6qtkzpep8lewqSMM9A+vHyN5VaH7+/6xQ=";
sha256 = "sha256-GEw9OEHXdTxBvb5ATIcL71wdUCLD+X/A7CYQxwTUQWw=";
fetchSubmodules = true;
};