ligo: 0.26.0 -> 0.27.0

conduit-nginx
Ulrik Strid 2021-10-22 08:54:19 +00:00
parent 2810c8a6cc
commit fd13396e16
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@
coq.ocamlPackages.buildDunePackage rec {
pname = "ligo";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitLab {
owner = "ligolang";
repo = "ligo";
rev = "d48098c6724bc0a62170c2f9ff73c792c71c8452";
sha256 = "sha256-uu5985llYsi/9ExKZetk48FqU0sJQB1EirdT/pUw0DA=";
rev = version;
sha256 = "sha256-OUrjMlAWxTPs56ltMt0I/XR9GScD6upXU2arT99u8hk=";
};
# The build picks this up for ligo --version
LIGO_VERSION=version;
LIGO_VERSION = version;
useDune2 = true;