From 09c918c5d975b9d7ee9113178d8e7532dd134bb2 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 8 Aug 2023 22:08:12 -0600 Subject: [PATCH] flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Removed input 'archivebox' • Removed input 'archivebox/flake-utils' • Removed input 'archivebox/nixpkgs' • Updated input 'nix-index-database': 'github:Mic92/nix-index-database/d74b8171153ae35d7d323a9b1ad6c4cf7a995591' (2023-07-30) → 'github:Mic92/nix-index-database/6c626d54d0414d34c771c0f6f9d771bc8aaaa3c4' (2023-08-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f024cd6abd47bdd5fa3b4a41bd357e2dde5f4195' (2023-08-05) → 'github:NixOS/nixpkgs/43b03482680169dab7ed2f60f370fb23178cbd78' (2023-08-09) • Removed input 'nixpkgs-hostapd-pr' --- flake.lock | 49 ++++++------------------------------------------- 1 file changed, 6 insertions(+), 43 deletions(-) diff --git a/flake.lock b/flake.lock index d9e1086..f2094e9 100644 --- a/flake.lock +++ b/flake.lock @@ -22,29 +22,6 @@ "type": "github" } }, - "archivebox": { - "inputs": { - "flake-utils": [ - "flake-utils" - ], - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1648612759, - "narHash": "sha256-SJwlpD2Wz3zFoX2mIYCQfwIOYHaOdeiWGFeDXsLGM84=", - "ref": "refs/heads/master", - "rev": "39d338b9b24159d8ef3309eecc0d32a2a9f102b5", - "revCount": 2, - "type": "git", - "url": "https://git.neet.dev/zuckerberg/archivebox.git" - }, - "original": { - "type": "git", - "url": "https://git.neet.dev/zuckerberg/archivebox.git" - } - }, "blobs": { "flake": false, "locked": { @@ -193,11 +170,11 @@ ] }, "locked": { - "lastModified": 1690687539, - "narHash": "sha256-Lnwz9XKtshm+5OeWqCbj/3tKuKK+DL5tUTdKSRrKBlY=", + "lastModified": 1691292840, + "narHash": "sha256-NA+o/NoOOQhzAQwB2JpeKoG+iYQ6yn/XXVxaGd5HSQI=", "owner": "Mic92", "repo": "nix-index-database", - "rev": "d74b8171153ae35d7d323a9b1ad6c4cf7a995591", + "rev": "6c626d54d0414d34c771c0f6f9d771bc8aaaa3c4", "type": "github" }, "original": { @@ -208,11 +185,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1691212567, - "narHash": "sha256-051gXFBWoN0fT+6pf0tltwvfumsJaiPijqgr3wZf7Fs=", + "lastModified": 1691550298, + "narHash": "sha256-gR1u5VYwufp/FWN7BjXLWS+vHIit4+gcQY62k21RDPw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "f024cd6abd47bdd5fa3b4a41bd357e2dde5f4195", + "rev": "43b03482680169dab7ed2f60f370fb23178cbd78", "type": "github" }, "original": { @@ -237,18 +214,6 @@ "type": "indirect" } }, - "nixpkgs-hostapd-pr": { - "flake": false, - "locked": { - "narHash": "sha256-X3p9wbmMX64n7r4ik89g1RVhy6ypH0Bx3Yu5rKjykLo=", - "type": "file", - "url": "https://github.com/NixOS/nixpkgs/pull/222536.patch" - }, - "original": { - "type": "file", - "url": "https://github.com/NixOS/nixpkgs/pull/222536.patch" - } - }, "radio": { "inputs": { "flake-utils": [ @@ -293,13 +258,11 @@ "root": { "inputs": { "agenix": "agenix", - "archivebox": "archivebox", "dailybuild_modules": "dailybuild_modules", "deploy-rs": "deploy-rs", "flake-utils": "flake-utils", "nix-index-database": "nix-index-database", "nixpkgs": "nixpkgs", - "nixpkgs-hostapd-pr": "nixpkgs-hostapd-pr", "radio": "radio", "radio-web": "radio-web", "simple-nixos-mailserver": "simple-nixos-mailserver"