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 Oct 2, 2020
1 parent 0210f0d commit aedce91
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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-alpha2

### 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 = "1553zff1grh9k5jp806fxfp70phy40gmgyd24rs13dy2abnzdjir";
darwin = "1nlckjwcqsv6kl2n3pjn878ms6mjysxbh1yfn2gs24fh1wq7sz00";
linux = "0a177nd0jvzi5nzdmx5kvikl1q5pidqh4rnv2wmr2nljprm8wbkg";
darwin = "0al9v1n16hy0lbhlhdlgvfg9zicq81yca98k6jrxka051dia9a3m";
};

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.52-alpha1";
version = "v0.0.52-alpha2";

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 = "1a0k6id99vbza2ici6jvn4xxw6f940w0n8nb4mk7n3l82y6k37jd";
darwin = "0g1cdwdwa7iw87qn7k3g265abfxqf2nz2pb2nlw5w19ybyag7qv6";
linux = "1mgymq2r0mlniak7s9mz3hdyh381ww23dr1n1id57p6mlwmgbr7v";
darwin = "0w2qghnjvpngzf4jgym1lanih7n3ay4f0qmdrviq28gin7k2hksx";
};

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 = "1fzm41qnnyi0s50ymg6jynd8rkifgc0x4a51r2vh0akh1w77biib";
darwin = "05mn147rwsjmb3prig4lgn8fj0djm1xf4irbswzmymdqi3z6naps";
linux = "0f6r7b3bbjhij28is2mdqz31qyq0mjdqldz3jnz1fppz4bgskjlq";
darwin = "0ahdjy9xy4fgybx66hxryac55z3ylg0y18mdz40ynd6nvkks0pdv";
};

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 = "1avaydmh3s7j7wjlpmq5ymslaxxcj1827gws4kdlcj6yz1b7fzkk";
darwin = "1bm3i0z3wid6qlzz36nk7h33a6ibb0lzpyxgjnskfikq0z0wc71d";
linux = "0jwi7fqjac4bbbw8mxqgy6195w7lbrwarrzc1h804bv7cdnjq7sc";
darwin = "0w35xdk2i1kzsg1piiiw7h2s5xr3rwfgi5132nsqqr4pl4hhznv4";
};

binary = "trycp_server";
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.84";
previous = "0.0.83";
current = "0.0.85";
previous = "0.0.84";
};

github = {
Expand Down

0 comments on commit aedce91

Please sign in to comment.