From 29740d5864a068e7f61884c40f40fc89c5c860a4 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 28 Jun 2024 15:46:08 +0000 Subject: [PATCH] 23.05 -> 24.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 3f390b4..4f20bb5 100644 --- a/flake.lock +++ b/flake.lock @@ -38,16 +38,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1685566663, - "narHash": "sha256-btHN1czJ6rzteeCuE/PNrdssqYD2nIA4w48miQAFloM=", + "lastModified": 1717179513, + "narHash": "sha256-vboIEwIQojofItm2xGCdZCzW96U85l9nDW3ifMuAIdM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4ecab3273592f27479a583fb6d975d4aba3486fe", + "rev": "63dacb46bf939521bdc93981b4cbb7ecb58427a0", "type": "github" }, "original": { "owner": "NixOS", - "ref": "23.05", + "ref": "24.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 5667f33..799d020 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A personal feed aggregator"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/24.05"; # Included to support default.nix and shell.nix flake-compat = { url = "github:edolstra/flake-compat";