Skip to content

Commit

Permalink
ghostty: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 10, 2025
1 parent f7fe362 commit 170c0a4
Showing 1 changed file with 2 additions and 2 deletions.
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 @@ -56,8 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "ghostty-org";
repo = "ghostty";
tag = "v${finalAttrs.version}";
hash = "sha256-BiXFNeoL+BYpiqzCuDIrZGQ6JVI8cBOXerJH48CbnxU=";
rev = "8827b6e738b888b67f03c2cc663894466ac1d00a";
hash = "sha256-8+Ukvn/4ioZTa+qTqI2uBaFS6rySrF1K5zZ/wi20xqM=";
};

deps = callPackage ./deps.nix {
Expand Down

0 comments on commit 170c0a4

Please sign in to comment.