Skip to content

Commit 68672b6

Browse files
github-actions[bot]bottie-mc-bot-faceselfuryon
authored andcommitted
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 df5c8bc commit 68672b6

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
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "charon";
10-
version = "0.19.0";
10+
version = "0.19.1";
1111

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

19-
vendorHash = "sha256-rrKTBoB+zqlPSvLvw0MafKmjXPvJRgsfDyiZ9LgRcZw=";
19+
vendorHash = "sha256-tsFQu4grArXSWNcxtpHbcac+1vh7DaTRPvgFDersbdc=";
2020

2121
buildInputs = [bls mcl];
2222

pkgs/sedge/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
nix-update-script,
88
}: let
99
pname = "sedge";
10-
version = "1.3.0";
10+
version = "1.3.1";
1111
in
1212
buildGoModule {
1313
inherit pname version;
@@ -16,7 +16,7 @@ in
1616
owner = "NethermindEth";
1717
repo = pname;
1818
rev = "v${version}";
19-
hash = "sha256-fwkbJQ56QL6Q5cYd/kUhuyvL+n3Nf35xWszMTRQdJkY=";
19+
hash = "sha256-sZILanIIxZ0WQhmN4e7gSysEcjb2pLpy3huUCzYinqU=";
2020
};
2121
vendorHash = "sha256-HZ/v5bY4BHXYw+8tGirukwFoLTQccDl0c1iPhsla424=";
2222
proxyVendor = true;

0 commit comments

Comments
 (0)