flake.nix: update input openwrt to 23.05

This commit is contained in:
Astro 2023-10-15 19:43:12 +02:00
parent 1dea065c82
commit 5740e8b6e5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
openwrt = {
url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-22.03";
url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05";
flake = false;
};
openwrt-imagebuilder = {