From d6b766939af0350fcfad505cf3b693dbaf297c3b Mon Sep 17 00:00:00 2001 From: Jake Hamilton Date: Sun, 19 May 2024 23:19:54 -0700 Subject: [PATCH] chore: bump nixpkgs and flake-utils-plus --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 09d501f..81a831c 100644 --- a/flake.lock +++ b/flake.lock @@ -54,16 +54,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1677028070, - "narHash": "sha256-sUKqd8HYBrtPxCRXFWvsnQDnwqnw1uIDwu4khcZuL2k=", + "lastModified": 1716181197, + "narHash": "sha256-IXOUlMlt0f5n9BoJ56+CseCLV9aaBDoEygIWV/hnUso=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d3a15cd8dc917f4364ba0b332a1c389dc3177603", + "rev": "461aad7a53142b9f9e2a666c810e86b20f5da76b", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.11", + "ref": "release-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 03d3db4..cfb606c 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Snowfall Lib"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-22.11"; + nixpkgs.url = "github:nixos/nixpkgs/release-23.11"; flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus"; flake-compat = {