Merge pull request #1877 from ghostty-org/zig_12_1

update to zig 0.12.1
This commit is contained in:
Mitchell Hashimoto
2024-06-24 10:41:18 -07:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -121,11 +121,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1718870667, "lastModified": 1719082008,
"narHash": "sha256-jab3Kpc8O1z3qxwVsCMHL4+18n5Wy/HHKyu1fcsF7gs=", "narHash": "sha256-jHJSUH619zBQ6WdC21fFAlDxHErKVDJ5fpN0Hgx4sjs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b10b8f00cb5494795e5f51b39210fed4d2b0748", "rev": "9693852a2070b398ee123a329e68f0dab5526681",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -197,11 +197,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1718971763, "lastModified": 1719231019,
"narHash": "sha256-lovKLcKVxpTq7Io6HQQI8WRc2spIzt1pMB9I3OVqQWA=", "narHash": "sha256-ZHU2A+xs7I5rqDagBtnGPc+GyIwhMaa8Za9h+8qTCiw=",
"owner": "mitchellh", "owner": "mitchellh",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "72a8b67f1a9e9dec6e67328ef2d689e816d0e65a", "rev": "1141abbf0c667677569c887bfbb1500039b5295e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -39,7 +39,7 @@
inherit (pkgs-unstable) tracy; inherit (pkgs-unstable) tracy;
inherit (zls.packages.${system}) zls; inherit (zls.packages.${system}) zls;
zig = zig.packages.${system}."0.12.0"; zig = zig.packages.${system}."0.12.1";
wraptest = pkgs-stable.callPackage ./nix/wraptest.nix {}; wraptest = pkgs-stable.callPackage ./nix/wraptest.nix {};
}; };