[Git][ghc/ghc][wip/ci-docs] Fix darwin hashes
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Feb 26 11:55:23 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
59a91a97 by Matthew Pickering at 2024-02-26T11:54:31+00:00
Fix darwin hashes
- - - - -
1 changed file:
- .gitlab/darwin/toolchain.nix
Changes:
=====================================
.gitlab/darwin/toolchain.nix
=====================================
@@ -15,11 +15,11 @@ let
ghcBindists = let version = ghc.version; in {
aarch64-darwin = pkgs.fetchurl {
url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-aarch64-apple-darwin.tar.xz";
- sha256 = "sha256-tQUHsingxBizLktswGAoi6lJf92RKWLjsHB9CisANlg=";
+ sha256 = "sha256-Ja/8nOtvIDJwbsG0t7pdFL003ztSI9gGDyEK7OJf7qk=";
};
x86_64-darwin = pkgs.fetchurl {
url = "https://downloads.haskell.org/ghc/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz";
- sha256 = "sha256-OjXjVe+ZODDCc/hqtihqqz6CX25TKI0ZgORzkR5O3pQ=";
+ sha256 = "sha256-uJfL0VZpD05sxEAPa5Rl1hDqIo2FJ/i9UBIQ0bk6Tqs=";
};
};
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59a91a979ad3b5dba415d8858faa0af88222ec40
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59a91a979ad3b5dba415d8858faa0af88222ec40
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240226/332bf4f7/attachment.html>
More information about the ghc-commits
mailing list