From 2f62a35e9699bb122ef900bacd6cc3ca00650ddf Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Wed, 31 Aug 2022 16:29:03 +0200 Subject: [PATCH] pkg/nanocbor: bump version --- pkg/nanocbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nanocbor/Makefile b/pkg/nanocbor/Makefile index 02f36cc995..f7eacb56cc 100644 --- a/pkg/nanocbor/Makefile +++ b/pkg/nanocbor/Makefile @@ -1,6 +1,6 @@ PKG_NAME = nanocbor PKG_URL = https://github.com/bergzand/nanocbor -PKG_VERSION = b2b1d26e4144753c8e91d005c8a4079c0e77439f +PKG_VERSION = 1bc789705057c42be32aea17aeec97763aece3c7 PKG_LICENSE = CC-0 include $(RIOTBASE)/pkg/pkg.mk