summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-10-08 10:02:15 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-10-08 10:02:24 -0700
commit7071a22cb54ffbbe0b9d46aeec9954f9c25cd69c (patch)
tree669e64cc1edebf2a58932715dfdf9d10615a0e58 /nix
parenta586b47dc9310c0aa3afdc69dbd32aa013ae39be (diff)
Diffstat (limited to 'nix')
-rw-r--r--nix/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix
index fcc80b9dc..511b5129b 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -40,7 +40,7 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
- version = "1.2.1";
+ version = "1.2.2";
# We limit source like this to try and reduce the amount of rebuilds as possible
# thus we only provide the source that is needed for the build