From 611e30b95d9b165e27357680dcd9e151287d7127 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 20 Jun 2023 10:44:05 -0700 Subject: [PATCH] Update nixpkgs input to 23.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index eecf92d..642bc22 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1669833724, - "narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=", + "lastModified": 1685566663, + "narHash": "sha256-btHN1czJ6rzteeCuE/PNrdssqYD2nIA4w48miQAFloM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e", + "rev": "4ecab3273592f27479a583fb6d975d4aba3486fe", "type": "github" }, "original": { "owner": "NixOS", - "ref": "22.11", + "ref": "23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 596a109..a68e3ef 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "intake feed sources"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/22.11"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/23.05"; outputs = { self, nixpkgs }: let