Skip to content

Commit 4ee60b1

Browse files
authored
macOS binary was replaced in binaries.soliditylang.org (#629)
See more: argotorg/solc-bin#76
1 parent e03c02c commit 4ee60b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let
1717
src = if pkgs.stdenv.isDarwin then
1818
pkgs.fetchurl {
1919
url = "https://binaries.soliditylang.org/macosx-amd64/solc-macosx-amd64-v0.5.7+commit.6da8b019";
20-
sha256 = "0p6s5d34qz4h3463jllciiy9cgfwvp3dqlc63pa4ryjmjvi7fyil";
20+
sha256 = "095mlw5x9lpdcdl9jzlvkvw46ag03xr4nj4vly4hgn92rgivimm7";
2121
}
2222
else
2323
pkgs.fetchurl {

0 commit comments

Comments
 (0)