From 790faed5627a73c54acc236400b3df6fdceb5a71 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Thu, 8 Apr 2021 09:28:05 +0200 Subject: [PATCH] Update haskell.nix hashes --- Building.md | 8 +++++--- default.nix | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Building.md b/Building.md index ca48d488..f7e6d805 100644 --- a/Building.md +++ b/Building.md @@ -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`. diff --git a/default.nix b/default.nix index 7165f086..ad0c0fdb 100644 --- a/default.nix +++ b/default.nix @@ -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 ./. [