up to 1.3.2-dev

This commit is contained in:
Mitchell Hashimoto
2026-03-13 09:22:43 -07:00
parent 332b2aefc6
commit 5fa1a991d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.{
.name = .ghostty,
.version = "1.3.1",
.version = "1.3.2-dev",
.paths = .{""},
.fingerprint = 0x64407a2a0b4147e5,
.minimum_zig_version = "0.15.2",

View File

@@ -30,7 +30,7 @@
in
stdenv.mkDerivation (finalAttrs: {
pname = "ghostty";
version = "1.3.1";
version = "1.3.2-dev";
# 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