update to nixpkgs 22.05

This commit is contained in:
Mitchell Hashimoto
2022-07-26 14:40:57 -07:00
parent fc611ec28b
commit 23548852c6
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -48,16 +48,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1656782578,
"narHash": "sha256-1eMCBEqJplPotTo/SZ/t5HU6Sf2I8qKlZi9MX7jv9fw=",
"lastModified": 1658863075,
"narHash": "sha256-S//KMfJ9yZxP3UIqCv1423vug3zHh/Y37sZZhzz29vI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "573603b7fdb9feb0eb8efc16ee18a015c667ab1b",
"rev": "aab3441eb644d28dc6fabf856865957cd109df91",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-21.11",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -2,7 +2,7 @@
description = "ghostty";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-21.11";
nixpkgs.url = "github:nixos/nixpkgs/release-22.05";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
zig.url = "github:roarkanize/zig-overlay";