Merge pull request #239918 from ligolang/ulrikstrid--fix-ligo-hash

ligo: Fix hash after tag mutation
This commit is contained in:
Weijia Wang 2023-06-26 14:28:19 +02:00 committed by GitHub
commit 74770bedd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ ocamlPackages.buildDunePackage rec {
owner = "ligolang";
repo = "ligo";
rev = version;
sha256 = "sha256-NGjys54VWzgy1SE93/zt8xooJhnZTst3jsjU36yp7Uk=";
sha256 = "sha256-XHfpYX0lXzT15fuFQcmRBhhaKI9Y4bYOy6kXR320BV0=";
fetchSubmodules = true;
};