From f8805c584c5fc0516b570e4d53f4dcb2140b1915 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 1 Apr 2022 18:37:16 +0200 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/b099eaa0e01a45fc3459bbe987c3405c425ef05c' (2022-03-01) → 'github:NixOS/nixpkgs/6f88260faaaa3cda8f4e478be72be6c0861c47ad' (2022-04-01) • Updated input 'nixpkgs-master': 'github:NixOS/nixpkgs/0a0255ddd063bc5d902fcd31c88319347c4383d4' (2022-03-01) → 'github:NixOS/nixpkgs/355b09d75974cef72b4a8473a4152be8a350293e' (2022-04-01) • Updated input 'openwrt': 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-21.02&rev=b2896d413e4a4ac6593b9473a8d1201ee9876a62' (2022-02-28) → 'git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-21.02&rev=ee62912b2db0018cd370f2c110e1391ee779cc6d' (2022-03-31) --- flake.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 2ef3350..f3cb5b4 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1646162891, - "narHash": "sha256-Yoyur5LD3nRKFZRwVi2lHZi2HKoWUJFAHgIFcYsRhho=", + "lastModified": 1648830526, + "narHash": "sha256-vXaBIvst+KvXSRAjYBDzX4vtQERL5R4fe0/7585Msqk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b099eaa0e01a45fc3459bbe987c3405c425ef05c", + "rev": "6f88260faaaa3cda8f4e478be72be6c0861c47ad", "type": "github" }, "original": { @@ -18,11 +18,11 @@ }, "nixpkgs-master": { "locked": { - "lastModified": 1646163513, - "narHash": "sha256-zIrQEi+iXEWVfCsGQqqTiYSrkCYGTCXxSL6TF5Rqwlk=", + "lastModified": 1648828273, + "narHash": "sha256-k/91wilcKTq+tEXYfybNr9idHo+CnMaydVOk1YFQflk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0a0255ddd063bc5d902fcd31c88319347c4383d4", + "rev": "355b09d75974cef72b4a8473a4152be8a350293e", "type": "github" }, "original": { @@ -34,11 +34,11 @@ "openwrt": { "flake": false, "locked": { - "lastModified": 1646058092, - "narHash": "sha256-XZmvtONx6Y0XpwFHoq/9+HTAbVppo4c8JowbVMen6ds=", + "lastModified": 1648742877, + "narHash": "sha256-YzVapVywbZKg98b7GEN8uLeuxJH2GHe90Q17dTYmImE=", "ref": "openwrt-21.02", - "rev": "b2896d413e4a4ac6593b9473a8d1201ee9876a62", - "revCount": 50965, + "rev": "ee62912b2db0018cd370f2c110e1391ee779cc6d", + "revCount": 51004, "type": "git", "url": "https://git.openwrt.org/openwrt/openwrt.git" },