Skip to content

Commit

Permalink
feat(erigon): update to v2.46.0 (nix-community#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon committed Jun 19, 2023
1 parent de1e648 commit bd00d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: update
uses: selfuryon/[email protected]
with:
blacklist: "dreamboat,bls,blst,evmc,mcl,besu,teku,erigon,docs,foundry,web3signer,mev-boost-prysm,vscode-plugin-consensys-vscode-solidity-visual-editor,vscode-plugin-ackee-blockchain-solidity-tools,geth-sealer"
blacklist: "dreamboat,bls,blst,evmc,mcl,besu,teku,docs,foundry,web3signer,mev-boost-prysm,vscode-plugin-consensys-vscode-solidity-visual-editor,vscode-plugin-ackee-blockchain-solidity-tools,geth-sealer"
sign-commits: true
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
6 changes: 3 additions & 3 deletions packages/clients/execution/erigon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
}:
buildGoModule rec {
pname = "erigon";
version = "2.45.2";
version = "2.46.0";

src = fetchFromGitHub {
owner = "ledgerwatch";
repo = pname;
rev = "v${version}";
hash = "sha256-XVfilScmN09t357Ria90qEhHNpRDDxTttZ59bjeg0Tk=";
hash = "sha256-xeyjKq9B2Sy3mMgXpysVveeYNtVGFjtCu58AmckLaNI=";
fetchSubmodules = true;
};

vendorHash = "sha256-Yd78OW48HsOgxT5R3QT6/xDzPsRNFRE2nKocljTKKBA=";
vendorHash = "sha256-DYHL0hGXcsSY7bQsBgH03Wvip9hailHw5Z6/t2LpGqI=";
proxyVendor = true;

# Build errors in mdbx when format hardening is enabled:
Expand Down

0 comments on commit bd00d7b

Please sign in to comment.