Merge pull request #198339 from Laucans/laucans-ligo--0_54_1

ligo: 0.54.0 -> 0.54.1
This commit is contained in:
K900
2022-10-30 11:10:18 +03:00
committed by GitHub
+2 -2
View File
@@ -9,12 +9,12 @@
ocamlPackages.buildDunePackage rec {
pname = "ligo";
version = "0.54.0";
version = "0.54.1";
src = fetchFromGitLab {
owner = "ligolang";
repo = "ligo";
rev = version;
sha256 = "sha256-Iq72gDaS05yhxAYjIUrqiCwBkx5aWbVpYPcQlgojhNU=";
sha256 = "sha256-P4oScKsf2A6qtkzpep8lewqSMM9A+vHyN5VaH7+/6xQ=";
fetchSubmodules = true;
};