Skip to content

Commit

Permalink
Update nixpkgsRelease2405
Browse files Browse the repository at this point in the history
The previous value didn't support google-chrome on aarch64-apple-darwin.
  • Loading branch information
Tom McLaughlin committed Nov 9, 2024
1 parent 9b04efb commit ade66e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sandwich-contexts/lib/Test/Sandwich/Contexts/Nix.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ade66e1

Please sign in to comment.