From 4c6cf5772cd69a39317b35ade237524fecbf0f7d Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Tue, 4 Aug 2020 18:01:59 +0200 Subject: [PATCH] build: niv common: update b0fb6fd0 -> 56aa3350 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for common: Branch: master Commits: [dfinity-lab/common@b0fb6fd0...56aa3350](https://github.com/dfinity-lab/common/compare/b0fb6fd07826e20ec0d484c7de8d94846ff4b45d...56aa335086f3b74156fb680e52affd34cca8c667) * [`dfa125dd`](https://github.com/dfinity-lab/common/commit/dfa125dd7a24e8867e30b793a7cdb025348153bf) Make packager work with repoRoot changes ([dfinity-lab/common⁠#227](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/227)) * [`a95f752d`](https://github.com/dfinity-lab/common/commit/a95f752db343917409d508bddb5abe5281d2b3d3) pkgs/overlays/packages: override niv with the latest version * [`a393263f`](https://github.com/dfinity-lab/common/commit/a393263ff68bcd88d7b1919f33dfba09cacd75b9) niv cargo2nix: update 0ce8ce7c -> d33b3255 * [`62080399`](https://github.com/dfinity-lab/common/commit/620803993f56e73950363b9730ff212f925dfb75) nix/sources.json: don't use builtins fetcher to fetch niv --- nix/sources.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/sources.json b/nix/sources.json index e86fd2d132..2b3faed749 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -28,7 +28,7 @@ "common": { "ref": "master", "repo": "ssh://git@github.com/dfinity-lab/common", - "rev": "b0fb6fd07826e20ec0d484c7de8d94846ff4b45d", + "rev": "56aa335086f3b74156fb680e52affd34cca8c667", "type": "git" }, "dfinity": {