chore: upgrade packages

This commit is contained in:
Khue Doan
2026-09-08 08:55:20 +07:00
parent cc146ee8a4
commit 779a151c89
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -40,16 +40,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1759281824,
"narHash": "sha256-FIBE1qXv9TKvSNwst6FumyHwCRH3BlWDpfsnqRDCll0=",
"lastModified": 1788690626,
"narHash": "sha256-+v4I4LawmRD/mVxO7QIAerRrCkElp3YImzWkkUnvOTg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5b5be50345d4113d04ba58c444348849f5585b4a",
"rev": "c25784012c9982bca5b3e0de87e90bbdac8927d3",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.05",
"ref": "nixos-26.05",
"repo": "nixpkgs",
"type": "github"
}

View File

@@ -1,7 +1,7 @@
{
inputs = {
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-25.05";
url = "github:nixos/nixpkgs/nixos-26.05";
};
flake-utils = {
url = "github:numtide/flake-utils";