From 7f9198d730fa01081dc615b8e58ec0c200a8baaf Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 1 Mar 2022 21:18:25 +0100 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file changes: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/05f3de54d568dba52efaad966f0e09bfea796dcb' (2022-01-11) → 'github:NixOS/nixpkgs/b099eaa0e01a45fc3459bbe987c3405c425ef05c' (2022-03-01) • Updated input 'nixpkgs-master': 'github:NixOS/nixpkgs/0fdbcb2355f0681908cc9fef0cc9138f938ae1a3' (2022-01-11) → 'github:NixOS/nixpkgs/0a0255ddd063bc5d902fcd31c88319347c4383d4' (2022-03-01) • Updated input 'openwrt': 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-21.02&rev=6ced8cad8edd2a04fc6bb914c333c8aac9a1c825' (2022-01-08) → 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-21.02&rev=b2896d413e4a4ac6593b9473a8d1201ee9876a62' (2022-02-28) --- flake.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 04d0cd6..2ef3350 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1641924320, - "narHash": "sha256-DuOpJqoMmQ3Yk4C64QQHFaByhbSIi872He6z5BXY1YM=", + "lastModified": 1646162891, + "narHash": "sha256-Yoyur5LD3nRKFZRwVi2lHZi2HKoWUJFAHgIFcYsRhho=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "05f3de54d568dba52efaad966f0e09bfea796dcb", + "rev": "b099eaa0e01a45fc3459bbe987c3405c425ef05c", "type": "github" }, "original": { @@ -18,11 +18,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1641927215, - "narHash": "sha256-96otEPy5y/4aeM6Sjl//Qr8v3+CdjTBNtnS4eKyoY0U=", + "lastModified": 1646163513, + "narHash": "sha256-zIrQEi+iXEWVfCsGQqqTiYSrkCYGTCXxSL6TF5Rqwlk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0fdbcb2355f0681908cc9fef0cc9138f938ae1a3", + "rev": "0a0255ddd063bc5d902fcd31c88319347c4383d4", "type": "github" }, "original": { @@ -34,11 +34,11 @@ "openwrt": { "flake": false, "locked": { - "lastModified": 1641673875, - "narHash": "sha256-Eb9tVxE9Pmob/xWZ6wRt95cTycPeyPkyyaaWaz6cWtA=", + "lastModified": 1646058092, + "narHash": "sha256-XZmvtONx6Y0XpwFHoq/9+HTAbVppo4c8JowbVMen6ds=", "ref": "openwrt-21.02", - "rev": "6ced8cad8edd2a04fc6bb914c333c8aac9a1c825", - "revCount": 50927, + "rev": "b2896d413e4a4ac6593b9473a8d1201ee9876a62", + "revCount": 50965, "type": "git", "url": "https://git.openwrt.org/openwrt/openwrt.git" },