set version metadata to 1.0.0

This commit is contained in:
Mitchell Hashimoto
2024-12-26 11:49:11 -08:00
parent e56a9e3721
commit 68f09eb60d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.{ .{
.name = "ghostty", .name = "ghostty",
.version = "0.1.0", .version = "1.0.0",
.paths = .{""}, .paths = .{""},
.dependencies = .{ .dependencies = .{
// Zig libs // Zig libs

View File

@ -110,7 +110,7 @@
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ghostty"; pname = "ghostty";
version = "0.1.0"; version = "1.0.0";
inherit src; inherit src;
nativeBuildInputs = [ nativeBuildInputs = [