From c738c7b65ed0a3b7ce45c201c1d83038aabc0231 Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Fri, 22 May 2026 14:32:54 +0100 Subject: [PATCH] fix: accept port 0 in JSON config (ephemeral port support) (#3895) * chore: pin confutils to merged upstream commit status-im/nim-confutils#146 is merged; move the confutils pin from the PR fork back to status-im/nim-confutils master (36f3115). Content is identical to the fork commit, so nimble sha1 and nix sha256 are unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- nimble.lock | 4 ++-- nix/deps.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nimble.lock b/nimble.lock index 7a36d72c4..cd533001e 100644 --- a/nimble.lock +++ b/nimble.lock @@ -250,7 +250,7 @@ }, "confutils": { "version": "0.1.0", - "vcsRevision": "7728f6bd81a1eedcfe277d02ea85fdb805bcc05a", + "vcsRevision": "36f3115ca350f40841ac0eecc7dfa5fe7790c864", "url": "https://github.com/status-im/nim-confutils", "downloadMethod": "git", "dependencies": [ @@ -260,7 +260,7 @@ "results" ], "checksums": { - "sha1": "8bc8c30b107fdba73b677e5f257c6c42ae1cdc8e" + "sha1": "2fbe6418ddd9f79fb11a0addd7666a3e787adbe0" } }, "cbor_serialization": { diff --git a/nix/deps.nix b/nix/deps.nix index 63eeb597a..8e4453675 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -124,8 +124,8 @@ confutils = pkgs.fetchgit { url = "https://github.com/status-im/nim-confutils"; - rev = "7728f6bd81a1eedcfe277d02ea85fdb805bcc05a"; - sha256 = "18bj1ilx10jm2vmqx2wy2xl9rzy7alymi2m4n9jgpa4sbxnfh0x3"; + rev = "36f3115ca350f40841ac0eecc7dfa5fe7790c864"; + sha256 = "1vppqplwlpl7a61r8iki5hlzvhd8lnq41ixpqslv35dnm482c55j"; fetchSubmodules = true; };