Skip to content

Commit 4374ab1

Browse files
authored
Merge branch 'main' into update-flake-compat
2 parents 32ca09b + c2b2a8b commit 4374ab1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/nimbus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
targets ? ["nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build"],
55
stableSystems ? ["x86_64-linux" "aarch64-linux"],
66
}: let
7-
version = "25.9.0";
7+
version = "25.11.0";
88
src = fetchFromGitHub {
99
owner = "status-im";
1010
repo = "nimbus-eth2";
1111
rev = "v${version}";
12-
hash = "sha256-DHUPqYMv5navs4I0d4BaQ5Z4hDct8Y07UYekTMm4INw=";
12+
hash = "sha256-pQBU147GMuRamrunOjU7Y+HBh4fyhdv7bw+HqJpe4jU=";
1313
fetchSubmodules = true;
1414
};
1515
in

0 commit comments

Comments
 (0)