Skip to content

Commit

Permalink
chore: update packages (#397)
Browse files Browse the repository at this point in the history
* prysm: 4.0.8 -> 4.1.0

Diff: prysmaticlabs/prysm@v4.0.8...v4.1.0

* chore: update staking-deposit-cli 2.6.0 -> 2.7.0

---------

Co-authored-by: Bottie McBotFace <[email protected]>
Co-authored-by: Sergey Yakovlev <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2023
1 parent b5bd1c0 commit 7ddc83f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/clients/consensus/prysm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "prysm";
version = "4.0.8";
version = "4.1.0";

src = fetchFromGitHub {
owner = "prysmaticlabs";
repo = pname;
rev = "v${version}";
hash = "sha256-9aztKZoZPZzyeQxGJXGslbzjhMdS2qdUJuze2y3rUN4=";
hash = "sha256-5b18vgKuT6uWLX/s3y9yVGibtRpN2bwiWA/WFHCm4iE=";
};

vendorHash = "sha256-lYDeHyWoCV4fshjK8wlRVg+rb8Ap0fxeFLl2og3W7Bo=";
vendorHash = "sha256-IGeCKaQyyj3nwH62XX37x9bh2s9Qm8NZVkNbH0Yh6so=";

buildInputs = [bls blst libelf];

Expand Down
6 changes: 3 additions & 3 deletions packages/utils/staking-deposit-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "staking-deposit-cli";
version = "2.6.0";
version = "2.7.0";

src = fetchurl {
url = "https://github.com/ethereum/staking-deposit-cli/releases/download/v${version}/staking_deposit-cli-33cdafe-linux-amd64.tar.gz";
hash = "sha256-SHug2OJwD6Na3WzvajH6mkHNpDM9n4E2WG2DHTGrd6M=";
url = "https://github.com/ethereum/staking-deposit-cli/releases/download/v${version}/staking_deposit-cli-fdab65d-linux-amd64.tar.gz";
hash = "sha256-rDFRhD1oHJKudVZ6iPvg4EDVPCE2jMHtGow9n7KfKjo=";
};

nativeBuildInputs = [autoPatchelfHook];
Expand Down

0 comments on commit 7ddc83f

Please sign in to comment.