From e860148890197dfe8cbec7839ec57b898af8ac6d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 May 2024 16:02:07 +0000 Subject: [PATCH] chore(deps): update nixpkgs to nixos-24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2bad691..471e385 100644 --- a/flake.lock +++ b/flake.lock @@ -41,16 +41,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1715668745, - "narHash": "sha256-xp62OkRkbUDNUc6VSqH02jB0FbOS+MsfMb7wL1RJOfA=", + "lastModified": 1716408587, + "narHash": "sha256-el71IUaQdEmntmd51GBpkJs/Hqh6S4dmfmUGP8GQaME=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9ddcaffecdf098822d944d4147dd8da30b4e6843", + "rev": "1a7abfa62e8a36f7f2dbe463722ed9ea31be5e43", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-23.11", + "ref": "nixos-24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7d4ce3b..277502d 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs = { - url = "github:nixos/nixpkgs/nixos-23.11"; + url = "github:nixos/nixpkgs/nixos-24.05"; }; nixpkgs-unstable = { url = "github:nixos/nixpkgs/nixos-unstable"; -- 2.45.2