From 9cde5456ee61ee5654baa179bd7a5b0a7be28049 Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Fri, 16 Jan 2026 14:09:27 +0530 Subject: [PATCH] fix: ci - 6 --- Makefile | 2 +- nimble.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f43bd1cce..fb899cf90 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,7 @@ clean-nph: rm -f $(NPH) print-nph-path: - echo "$(NPH)" + @echo "$(NPH)" clean: | clean-nph diff --git a/nimble.lock b/nimble.lock index a5ff83031..054ddafce 100644 --- a/nimble.lock +++ b/nimble.lock @@ -193,12 +193,12 @@ }, "nimcrypto": { "version": "0.7.3", - "vcsRevision": "b3dbc9c4d08e58c5b7bfad6dc7ef2ee52f2f4c08", + "vcsRevision": "423ea4fed8de6f4544b7e3b30d868f527ed3b947", "url": "https://github.com/cheatfate/nimcrypto", "downloadMethod": "git", "dependencies": [], "checksums": { - "sha1": "f72b90fe3f4da09efa482de4f8729e7ee4abea2f" + "sha1": "580910605aca0ea60b40bfaa116d0b8af1091314" } }, "stint": {