mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
martian-mono: fix build
Upstream changed the released zip files so the hash changed Closes #382089
This commit is contained in:
parent
9d3f447bbb
commit
6825d6f9f6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue