diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 11:47:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-04-29 11:47:34 +0200 |
commit | c76e92e540522b9fe24254463c25b8d67eebfd84 (patch) | |
tree | 6e5cdec4a481865c55ac2c11d1a2e25fcfe9f6b1 /_sources | |
parent | 272a7f0aeca0fccf3cc935a3eed51d064720d864 (diff) | |
download | nixos-c76e92e540522b9fe24254463c25b8d67eebfd84.tar nixos-c76e92e540522b9fe24254463c25b8d67eebfd84.tar.gz nixos-c76e92e540522b9fe24254463c25b8d67eebfd84.tar.bz2 nixos-c76e92e540522b9fe24254463c25b8d67eebfd84.tar.xz nixos-c76e92e540522b9fe24254463c25b8d67eebfd84.zip |
...
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/generated.json | 30 | ||||
-rw-r--r-- | _sources/generated.nix | 16 |
2 files changed, 46 insertions, 0 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index d86f7005..b3604420 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
@@ -261,6 +261,36 @@ | |||
261 | }, | 261 | }, |
262 | "version": "1f8c31457459ffc28cd1c3f3c2235a53efad7148" | 262 | "version": "1f8c31457459ffc28cd1c3f3c2235a53efad7148" |
263 | }, | 263 | }, |
264 | "netbootxyz-efi": { | ||
265 | "cargoLocks": null, | ||
266 | "date": null, | ||
267 | "extract": null, | ||
268 | "name": "netbootxyz-efi", | ||
269 | "passthru": null, | ||
270 | "pinned": false, | ||
271 | "src": { | ||
272 | "name": null, | ||
273 | "sha256": "sha256-D0UnGL0H+zua5fJAoBbfEyU4ZdjQXf6LeQ+475oVKow=", | ||
274 | "type": "url", | ||
275 | "url": "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.86/netboot.xyz.efi" | ||
276 | }, | ||
277 | "version": "2.0.86" | ||
278 | }, | ||
279 | "netbootxyz-lkrn": { | ||
280 | "cargoLocks": null, | ||
281 | "date": null, | ||
282 | "extract": null, | ||
283 | "name": "netbootxyz-lkrn", | ||
284 | "passthru": null, | ||
285 | "pinned": false, | ||
286 | "src": { | ||
287 | "name": null, | ||
288 | "sha256": "sha256-zUuvv/MCXhgqBCa4dl4+bWtS+Z1PCDRUX0pGLonaWpY=", | ||
289 | "type": "url", | ||
290 | "url": "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.86/netboot.xyz.lkrn" | ||
291 | }, | ||
292 | "version": "2.0.86" | ||
293 | }, | ||
264 | "postfix-mta-sts-resolver": { | 294 | "postfix-mta-sts-resolver": { |
265 | "cargoLocks": null, | 295 | "cargoLocks": null, |
266 | "date": null, | 296 | "date": null, |
diff --git a/_sources/generated.nix b/_sources/generated.nix index a7ebef8a..c3b65800 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix | |||
@@ -162,6 +162,22 @@ | |||
162 | }; | 162 | }; |
163 | date = "2020-02-10"; | 163 | date = "2020-02-10"; |
164 | }; | 164 | }; |
165 | netbootxyz-efi = { | ||
166 | pname = "netbootxyz-efi"; | ||
167 | version = "2.0.86"; | ||
168 | src = fetchurl { | ||
169 | url = "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.86/netboot.xyz.efi"; | ||
170 | sha256 = "sha256-D0UnGL0H+zua5fJAoBbfEyU4ZdjQXf6LeQ+475oVKow="; | ||
171 | }; | ||
172 | }; | ||
173 | netbootxyz-lkrn = { | ||
174 | pname = "netbootxyz-lkrn"; | ||
175 | version = "2.0.86"; | ||
176 | src = fetchurl { | ||
177 | url = "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.86/netboot.xyz.lkrn"; | ||
178 | sha256 = "sha256-zUuvv/MCXhgqBCa4dl4+bWtS+Z1PCDRUX0pGLonaWpY="; | ||
179 | }; | ||
180 | }; | ||
165 | postfix-mta-sts-resolver = { | 181 | postfix-mta-sts-resolver = { |
166 | pname = "postfix-mta-sts-resolver"; | 182 | pname = "postfix-mta-sts-resolver"; |
167 | version = "1.5.0"; | 183 | version = "1.5.0"; |