Skip to content

Commit a0d776e

Browse files
committed
update(pkgs/nimbus-eth2): Update to v24.2.2
1 parent bc45370 commit a0d776e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/nimbus-eth2/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ assert (
2828
);
2929
stdenv.mkDerivation rec {
3030
pname = "nimbus";
31-
rev = "v24.1.1";
32-
version = "24.1.1";
31+
rev = "v24.2.2";
32+
version = "24.2.2";
3333

3434
src = fetchFromGitHub {
3535
owner = "status-im";
3636
repo = "nimbus-eth2";
3737
inherit rev;
38-
hash = "sha256-euKLjVw9f2AzdR9YF4UOIerpjWewTVTvaasXxNQgoq0=";
38+
hash = "sha256-6BLek0y6ke0/bh1s24x6JUyUFMEsFJk75x/rGW8CeHY=";
3939
fetchSubmodules = true;
4040
};
4141

0 commit comments

Comments
 (0)