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";