Skip to content

Commit 86ff355

Browse files
committed
build(pkgs/nimbus-eth2): Allow building with Nim v1.6.20
1 parent 9181d0a commit 86ff355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/nimbus-eth2/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# See: https://github.com/status-im/nimbus-build-system/commits/master/vendor
2424
assert (
2525
lib.assertMsg
26-
(builtins.elem nim.version ["1.6.12" "1.6.14" "1.6.16" "1.6.18"])
26+
(builtins.elem nim.version ["1.6.12" "1.6.14" "1.6.16" "1.6.18" "1.6.20"])
2727
"Unsupported Nim version: ${nim.version}"
2828
);
2929
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)