Skip to content

Commit

Permalink
Bump up ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
knl committed Feb 14, 2025
1 parent 57aec24 commit d932afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/pkgs/ghostty.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
pname = "ghostty";
version = "1.1.0";
version = "1.1.2";

src = fetchurl {
name = "${pname}-${version}.dmg";
url = "https://release.files.ghostty.org/${version}/Ghostty.dmg";
hash = "sha256-3KKyJOpkbhGKtq01aDGDealjI2BCL6fpz5DW6rn0A/0=";
hash = "sha256-1K0BOWg0ykR/pdCE6/b7XUSVcoD6ryLqRz6WBnUcSOE=";
};

nativeBuildInputs = [ _7zz ];
Expand Down

0 comments on commit d932afa

Please sign in to comment.