Skip to content

Commit

Permalink
Fixed go compiler hash for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed May 27, 2024
1 parent be32364 commit 35355f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions custom-go-compiler.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@
src = pkgs.fetchgit {
url = "https://github.com/wlynxg/go";
rev = "bff8d409ebfb8d4c8488325f13cb212b07cf6bb4";
#sha256 = if pkgs.stdenv.isLinux then "5uMfEqGc2UzxAnJUj8mAd7ojdWF537Ey1DRHWTqjLDY=" else "v7vhTlGOgbUx9uCssYtfxqPmAN74qcoCExH3D6hHm1A=";
sha256 = "NTVa7gGnPnTGfBWElRuiZs0f8FHqux0jCDRvceZiBSI=";
sha256 = if pkgs.stdenv.isLinux then
"NTVa7gGnPnTGfBWElRuiZs0f8FHqux0jCDRvceZiBSI="
else
"8xt45wLNUGo4zBduEh3lGDkxzpAnd47AEuluJNlRbgc=";
# sha256 = "NTVa7gGnPnTGfBWElRuiZs0f8FHqux0jCDRvceZiBSI=";
leaveDotGit = true;
};
buildInputs = with pkgs; [ pcre git ];
Expand Down
3 changes: 0 additions & 3 deletions docs/license/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ Once the retroactive crowdfunding goal is met, no one will ever have to ask anyo

If you need support for integration, bug fixes, or feature requests for the p2p Shipyard, we will be offering [support tickets here](https://opencollective.com/darksoil/projects/p2pshipyard).


[Reach out to us here!](mailto:[email protected])


[Support the p2p Shipyard on Open Collective!](https://opencollective.com/darksoil/projects/p2pshipyard)


**Support with ETH or HOT:**

**Ethereum Address:** 0x848e32fA8FBf3402C0d191E918cE50103eE76A4D
Expand Down

0 comments on commit 35355f0

Please sign in to comment.