Skip to content

Commit 5f4c1b2

Browse files
github-actions[bot]bottie-mc-bot-faceselfuryon
authored
chore: update packages (#470)
* charon: 0.19.0 -> 0.19.1 Diff: ObolNetwork/charon@refs/tags/v0.19.0...v0.19.1 * sedge: 1.3.0 -> 1.3.1 Diff: NethermindEth/sedge@v1.3.0...v1.3.1 * chore: add mev-boost-builder to blacklist --------- Co-authored-by: Bottie McBotFace <[email protected]> Co-authored-by: Sergey Yakovlev <[email protected]>
1 parent ec2e508 commit 5f4c1b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/update-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
# TODO: remove nethermind after we fix build for them
1919
# TODO: remove mev-boost after they make a new release tag
20-
blacklist: "staking-deposit-cli,dreamboat,bls,blst,evmc,mcl,besu,teku,lighthouse,reth,wake,docs,foundry-bin,foundry,web3signer,mev-boost-prysm,vscode-plugin-consensys-vscode-solidity-visual-editor,vscode-plugin-ackee-blockchain-solidity-tools,mev-boost,nethermind"
20+
blacklist: "staking-deposit-cli,dreamboat,bls,blst,evmc,mcl,besu,teku,lighthouse,reth,wake,docs,foundry-bin,foundry,web3signer,mev-boost-prysm,mev-boost-builder,vscode-plugin-consensys-vscode-solidity-visual-editor,vscode-plugin-ackee-blockchain-solidity-tools,mev-boost,nethermind"
2121
sign-commits: true
2222
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
2323
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}

pkgs/charon/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "charon";
9-
version = "0.19.0";
9+
version = "0.19.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "ObolNetwork";
1313
repo = "${pname}";
1414
rev = "refs/tags/v${version}";
15-
hash = "sha256-blKROCrcJscdUTbCw6rc6lZ5soJ7ekdHsur02GfPGeg=";
15+
hash = "sha256-uwDHniPtfYqu0j025LfZt1LLnIGZgoRGJoNmd5TFL4I=";
1616
};
1717

18-
vendorHash = "sha256-rrKTBoB+zqlPSvLvw0MafKmjXPvJRgsfDyiZ9LgRcZw=";
18+
vendorHash = "sha256-tsFQu4grArXSWNcxtpHbcac+1vh7DaTRPvgFDersbdc=";
1919

2020
buildInputs = [bls mcl];
2121

pkgs/sedge/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
mockgen,
77
}: let
88
pname = "sedge";
9-
version = "1.3.0";
9+
version = "1.3.1";
1010
in
1111
buildGoModule {
1212
inherit pname version;
@@ -15,7 +15,7 @@ in
1515
owner = "NethermindEth";
1616
repo = pname;
1717
rev = "v${version}";
18-
hash = "sha256-fwkbJQ56QL6Q5cYd/kUhuyvL+n3Nf35xWszMTRQdJkY=";
18+
hash = "sha256-sZILanIIxZ0WQhmN4e7gSysEcjb2pLpy3huUCzYinqU=";
1919
};
2020
vendorHash = "sha256-HZ/v5bY4BHXYw+8tGirukwFoLTQccDl0c1iPhsla424=";
2121
proxyVendor = true;

0 commit comments

Comments
 (0)