Skip to content

Commit

Permalink
ghostty: 1.0.1 -> 1.1.0
Browse files Browse the repository at this point in the history
Release notes: https://ghostty.org/docs/install/release-notes/1-1-0

One security advisory:

1. GHSA-98wc-794w-gjx3. Fixed an issue where Ghostty would leak some file descriptors to the running shell or command.
  • Loading branch information
jcollie committed Jan 30, 2025
1 parent 7fff62d commit a62ff28
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 37 deletions.
113 changes: 78 additions & 35 deletions pkgs/by-name/gh/ghostty/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/gh/ghostty/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ in

stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "1.0.1";
version = "1.1.0";
outputs = [
"out"
"man"
Expand All @@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "ghostty-org";
repo = "ghostty";
tag = "v${finalAttrs.version}";
hash = "sha256-BiXFNeoL+BYpiqzCuDIrZGQ6JVI8cBOXerJH48CbnxU=";
hash = "sha256-a2A/mt2xS19YEQB+cTPdew/a7xCnGWNvIOdO9QNqxm0=";
};

deps = callPackage ./deps.nix {
Expand Down

0 comments on commit a62ff28

Please sign in to comment.