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

ligo: Fix hash after tag mutation

authored by

Weijia Wang and committed by
GitHub
74770bed 616d9a91

+1 -1
+1 -1
pkgs/development/compilers/ligo/default.nix
··· 20 20 owner = "ligolang"; 21 21 repo = "ligo"; 22 22 rev = version; 23 - sha256 = "sha256-NGjys54VWzgy1SE93/zt8xooJhnZTst3jsjU36yp7Uk="; 23 + sha256 = "sha256-XHfpYX0lXzT15fuFQcmRBhhaKI9Y4bYOy6kXR320BV0="; 24 24 fetchSubmodules = true; 25 25 }; 26 26