summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorstuebinm2023-04-25 19:43:00 +0200
committerstuebinm2023-04-25 19:43:00 +0200
commitf1146ab5a3b3a4c0680234ba42c37dbf93f8f51c (patch)
treebf8c183aa09f71bccc02df2f9b71616cf0ff71d8 /pkgs/overlay.nix
parent1e8e34a6dfd2c6ebfe502f3268eb7de4a63c3960 (diff)
update inputs
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 18e7a66..210a34d 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -62,7 +62,7 @@ self: super:
emacs29 = self.callPackage
(import "${inputs.nixpkgs.outPath}/pkgs/applications/editors/emacs/generic.nix" {
version = "29";
- sha256 = "sha256-AI4eNgzRLnM1s4hQa0YWJxZR3WZoIuKy7BYosT06K1c=";
+ sha256 = "sha256-eYROQSXqBV4ULUZOVe1C9G/5LLp7u8qTvqAf0cz62Dg=";
}) {
inherit (self.darwin.apple_sdk.frameworks) AppKit Carbon Cocoa IOKit OSAKit Quartz
QuartzCore WebKit ImageCaptureCore GSS ImageIO;