diff --git a/flake.nix b/flake.nix index 32fea17..48ccab2 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {