update nixpkgs to 25.11

This commit is contained in:
mjallen18
2025-12-05 16:36:11 -06:00
parent ddfab125d3
commit e4bb3f2fd3
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -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"
}

View File

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