From 23548852c61d3d02e7e804e2c5c90b8f4cfc0d80 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 26 Jul 2022 14:40:57 -0700 Subject: [PATCH] update to nixpkgs 22.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index f65e1e5f6..5613d4f56 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index bb01913c2..d9c7fb160 100644 --- a/flake.nix +++ b/flake.nix @@ -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";