mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
set version metadata to 1.0.0
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.name = "ghostty",
|
||||
.version = "0.1.0",
|
||||
.version = "1.0.0",
|
||||
.paths = .{""},
|
||||
.dependencies = .{
|
||||
// Zig libs
|
||||
|
@ -110,7 +110,7 @@
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ghostty";
|
||||
version = "0.1.0";
|
||||
version = "1.0.0";
|
||||
inherit src;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Reference in New Issue
Block a user