Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
fix incorrect darwin SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Oct 4, 2019
1 parent d8300a5 commit 6bb0156
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cli/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

sha256 = {
linux = "1cvz3n4x5r1q6syrlm6cvp9mknm2ag0jgfg0azsyhdvigq7rgwfc";
darwin = "196iv1yqjc0k1s2dbvfknjlw6m37gcy9swkixbyzfbk6rx0iwnfx";
darwin = "1q1jrqhra59y63mjil6agy1y1yqpp7jpgsxrkl878ahb291lsr7w";
};

binary = "hc";
Expand Down
2 changes: 1 addition & 1 deletion dist/conductor/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

sha256 = {
linux = "1x1bkfyaj02zxqywyxs604b2p1zm0fbzpxr350hvlmglw0wr0qkm";
darwin = "0kky8npbkvrqzr8mfs25r70fdp64bb3ql875fdbvx693l04440y1";
darwin = "02q90qw73hl0fa1x0lj38g54b3gvp18j7pw9h5s1ss2zclprvwhv";
};

binary = "holochain";
Expand Down
4 changes: 2 additions & 2 deletions example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6bb0156

Please sign in to comment.