From a585a2f68b9b1eafce35cf496326bd702cf03a55 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 30 Apr 2021 10:09:19 +0200 Subject: [PATCH 1/2] Bump ic-ref a bit more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this includes https://github.com/dfinity-lab/ic-ref/pull/333 which is necessary so that `ic-ref` gives something close to real time to canisters, and necessary to run programs like the Internet Identity. (Not a tagged release because the spec didn’t change, hope that’s ok.) --- nix/sources.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/sources.json b/nix/sources.json index 8981b1153e..837fa821f3 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -38,8 +38,9 @@ "type": "git" }, "ic-ref": { + "branch": "release-0.17", "repo": "ssh://git@github.com/dfinity-lab/ic-ref", - "rev": "a858395300d67685545e945dd4afd4b6af26c1a6", + "rev": "0da8f01f0a4d6fce0a4f2c14ff767789311dbfa2", "tag": "0.17.0", "type": "git" }, From 75d36e1b81b89ddbb5f4fb68a608bddad5ed35d8 Mon Sep 17 00:00:00 2001 From: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:29:17 -0700 Subject: [PATCH 2/2] Update nix/sources.json --- nix/sources.json | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/sources.json b/nix/sources.json index 837fa821f3..f4ae63467b 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -41,7 +41,6 @@ "branch": "release-0.17", "repo": "ssh://git@github.com/dfinity-lab/ic-ref", "rev": "0da8f01f0a4d6fce0a4f2c14ff767789311dbfa2", - "tag": "0.17.0", "type": "git" }, "motoko": {