Skip to content

Commit

Permalink
Update haskell.nix hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Apr 8, 2021
1 parent d547141 commit 790faed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ Making a release

1. Ensure that the version number is up-to-date in:
`Changelog.md`, `tttool.cabal`, `book/conf.py`
2. Push to CI so that the OSX binaries are built and uploaded to the Cachix
2. Run `nix-build --arg checkMaterialization` and update hashes in `defaul.nix`
until it no longer complains.
3. Push to CI so that the OSX binaries are built and uploaded to the Cachix
cache.
3. Run
4. Run

nix-build -A release-zip

4. Upload `result/tttool-n.m.zip`.
5. Upload `result/tttool-n.m.zip`.
8 changes: 4 additions & 4 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ let

in rec {
linux-exe = tttool-exe pkgs
"0rnn4q0gx670nzb5zp7xpj7kmgqjmxcj2zjl9jqqz8czzlbgzmkh";
"0j2xsr8bxx6nhwpixdxvvqi69yjby2wpgn0y53ryhnz9idhvhv79";
windows-exe = tttool-exe pkgs.pkgsCross.mingwW64
"01js5rp6y29m7aif6bsb0qplkh2az0l15nkrrb6m3rz7jrrbcckh";
"08sx2487am7vsqpbr0k6l1ray48cpfkk5i2f484q4zkdmc8956il";
static-exe = tttool-exe pkgs.pkgsCross.musl64
"0gbkyg8max4mhzzsm9yihsp8n73zw86m3pwvlw8170c75p3vbadv";
"120mpypd6sjw8adh9blsss8nxhcv9b0jrjsrlqymx59x2zwiy0jx";
osx-exe = tttool-exe pkgs-osx
"0rnn4q0gx670nzb5zp7xpj7kmgqjmxcj2zjl9jqqz8czzlbgzmkh";
"0j2xsr8bxx6nhwpixdxvvqi69yjby2wpgn0y53ryhnz9idhvhv79";
osx-exe-bundle = osx-bundler pkgs-osx osx-exe;

static-files = sourceByRegex ./. [
Expand Down

0 comments on commit 790faed

Please sign in to comment.