From eeca4a57fbdf62c9dfde616f9f4b04d5a8c514ba Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Mon, 22 Jan 2024 20:13:26 -0500 Subject: [PATCH] stable: 23.05 -> 23.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 9a55813..aabea95 100644 --- a/flake.lock +++ b/flake.lock @@ -454,16 +454,16 @@ }, "stable": { "locked": { - "lastModified": 1704290814, - "narHash": "sha256-LWvKHp7kGxk/GEtlrGYV68qIvPHkU9iToomNFGagixU=", + "lastModified": 1705774713, + "narHash": "sha256-j6ADaDH9XiumUzkTPlFyCBcoWYhO83lfgiSqEJF2zcs=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "70bdadeb94ffc8806c0570eb5c2695ad29f0e421", + "rev": "1b64fc1287991a9cce717a01c1973ef86cb1af0b", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-23.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 731664b..b5c4db1 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-23.05"; + ref = "nixos-23.11"; }; #nix itself nix = {