summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock78
1 files changed, 73 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock
index 60b9f36..79e8421 100644
--- a/flake.lock
+++ b/flake.lock
@@ -35,25 +35,93 @@
35 "openwrt": { 35 "openwrt": {
36 "flake": false, 36 "flake": false,
37 "locked": { 37 "locked": {
38 "lastModified": 1641244185, 38 "lastModified": 1641393236,
39 "narHash": "sha256-pCyjLJfDaesFW7DWg/xZahQg6rbQr2CRmyHe/cPeBEU=", 39 "narHash": "sha256-Bt8Uo/UWKb/cCSq5vho5C/Y+6+FdidDpnZB4wNipQ9Y=",
40 "owner": "openwrt", 40 "owner": "openwrt",
41 "repo": "openwrt", 41 "repo": "openwrt",
42 "rev": "5beaa75d94c4a981c580905b84c7ef33caf0c3e2", 42 "rev": "87b6e10c71203d2dedd8a56dea91390dac00c525",
43 "type": "github" 43 "type": "github"
44 }, 44 },
45 "original": { 45 "original": {
46 "owner": "openwrt", 46 "owner": "openwrt",
47 "ref": "openwrt-21.02", 47 "ref": "master",
48 "repo": "openwrt", 48 "repo": "openwrt",
49 "type": "github" 49 "type": "github"
50 } 50 }
51 }, 51 },
52 "openwrt-luci": {
53 "flake": false,
54 "locked": {
55 "lastModified": 1641278370,
56 "narHash": "sha256-zWLVGt8FvYxz+cFDVkpWVWUFbPreDopUcim+3G4wkzw=",
57 "ref": "master",
58 "rev": "dc0ed9ca93c842d48613003e6f47b66c373e7148",
59 "revCount": 15393,
60 "type": "git",
61 "url": "https://git.openwrt.org/project/luci.git"
62 },
63 "original": {
64 "type": "git",
65 "url": "https://git.openwrt.org/project/luci.git"
66 }
67 },
68 "openwrt-packages": {
69 "flake": false,
70 "locked": {
71 "lastModified": 1641374619,
72 "narHash": "sha256-du7knKY1En5TeX1PdCXmOUqLU0ruYNYMphZXmKE9mQw=",
73 "ref": "master",
74 "rev": "59600bd5d6f7d5567cad99095cfa2049fe5c630d",
75 "revCount": 26275,
76 "type": "git",
77 "url": "https://git.openwrt.org/feed/packages.git"
78 },
79 "original": {
80 "type": "git",
81 "url": "https://git.openwrt.org/feed/packages.git"
82 }
83 },
84 "openwrt-routing": {
85 "flake": false,
86 "locked": {
87 "lastModified": 1639992288,
88 "narHash": "sha256-3hHlRHdPyhEYPBQzyTQEJWKobB58VbRgVN+SZdy3SYI=",
89 "ref": "master",
90 "rev": "abc3468e282a0a8594af7b28d20c3cf57b74e8cd",
91 "revCount": 1709,
92 "type": "git",
93 "url": "https://git.openwrt.org/feed/routing.git"
94 },
95 "original": {
96 "type": "git",
97 "url": "https://git.openwrt.org/feed/routing.git"
98 }
99 },
100 "openwrt-telephony": {
101 "flake": false,
102 "locked": {
103 "lastModified": 1641302202,
104 "narHash": "sha256-yxpj9oH5JvpDH99TkbBMsneRaFIxuBwaBi/JeXmJb/8=",
105 "ref": "master",
106 "rev": "33fda345d240faf9aab3c732d31933e4f26330d2",
107 "revCount": 1802,
108 "type": "git",
109 "url": "https://git.openwrt.org/feed/telephony.git"
110 },
111 "original": {
112 "type": "git",
113 "url": "https://git.openwrt.org/feed/telephony.git"
114 }
115 },
52 "root": { 116 "root": {
53 "inputs": { 117 "inputs": {
54 "flake-utils": "flake-utils", 118 "flake-utils": "flake-utils",
55 "nixpkgs": "nixpkgs", 119 "nixpkgs": "nixpkgs",
56 "openwrt": "openwrt" 120 "openwrt": "openwrt",
121 "openwrt-luci": "openwrt-luci",
122 "openwrt-packages": "openwrt-packages",
123 "openwrt-routing": "openwrt-routing",
124 "openwrt-telephony": "openwrt-telephony"
57 } 125 }
58 } 126 }
59 }, 127 },