We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc45370 commit a0d776eCopy full SHA for a0d776e
pkgs/nimbus-eth2/default.nix
@@ -28,14 +28,14 @@ assert (
28
);
29
stdenv.mkDerivation rec {
30
pname = "nimbus";
31
- rev = "v24.1.1";
32
- version = "24.1.1";
+ rev = "v24.2.2";
+ version = "24.2.2";
33
34
src = fetchFromGitHub {
35
owner = "status-im";
36
repo = "nimbus-eth2";
37
inherit rev;
38
- hash = "sha256-euKLjVw9f2AzdR9YF4UOIerpjWewTVTvaasXxNQgoq0=";
+ hash = "sha256-6BLek0y6ke0/bh1s24x6JUyUFMEsFJk75x/rGW8CeHY=";
39
fetchSubmodules = true;
40
};
41
0 commit comments