diff --git a/devices/my-router-img.nix b/devices/my-router-img.nix index 15c167f..1a9231c 100644 --- a/devices/my-router-img.nix +++ b/devices/my-router-img.nix @@ -2,7 +2,7 @@ pkgs.callPackage ../buildOpenwrt.nix { target = "mvebu"; arch = "cortexa9"; - version= "21.02.2"; + version= "21.02.3"; profile = "linksys_wrt1200ac"; packages = [ "adblock" diff --git a/devices/pi-img.nix b/devices/pi-img.nix index 7e8df2b..0f8122f 100644 --- a/devices/pi-img.nix +++ b/devices/pi-img.nix @@ -2,7 +2,7 @@ pkgs.callPackage ../buildOpenwrt.nix { target = "bcm27xx"; arch = "bcm2708"; - version= "21.02.2"; + version= "21.02.3"; profile = "rpi"; packages = ["luci-ssl"]; }