Skip to content

Commit dc3bb55

Browse files
bottie-mc-bot-faceselfuryon
authored andcommitted
nimbus: 24.2.0 -> 24.2.1
Diff: status-im/nimbus-eth2@v24.2.0...v24.2.1
1 parent ed5b480 commit dc3bb55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/nimbus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
in
2020
stdenv.mkDerivation rec {
2121
pname = "nimbus-eth2";
22-
version = "24.2.0";
22+
version = "24.2.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "status-im";
2626
repo = pname;
2727
rev = "v${version}";
28-
hash = "sha256-KnrNZJv7QYBbCi+H5Iv73UdHZunE4/X6rtO3CMqxx3U=";
28+
hash = "sha256-0dfiIB9EVrc8JDL+o/NE5C0zKEKQ9bCYX9WAe+vkfAk=";
2929
fetchSubmodules = true;
3030
};
3131

0 commit comments

Comments
 (0)