flake.nix: bump openwrt from 21.02 to 22.03

This commit is contained in:
Astro 2022-09-12 18:25:05 +02:00
parent f42de9da72
commit 9b43ff429a
1 changed files with 1 additions and 1 deletions

View File

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