From 4dc7a89f45ccb67cb1a5d358d4297d2fe5b5c5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?rich=CE=9Brd?= Date: Tue, 17 Dec 2024 14:37:06 -0400 Subject: [PATCH] chore: use latest nimpng and nico (#1229) --- libp2p.nimble | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libp2p.nimble b/libp2p.nimble index 36efca7ce..d83e402f3 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -125,9 +125,8 @@ task examples_build, "Build the samples": buildSample("tutorial_3_protobuf", true) buildSample("tutorial_4_gossipsub", true) buildSample("tutorial_5_discovery", true) - exec "nimble install -y nimpng@#HEAD" - # this is to fix broken build on 1.7.3, remove it when nimpng version 0.3.2 or later is released - exec "nimble install -y nico@#af99dd60bf2b395038ece815ea1012330a80d6e6 --passNim=--skipParentCfg" + exec "nimble install -y nimpng" + exec "nimble install -y nico --passNim=--skipParentCfg" buildSample("tutorial_6_game", false, "--styleCheck:off") # pin system