From ade66e123f6beab5f340193c61c3791c0cc2d8f7 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 9 Nov 2024 03:43:12 -0800 Subject: [PATCH] Update nixpkgsRelease2405 The previous value didn't support google-chrome on aarch64-apple-darwin. --- sandwich-contexts/lib/Test/Sandwich/Contexts/Nix.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sandwich-contexts/lib/Test/Sandwich/Contexts/Nix.hs b/sandwich-contexts/lib/Test/Sandwich/Contexts/Nix.hs index a6316649..571dca8c 100644 --- a/sandwich-contexts/lib/Test/Sandwich/Contexts/Nix.hs +++ b/sandwich-contexts/lib/Test/Sandwich/Contexts/Nix.hs @@ -117,15 +117,15 @@ data NixpkgsDerivation = , nixpkgsDerivationAllowUnfree :: Bool } deriving (Show, Eq) --- | Nixpkgs release 24.05, accessed 6\/10\/2024. +-- | Nixpkgs release 24.05, accessed 11\/9\/2024. -- You can compute updated values for this release (or others) by running -- nix-prefetch-github NixOS nixpkgs --rev release-24.05 nixpkgsRelease2405 :: NixpkgsDerivation nixpkgsRelease2405 = NixpkgsDerivationFetchFromGitHub { nixpkgsDerivationOwner = "NixOS" , nixpkgsDerivationRepo = "nixpkgs" - , nixpkgsDerivationRev = "869cab745a802b693b45d193b460c9184da671f3" - , nixpkgsDerivationSha256 = "sha256-zliqz7ovpxYdKIK+GlWJZxifXsT9A1CHNQhLxV0G1Hc=" + , nixpkgsDerivationRev = "bb824c634c812feede9d398c000526401028c0e7" + , nixpkgsDerivationSha256 = "sha256-xYnWv9kyJyF8rEZ1uJaSek2fmaIowkk/ovE6+MwcP2E=" , nixpkgsDerivationAllowUnfree = False }