mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
1.3.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.{
|
||||
.name = .ghostty,
|
||||
.version = "1.3.0",
|
||||
.version = "1.3.1",
|
||||
.paths = .{""},
|
||||
.fingerprint = 0x64407a2a0b4147e5,
|
||||
.minimum_zig_version = "0.15.2",
|
||||
|
||||
@@ -52,6 +52,9 @@
|
||||
|
||||
<releases>
|
||||
<!-- TODO: Generate this automatically -->
|
||||
<release version="1.3.1" date="2026-03-13">
|
||||
<url type="details">https://ghostty.org/docs/install/release-notes/1-3-1</url>
|
||||
</release>
|
||||
<release version="1.3.0" date="2026-03-09">
|
||||
<url type="details">https://ghostty.org/docs/install/release-notes/1-3-0</url>
|
||||
</release>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ghostty";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user