Skip to content

Commit

Permalink
chore: update packages (#398)
Browse files Browse the repository at this point in the history
* charon: 0.17.0 -> 0.17.1

Diff: ObolNetwork/charon@refs/tags/v0.17.0...v0.17.1

* ethdo: 1.33.1 -> 1.33.2

Diff: wealdtech/ethdo@v1.33.1...v1.33.2

* prysm: 4.1.0 -> 4.1.1

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

---------

Co-authored-by: Bottie McBotFace <[email protected]>
  • Loading branch information
github-actions[bot] and bottie-mc-bot-face authored Oct 25, 2023
1 parent 129c6b9 commit 978775c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/clients/consensus/prysm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
}:
buildGoModule rec {
pname = "prysm";
version = "4.1.0";
version = "4.1.1";

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

vendorHash = "sha256-IGeCKaQyyj3nwH62XX37x9bh2s9Qm8NZVkNbH0Yh6so=";
Expand Down
6 changes: 3 additions & 3 deletions packages/dvt/charon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "charon";
version = "0.17.0";
version = "0.17.1";

src = fetchFromGitHub {
owner = "ObolNetwork";
repo = "${pname}";
rev = "refs/tags/v${version}";
hash = "sha256-3HDNFHCeIHXzy7saShqGou5CupKfB7Wq5gvy4EdgrEg=";
hash = "sha256-v9nqm1LCehuAZ0S3BDo4yCfRsfxReu37s082nm4KbMA=";
};

vendorHash = "sha256-93dK+HOrqoFwyQ257ThTYFQ2Gs1blHp3zk6B/cMeT3U=";
vendorHash = "sha256-SOsnjPvIJ2dqrWJD7dW/QZBkQZW2vdzTOALFCLGb2Ys=";

buildInputs = [bls mcl];

Expand Down
6 changes: 3 additions & 3 deletions packages/utils/ethdo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
}:
buildGoModule rec {
pname = "ethdo";
version = "1.33.1";
version = "1.33.2";

src = fetchFromGitHub {
owner = "wealdtech";
repo = "ethdo";
rev = "v${version}";
hash = "sha256-rWQickCsQo8g4x5oW0SMyTYQqUPq4cXmNC4vg26ia3U=";
hash = "sha256-8J+EekszE2jp+eFbce1qhElXk/SStVVjAfrai+yHfVk=";
};

runVend = true;
vendorHash = "sha256-/E4O09olBrzf6QrLegTz3+zgipmJ6FSVWG/Xn1T91oY=";
vendorHash = "sha256-Q0zPZ9mTSdVSIYQWpw7jJKfom9px70cEt0D7lgXm1rs=";

nativeBuildInputs = [clang];
buildInputs = [mcl bls];
Expand Down

0 comments on commit 978775c

Please sign in to comment.