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

Commit

Permalink
new core version
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Sep 17, 2020
1 parent 08e53d7 commit 0b7e99b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added

### Changed
- Updated to holochain v0.0.52-alpha1

### Deprecated

Expand All @@ -15,4 +16,3 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixed

### Security

4 changes: 2 additions & 2 deletions dist/cli/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "cli";

sha256 = {
linux = "10wcwz5ns2nx9bcmpphdah1jmczmk59ggq9qjbd7wmc1jqh2bni1";
darwin = "003cczrl5xbxiyyclr5b4vx5i6hc64xbrpdh6mcy79njzzxizqa3";
linux = "1553zff1grh9k5jp806fxfp70phy40gmgyd24rs13dy2abnzdjir";
darwin = "1nlckjwcqsv6kl2n3pjn878ms6mjysxbh1yfn2gs24fh1wq7sz00";
};

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

path = "dist";
version = "v0.0.51-alpha1";
version = "v0.0.52-alpha1";

github = rec {
user = "holochain";
Expand Down
4 changes: 2 additions & 2 deletions dist/holochain/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "holochain";

sha256 = {
linux = "1a8ys44piz9mcrsa4zlpf6f1g7nz1v6lxz2vifbw949hh9mkknjk";
darwin = "1h440najl1wgs37bxdk2a823yfixhs1z9ywzgavl9s6ay2y55j5n";
linux = "1a0k6id99vbza2ici6jvn4xxw6f940w0n8nb4mk7n3l82y6k37jd";
darwin = "0g1cdwdwa7iw87qn7k3g265abfxqf2nz2pb2nlw5w19ybyag7qv6";
};

binary = "holochain";
Expand Down
4 changes: 2 additions & 2 deletions dist/sim2h_server/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "sim2h_server";

sha256 = {
linux = "0yh187s0irxq5wj33ql203498g1yvw6k1nmpg0w3rb1h7zzdzizc";
darwin = "0vsj6bv10pmramdx97hwhl0c45ij8d1gay320029p4sjy7qpki56";
linux = "1fzm41qnnyi0s50ymg6jynd8rkifgc0x4a51r2vh0akh1w77biib";
darwin = "05mn147rwsjmb3prig4lgn8fj0djm1xf4irbswzmymdqi3z6naps";
};

binary = "sim2h_server";
Expand Down
4 changes: 2 additions & 2 deletions dist/trycp_server/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "trycp_server";

sha256 = {
linux = "0xigbhs3m4lg6nmhwrvvipgdaiync8n5wrcj9d957vp1cg3xi7vk";
darwin = "0ghrbqkl46y0fpx4aylxv158vbyiqkmd83ap0z0zvfl932axvbj0";
linux = "1avaydmh3s7j7wjlpmq5ymslaxxcj1827gws4kdlcj6yz1b7fzkk";
darwin = "1bm3i0z3wid6qlzz36nk7h33a6ibb0lzpyxgjnskfikq0z0wc71d";
};

binary = "trycp_server";
Expand Down
6 changes: 3 additions & 3 deletions example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# can be any github ref
# branch, tag, commit, etc.
ref = "v0.0.83";
ref = "v0.0.84";

# the sha of what is downloaded from the above ref
# note: even if you change the above ref it will not be redownloaded until
Expand Down 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.83";
previous = "0.0.82";
current = "0.0.84";
previous = "0.0.83";
};

github = {
Expand Down

0 comments on commit 0b7e99b

Please sign in to comment.