martian-mono: fix build

Upstream changed the released zip files so the hash changed
Closes #382089
This commit is contained in:
Dionysis Grigoropoulos 2025-02-14 19:03:45 +02:00
parent 9d3f447bbb
commit 6825d6f9f6
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchzip {
url = "https://github.com/evilmartians/mono/releases/download/v${version}/martian-mono-${version}-otf.zip";
sha256 = "sha256-L+T9XxTH7+yFJwhZ8UXAlq3rAkPFn/8dRBoGfbiHuGA=";
sha256 = "sha256-W6ewNtFDS1O1fwoAe27tIgNZn7AAKo965dWkZYzsg+o=";
stripRoot = false;
};