Skip to content

Commit e428579

Browse files
github-actions[bot]bottie-mc-bot-faceselfuryon
authored
chore: update packages (#474)
* eigenlayer: 0.6.1 -> 0.6.2 Diff: Layr-Labs/eigenlayer-cli@v0.6.1...v0.6.2 * nimbus: 24.2.0 -> 24.2.1 Diff: status-im/nimbus-eth2@v24.2.0...v24.2.1 * zcli: 0.6.0 -> 0.7.1 Diff: protolambda/zcli@v0.6.0...v0.7.1 * chore(workflows): disable update nix flake packages action --------- Co-authored-by: Bottie McBotFace <[email protected]> Co-authored-by: Sergey Yakovlev <[email protected]>
1 parent 5153e09 commit e428579

File tree

4 files changed

+38
-38
lines changed

4 files changed

+38
-38
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
name: "Update Nix Flake Packages"
2-
on:
3-
workflow_dispatch:
4-
schedule:
5-
- cron: "0 10 * * *" # https://crontab.guru/#0_10_*_*_*
6-
jobs:
7-
update:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout repository
11-
uses: actions/checkout@v4
12-
- name: Install Nix
13-
uses: cachix/install-nix-action@v23
14-
- name: Update flake packages
15-
id: update
16-
uses: selfuryon/[email protected]
17-
with:
18-
# TODO: remove nethermind after we fix build for them
19-
# 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,mev-boost-builder,vscode-plugin-consensys-vscode-solidity-visual-editor,vscode-plugin-ackee-blockchain-solidity-tools,mev-boost,nethermind"
21-
sign-commits: true
22-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23-
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
24-
gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }}
25-
pr-title: "chore: update packages"
26-
pr-labels: |
27-
dependencies
28-
automated
29-
auto-merge
30-
- name: Print PR number
31-
run: echo Pull request number is ${{ steps.update.outputs.pull-request-number }}.
1+
# name: "Update Nix Flake Packages"
2+
# on:
3+
# workflow_dispatch:
4+
# schedule:
5+
# - cron: "0 10 * * *" # https://crontab.guru/#0_10_*_*_*
6+
# jobs:
7+
# update:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - name: Checkout repository
11+
# uses: actions/checkout@v4
12+
# - name: Install Nix
13+
# uses: cachix/install-nix-action@v23
14+
# - name: Update flake packages
15+
# id: update
16+
# uses: selfuryon/[email protected]
17+
# with:
18+
# # TODO: remove nethermind after we fix build for them
19+
# # 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,mev-boost-builder,vscode-plugin-consensys-vscode-solidity-visual-editor,vscode-plugin-ackee-blockchain-solidity-tools,mev-boost,nethermind"
21+
# sign-commits: true
22+
# gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
23+
# gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
24+
# gpg-fingerprint: ${{ secrets.GPG_FINGERPRINT }}
25+
# pr-title: "chore: update packages"
26+
# pr-labels: |
27+
# dependencies
28+
# automated
29+
# auto-merge
30+
# - name: Print PR number
31+
# run: echo Pull request number is ${{ steps.update.outputs.pull-request-number }}.

pkgs/eigenlayer/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "eigenlayer";
8-
version = "0.6.1";
8+
version = "0.6.2";
99

1010
src = fetchFromGitHub {
1111
owner = "Layr-Labs";
1212
repo = "eigenlayer-cli";
1313
rev = "v${version}";
14-
hash = "sha256-PN1VB01NyBrDNIDpUIQlzhdwKoy17X1GdfQfRrN3bWo=";
14+
hash = "sha256-cr3ltNmJj8GoQLADivekLU2hV7xWk4KR2Gej0rcaVTA=";
1515
};
1616

1717
vendorHash = "sha256-VcXjYiJ9nwSCQJvQd7UYduZKJISRfoEXjziiX6Z3w6Q=";

pkgs/nimbus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
in
2020
stdenv.mkDerivation rec {
2121
pname = "nimbus-eth2";
22-
version = "24.2.0";
22+
version = "24.2.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "status-im";
2626
repo = pname;
2727
rev = "v${version}";
28-
hash = "sha256-KnrNZJv7QYBbCi+H5Iv73UdHZunE4/X6rtO3CMqxx3U=";
28+
hash = "sha256-0dfiIB9EVrc8JDL+o/NE5C0zKEKQ9bCYX9WAe+vkfAk=";
2929
fetchSubmodules = true;
3030
};
3131

pkgs/zcli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
}:
55
buildGoModule rec {
66
pname = "zcli";
7-
version = "0.6.0";
7+
version = "0.7.1";
88

99
src = fetchFromGitHub {
1010
owner = "protolambda";
1111
repo = pname;
1212
rev = "v${version}";
13-
hash = "sha256-uQ67Gp1Gs7Fl1fPDe2jHc84DV9RtBRz0EaD8WIn113c=";
13+
hash = "sha256-Kv8wDkaHX7BELATXMtTTHx/rk1FJs6RpMbhSzfXUg0M=";
1414
};
1515

16-
vendorHash = "sha256-+5l35M7wsCOOLdVUY8nr+O7693TmiuVHD+2AFCltFRc=";
16+
vendorHash = "sha256-ljLBpawNCXGTNXvnuodpDfrnKAFvi0e/HV1ns5EHeaE=";
1717

1818
subPackages = ["."];
1919

0 commit comments

Comments
 (0)