From b5af96f068fe9337f311aa88be5a250260134e45 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 28 Nov 2024 09:47:59 +0100 Subject: [PATCH] Move to version 2.0.6 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c8f2b1a..c502e23a 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ # # If NIM_COMMIT is set to "nimbusbuild", this will use the # version pinned by nimbus-build-system. -PINNED_NIM_VERSION := 38640664088251bbc88917b4bacfd86ec53014b8 # 1.6.21 - +# PINNED_NIM_VERSION := 38640664088251bbc88917b4bacfd86ec53014b8 # 1.6.21 +PINNED_NIM_VERSION := v2.0.6 ifeq ($(NIM_COMMIT),) NIM_COMMIT := $(PINNED_NIM_VERSION) else ifeq ($(NIM_COMMIT),pinned)