From 6bb0156b766b4ad51243565014e0199546ae6431 Mon Sep 17 00:00:00 2001 From: Willem Olding Date: Fri, 4 Oct 2019 13:30:44 +1000 Subject: [PATCH] fix incorrect darwin SHA --- dist/cli/config.nix | 2 +- dist/conductor/config.nix | 2 +- example.config.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/cli/config.nix b/dist/cli/config.nix index 6c95e409..c817681f 100644 --- a/dist/cli/config.nix +++ b/dist/cli/config.nix @@ -3,7 +3,7 @@ sha256 = { linux = "1cvz3n4x5r1q6syrlm6cvp9mknm2ag0jgfg0azsyhdvigq7rgwfc"; - darwin = "196iv1yqjc0k1s2dbvfknjlw6m37gcy9swkixbyzfbk6rx0iwnfx"; + darwin = "1q1jrqhra59y63mjil6agy1y1yqpp7jpgsxrkl878ahb291lsr7w"; }; binary = "hc"; diff --git a/dist/conductor/config.nix b/dist/conductor/config.nix index 71e180c5..867065ae 100644 --- a/dist/conductor/config.nix +++ b/dist/conductor/config.nix @@ -3,7 +3,7 @@ sha256 = { linux = "1x1bkfyaj02zxqywyxs604b2p1zm0fbzpxr350hvlmglw0wr0qkm"; - darwin = "0kky8npbkvrqzr8mfs25r70fdp64bb3ql875fdbvx693l04440y1"; + darwin = "02q90qw73hl0fa1x0lj38g54b3gvp18j7pw9h5s1ss2zclprvwhv"; }; binary = "holochain"; diff --git a/example.config.nix b/example.config.nix index 9d6c6aa9..9e802676 100644 --- a/example.config.nix +++ b/example.config.nix @@ -68,8 +68,8 @@ echo "All finished!!!" # the previous version will be scanned/bumped by release scripts # the current version is what the release scripts bump *to* version = { - current = "0.0.35"; - previous = "0.0.34"; + current = "0.0.36"; + previous = "0.0.35"; }; github = {