From 22f45f9cf39753d017ce0b34e088d8f2e0e9ffb9 Mon Sep 17 00:00:00 2001 From: anntnzrb Date: Wed, 8 Oct 2025 21:47:13 -0500 Subject: [PATCH] chore: bump nixpkgs to release-25.05 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0651734..cc74bca 100644 --- a/flake.lock +++ b/flake.lock @@ -55,16 +55,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1716181197, - "narHash": "sha256-IXOUlMlt0f5n9BoJ56+CseCLV9aaBDoEygIWV/hnUso=", + "lastModified": 1759973221, + "narHash": "sha256-W2qP2fPhp8/rfVn17eufwZnJ57PjaQDyNQGKZmib81g=", "owner": "nixos", "repo": "nixpkgs", - "rev": "461aad7a53142b9f9e2a666c810e86b20f5da76b", + "rev": "d909da801cedfa6077086a94ff71d46620b4d690", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-23.11", + "ref": "release-25.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 8e77168..376ea59 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Snowfall Lib"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-23.11"; + nixpkgs.url = "github:nixos/nixpkgs/release-25.05"; flake-utils-plus.url = "github:gytis-ivaskevicius/flake-utils-plus/master"; flake-compat = {