From 9b43ff429a4942e2eeaf153d952b5ba9c577104f Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 12 Sep 2022 18:25:05 +0200 Subject: [PATCH] flake.nix: bump openwrt from 21.02 to 22.03 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {