From e4bb3f2fd33b26e512f1d90de4c7197d58e708ad Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 5 Dec 2025 16:36:11 -0600 Subject: [PATCH] update nixpkgs to 25.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 2918666..9e71b22 100644 --- a/flake.lock +++ b/flake.lock @@ -39,16 +39,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1759973221, - "narHash": "sha256-W2qP2fPhp8/rfVn17eufwZnJ57PjaQDyNQGKZmib81g=", + "lastModified": 1764972694, + "narHash": "sha256-K0CgZH/GOxtURWS/e2R5Iiod3KWQF5jCyIdgFkJ55c8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d909da801cedfa6077086a94ff71d46620b4d690", + "rev": "9ce11f6f11a98a3deeb0c57192a4c9996df50966", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-25.05", + "ref": "release-25.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index f27e3bb..5ceb7e8 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Snowfall Lib"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/release-25.11"; flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master"; };