From 5ceb75646a4ca9737aa3aea68a4e25959288f65a Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 14 Feb 2020 20:12:16 +0100 Subject: [PATCH] pkg/nimble: Version bump --- pkg/nimble/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nimble/Makefile b/pkg/nimble/Makefile index 7e2d338ca5d6..990f4666f867 100644 --- a/pkg/nimble/Makefile +++ b/pkg/nimble/Makefile @@ -1,6 +1,6 @@ PKG_NAME = nimble PKG_URL = https://github.com/apache/mynewt-nimble.git -PKG_VERSION = 7df04c1d982eef24c349cf70d00b0ecf3f8de01f +PKG_VERSION = 310d6ac586bbbe534e9035842656b638b1a5e76e PKG_LICENSE = Apache-2.0 include $(RIOTBASE)/pkg/pkg.mk