From 435b732d7cfc74242d8383bc6df3c134ad6a63a3 Mon Sep 17 00:00:00 2001 From: Ashanti Mutinta Date: Mon, 12 Aug 2019 15:28:45 -0400 Subject: [PATCH] Release 0.0.29 --- CHANGELOG-UNRELEASED.md | 2 -- CHANGELOG.md | 16 ++++++++++++++++ example.config.nix | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 6b4f2c63..2f730af6 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -8,13 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - ### Deprecated ### Removed ### Fixed --Fixing release hashes for linux ### Security diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fda0497..9587dc4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed + +### Deprecated + +### Removed + +### Fixed +-Fixing release hashes for linux + +### Security + +## [0.0.29] - 2019-08-12 + +### Added + +### Changed + ### Deprecated ### Removed diff --git a/example.config.nix b/example.config.nix index d2bb8fe5..30a0c38d 100644 --- a/example.config.nix +++ b/example.config.nix @@ -21,7 +21,7 @@ # the sha here changes (the sha is the cache key for downloads) # note: to get a new sha, get nix to try and download a bad sha # it will complain and tell you the right sha - sha256 = "048cc4i3bjda8chmg84v0iwmggax4x5kvhabdkr3r6gi2c01awwj"; + sha256 = "1fsnk038b9a75v8wmqlaykz2rxrzp85jdzs8nxkwj1snga963v1p"; # the github owner of the holonix repo