Skip to content

Commit

Permalink
chore(geth-sealer): update geth sealer (nix-community#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfuryon committed Jun 21, 2023
1 parent bf3461f commit 49dd551
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,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"
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/geth-sealer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "geth-sealer";
version = "geth-sealer-v1.11.5";
version = "geth-sealer-v1.12.0";

src = fetchFromGitHub {
owner = "manifoldfinance";
repo = "geth-sealer";
rev = "${version}";
hash = "sha256-aMIYxEfdOMhwN9pJEiqNPDLhEbFyFey6nq0spc+A1VE=";
hash = "sha256-0Ym06RshDzn6+DEoBkjAAlvkWkMKSWcKF0xVR2KJWX8=";
};

vendorHash = "sha256-Y1srOcXZ4rQ0QIQx4LdYzYG6goGk6oO30C+OW+s81z4=";
vendorHash = "sha256-k5MbOiJDvWFnaAPViNRHeqFa64XPZ3ImkkvkmTTscNA=";

ldflags = ["-s" "-w"];

Expand Down

0 comments on commit 49dd551

Please sign in to comment.