mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
update ghostty to 1.0.1
This commit is contained in:
parent
34dd7c91b0
commit
cba22cbd48
2 changed files with 29 additions and 12 deletions
39
flake.lock
39
flake.lock
|
@ -95,6 +95,22 @@
|
|||
}
|
||||
},
|
||||
"flake-compat": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1733328505,
|
||||
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
||||
"owner": "edolstra",
|
||||
"repo": "flake-compat",
|
||||
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "edolstra",
|
||||
"repo": "flake-compat",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat_2": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1696426674,
|
||||
|
@ -110,7 +126,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat_2": {
|
||||
"flake-compat_3": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1733328505,
|
||||
|
@ -126,7 +142,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"flake-compat_3": {
|
||||
"flake-compat_4": {
|
||||
"locked": {
|
||||
"lastModified": 1717312683,
|
||||
"narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=",
|
||||
|
@ -270,6 +286,7 @@
|
|||
},
|
||||
"ghostty": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat",
|
||||
"nixpkgs-stable": [
|
||||
"nixpkgs"
|
||||
],
|
||||
|
@ -279,16 +296,16 @@
|
|||
"zig": "zig"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1735243222,
|
||||
"narHash": "sha256-AHI1Z4mfgXkNwQA8xYq4tS0/BARbHL7gQUT41vCxQTM=",
|
||||
"ref": "refs/tags/v1.0.0",
|
||||
"rev": "9b530d68117161d3d7c04812ba9f4bec258d9d33",
|
||||
"revCount": 8469,
|
||||
"lastModified": 1735678070,
|
||||
"narHash": "sha256-BiXFNeoL+BYpiqzCuDIrZGQ6JVI8cBOXerJH48CbnxU=",
|
||||
"ref": "refs/tags/v1.0.1",
|
||||
"rev": "4fdb1d7d47544e4b3912e32343f4075c5a9744b8",
|
||||
"revCount": 8696,
|
||||
"type": "git",
|
||||
"url": "https://github.com/ghostty-org/ghostty.git"
|
||||
},
|
||||
"original": {
|
||||
"ref": "refs/tags/v1.0.0",
|
||||
"ref": "refs/tags/v1.0.1",
|
||||
"type": "git",
|
||||
"url": "https://github.com/ghostty-org/ghostty.git"
|
||||
}
|
||||
|
@ -799,7 +816,7 @@
|
|||
},
|
||||
"nixos-wsl": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_2",
|
||||
"flake-compat": "flake-compat_3",
|
||||
"flake-utils": "flake-utils_4",
|
||||
"nixpkgs": "nixpkgs"
|
||||
},
|
||||
|
@ -866,7 +883,7 @@
|
|||
},
|
||||
"nixpkgs-wayland": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_3",
|
||||
"flake-compat": "flake-compat_4",
|
||||
"lib-aggregate": "lib-aggregate",
|
||||
"nix-eval-jobs": "nix-eval-jobs",
|
||||
"nixpkgs": "nixpkgs_4"
|
||||
|
@ -971,7 +988,7 @@
|
|||
},
|
||||
"pre-commit-hooks": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat",
|
||||
"flake-compat": "flake-compat_2",
|
||||
"gitignore": "gitignore",
|
||||
"nixpkgs": [
|
||||
"hyprland",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
# https://github.com/NixOS/nixpkgs/pull/368404 replace when PR merged?
|
||||
# https://github.com/ghostty-org/ghostty/issues/2025
|
||||
ghostty = {
|
||||
url = "git+https://github.com/ghostty-org/ghostty.git?ref=refs/tags/v1.0.0";
|
||||
url = "git+https://github.com/ghostty-org/ghostty.git?ref=refs/tags/v1.0.1";
|
||||
inputs = {
|
||||
nixpkgs-stable.follows = "nixpkgs";
|
||||
nixpkgs-unstable.follows = "nixpkgs";
|
||||
|
|
Loading…
Reference in a new issue