From 5b3bce6334e78d68515db410d6d11bfc80c26272 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:12:35 +0200 Subject: [PATCH] deps: bump nim-sds to 4ccdd122 (0.3.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the nim-sds pin in waku.nimble and follow it through in nimble.lock: version, vcsRevision and the sha1 checksum (cee8c7e2…). Co-Authored-By: Claude Opus 4.8 --- nimble.lock | 6 +++--- waku.nimble | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nimble.lock b/nimble.lock index e03a3db29..92651e58c 100644 --- a/nimble.lock +++ b/nimble.lock @@ -620,8 +620,8 @@ } }, "sds": { - "version": "#35a33adc9808a053f4ad7af8d07ff92075ba3462", - "vcsRevision": "35a33adc9808a053f4ad7af8d07ff92075ba3462", + "version": "#4ccdd122fc4fa82f9ef69eef5dedd24ca2d9f420", + "vcsRevision": "4ccdd122fc4fa82f9ef69eef5dedd24ca2d9f420", "url": "https://github.com/logos-messaging/nim-sds.git", "downloadMethod": "git", "dependencies": [ @@ -636,7 +636,7 @@ "taskpools" ], "checksums": { - "sha1": "136296859b324403486b93d62ae9154e53fb15d4" + "sha1": "cee8c7e2e7b869da0be23d383f11ddda5b3524d2" } }, "ffi": { diff --git a/waku.nimble b/waku.nimble index 066a33018..fcbeaa18d 100644 --- a/waku.nimble +++ b/waku.nimble @@ -61,7 +61,7 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) requires "https://github.com/logos-messaging/nim-ffi" -requires "https://github.com/logos-messaging/nim-sds.git#35a33adc9808a053f4ad7af8d07ff92075ba3462" +requires "https://github.com/logos-messaging/nim-sds.git#4ccdd122fc4fa82f9ef69eef5dedd24ca2d9f420" # brokers: pinned by URL+commit rather than the bare `brokers >= 2.0.1` # form because the nim-lang/packages registry entry for `brokers` only