Skip to content

Commit

Permalink
update(pkgs): Update nimbus-eth2 package
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNikov committed Jul 6, 2024
1 parent e4a52d7 commit ddd8773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/nimbus-eth2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ assert (
);
stdenv.mkDerivation rec {
pname = "nimbus";
rev = "v24.2.2";
version = "24.2.2";
rev = "v24.6.0";
version = "24.6.0";

src = fetchFromGitHub {
owner = "status-im";
repo = "nimbus-eth2";
inherit rev;
hash = "sha256-6BLek0y6ke0/bh1s24x6JUyUFMEsFJk75x/rGW8CeHY=";
hash = "sha256-cSQfuwMz0JDALJKeYpq25vvqq4SnAKkqW6kRNWGG788=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit ddd8773

Please sign in to comment.