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 ed5b480 commit dc3bb55Copy full SHA for dc3bb55
pkgs/nimbus/default.nix
@@ -19,13 +19,13 @@
19
in
20
stdenv.mkDerivation rec {
21
pname = "nimbus-eth2";
22
- version = "24.2.0";
+ version = "24.2.1";
23
24
src = fetchFromGitHub {
25
owner = "status-im";
26
repo = pname;
27
rev = "v${version}";
28
- hash = "sha256-KnrNZJv7QYBbCi+H5Iv73UdHZunE4/X6rtO3CMqxx3U=";
+ hash = "sha256-0dfiIB9EVrc8JDL+o/NE5C0zKEKQ9bCYX9WAe+vkfAk=";
29
fetchSubmodules = true;
30
};
31
0 commit comments