fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.47k stars 305 forks source link

Zig Build - Hash Mismatch #612

Closed dawosch closed 5 months ago

dawosch commented 5 months ago

When i try to build ly like on the readme explained, i get an error: Fetch Packages [2/2] zigini... /tmp/ly/build.zig.zon:11:21: error: hash mismatch: expected: 1220e7a99793a0430e0a7c0b938cb3c98321035bc297e21cd0e2413cf740b4923b9f, found: 12200dd136842068a2e82afb6ffd2821128140ca0b0fc59390a9bbe732d929eb75af .hash = "1220e7a99793a0430e0a7c0b938cb3c98321035bc297e21cd0e2413cf740b4923b9f", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Any ideas how to fix this?

CaptainDolphy commented 5 months ago

You appear to be using an outdated version of zig. As described in the Dependencies section of readme.md the required version of zig is currently: zig 0.12.0

AnErrupTion commented 5 months ago

@dawosch As @CaptainDolphy said, you'll need Zig 0.12.0 to build Ly, as described in the README.