We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03c02c commit 4ee60b1Copy full SHA for 4ee60b1
default.nix
@@ -17,7 +17,7 @@ let
17
src = if pkgs.stdenv.isDarwin then
18
pkgs.fetchurl {
19
url = "https://binaries.soliditylang.org/macosx-amd64/solc-macosx-amd64-v0.5.7+commit.6da8b019";
20
- sha256 = "0p6s5d34qz4h3463jllciiy9cgfwvp3dqlc63pa4ryjmjvi7fyil";
+ sha256 = "095mlw5x9lpdcdl9jzlvkvw46ag03xr4nj4vly4hgn92rgivimm7";
21
}
22
else
23
0 commit comments