From ec78359a79174e767b15f983acb70a060fc777fc Mon Sep 17 00:00:00 2001 From: David Meister Date: Fri, 28 Aug 2020 06:34:39 +0400 Subject: [PATCH] bump example.config.nix holonix version --- example.config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.config.nix b/example.config.nix index 83ca642c..7dfb4cfa 100644 --- a/example.config.nix +++ b/example.config.nix @@ -14,14 +14,14 @@ # can be any github ref # branch, tag, commit, etc. - ref = "v0.0.81"; + ref = "v0.0.82"; # the sha of what is downloaded from the above ref # note: even if you change the above ref it will not be redownloaded until # the sha here changes (the sha is the cache key for downloads) # note: to get a new sha, get nix to try and download a bad sha # it will complain and tell you the right sha - sha256 = "15c5265ipl8n85llsg6rlwc0pz70bbi6ncd1sj46f4ill50dkkj0"; + sha256 = "1zqalh1mcdkpamy7r8rsahhbvka63gi90xabcqlqgm8nrdzrgvia"; # the github owner of the holonix repo owner = "holochain";