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
thedavidmeister committed Dec 19, 2019
1 parent 9ce1af3 commit d9ee175
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed

- update to v0.0.41-alpha3 binaries

### Deprecated

### Removed

### 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 = "1p0mzkjn2hx98dzz6053mhalibl43sgsis6g9imq2vzxdqy4calh";
darwin = "09f48wnjiyw95v23yxcbhlv8f3jvswhgls4np4aaqp36sbsdfa28";
linux = "0cq4a3d9hg1b0h72ryv2sqchl7vb1is17rjrj8p1v5m06z2j923i";
darwin = "166dday0m5wcy9rmzy38fsh7ir3wmad9zfnc1p6y9qjkldkqi0lc";
};

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.40-alpha1";
version = "v0.0.41-alpha3";

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 = "0bfai2va1r1qx7wkfwsgw0ynhfnsw4xyh2ph1pw8ihhc0ydgwkqy";
darwin = "18c3racfh697hxlzgr9mhs5qq5ksniijr8zh2j00shnia86xq7m1";
linux = "1r2pmad09jckf5c0cn2p02jy0949308mb1pnpjbig8i1ixz37sfr";
darwin = "0hi10wh9hjfppc39fvcxqi1smxz9r92ga83rmi6d0w0yx0kz6w67";
};

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 = "0vgd5bgkizfzidjmas24pizlmhc6pfxlizp6hi3bq81fm51a63rp";
darwin = "1fqw7dsc2cvv56kg0kiv3j4xdb8v9qrrma0rgy1jr4lajp9wwj7x";
linux = "0ldify6rr405n2ripgxr4nmgh5fj0agjd9mc1149x8lfgyw5lxmm";
darwin = "105b4ldhqxpzglxm7f9x61z9kvc62vm9nl6xhlh4qcyy7bvsm7zk";
};

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 = "0cm79c1zvzbhbv55l0if7v6qhvh16zw8m7ln9w11m9a7pp9bp9qp";
darwin = "14pymgxl1g9hqfhbc575nx0fazjag1mjcc9rfc326r0p7ldg3mch";
linux = "0wgqv0d0hs0i7yr0bprnmr78h4z8a3sknn1ib2mgrasmbli7jskh";
darwin = "1pilq14d4434v3939cqk2xkcvhfqhyyspnw423qm4zn1n89s7gvh";
};

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.54";
previous = "0.0.53";
current = "0.0.55";
previous = "0.0.54";
};

github = {
Expand Down

0 comments on commit d9ee175

Please sign in to comment.