From 67f8c231f883c729064d1f4cf4453486e2fc28d9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 29 Nov 2022 14:44:36 -0800 Subject: [PATCH] update nixpkgs to 22.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index e7c4893f1..dcbf1fc8d 100644 --- a/flake.lock +++ b/flake.lock @@ -48,16 +48,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1659526864, - "narHash": "sha256-XFzXrc1+6DZb9hBgHfEzfwylPUSqVFJbQPs8eOgYufU=", + "lastModified": 1669759762, + "narHash": "sha256-/VIfGdi5Qi6Bv1IpOj+cKG8DyYsDP1A+6ZLJxTJCG6E=", "owner": "nixos", "repo": "nixpkgs", - "rev": "478f3cbc8448b5852539d785fbfe9a53304133be", + "rev": "d45d36401d8a83be73f86ba8d1e8f5b9333845c6", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.05", + "ref": "release-22.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8226b89df..26b387158 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "ghostty"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; + nixpkgs.url = "github:nixos/nixpkgs/release-22.11"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; flake-utils.url = "github:numtide/flake-utils"; zig.url = "github:mitchellh/zig-overlay";