diff options
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/generated.json | 12 | ||||
-rw-r--r-- | _sources/generated.nix | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/_sources/generated.json b/_sources/generated.json index 802099d7..670ba5c6 100644 --- a/_sources/generated.json +++ b/_sources/generated.json | |||
@@ -270,11 +270,11 @@ | |||
270 | "pinned": false, | 270 | "pinned": false, |
271 | "src": { | 271 | "src": { |
272 | "name": null, | 272 | "name": null, |
273 | "sha256": "sha256-8kd17ChqLuVH5/OdPc2rVDKEDWHl9ZWLh8k+EBrCGH8=", | 273 | "sha256": "sha256-ipbZJ0mPCuwzb/TDtXXUBTuWOcSsKGAJ1GEGIgB2G7E=", |
274 | "type": "url", | 274 | "type": "url", |
275 | "url": "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.87/netboot.xyz.efi" | 275 | "url": "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.88/netboot.xyz.efi" |
276 | }, | 276 | }, |
277 | "version": "2.0.87" | 277 | "version": "2.0.88" |
278 | }, | 278 | }, |
279 | "netbootxyz-lkrn": { | 279 | "netbootxyz-lkrn": { |
280 | "cargoLocks": null, | 280 | "cargoLocks": null, |
@@ -285,11 +285,11 @@ | |||
285 | "pinned": false, | 285 | "pinned": false, |
286 | "src": { | 286 | "src": { |
287 | "name": null, | 287 | "name": null, |
288 | "sha256": "sha256-/qY3NdRC0SghQ4kamrkm9EFumrKlirqDCJ+XY+jHWLA=", | 288 | "sha256": "sha256-igy3O30noS25dU7ZnHuKrWqLLkjjd/L46IdCTd038dI=", |
289 | "type": "url", | 289 | "type": "url", |
290 | "url": "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.87/netboot.xyz.lkrn" | 290 | "url": "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.88/netboot.xyz.lkrn" |
291 | }, | 291 | }, |
292 | "version": "2.0.87" | 292 | "version": "2.0.88" |
293 | }, | 293 | }, |
294 | "postfix-mta-sts-resolver": { | 294 | "postfix-mta-sts-resolver": { |
295 | "cargoLocks": null, | 295 | "cargoLocks": null, |
diff --git a/_sources/generated.nix b/_sources/generated.nix index 75373a48..b856af2c 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix | |||
@@ -164,18 +164,18 @@ | |||
164 | }; | 164 | }; |
165 | netbootxyz-efi = { | 165 | netbootxyz-efi = { |
166 | pname = "netbootxyz-efi"; | 166 | pname = "netbootxyz-efi"; |
167 | version = "2.0.87"; | 167 | version = "2.0.88"; |
168 | src = fetchurl { | 168 | src = fetchurl { |
169 | url = "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.87/netboot.xyz.efi"; | 169 | url = "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.88/netboot.xyz.efi"; |
170 | sha256 = "sha256-8kd17ChqLuVH5/OdPc2rVDKEDWHl9ZWLh8k+EBrCGH8="; | 170 | sha256 = "sha256-ipbZJ0mPCuwzb/TDtXXUBTuWOcSsKGAJ1GEGIgB2G7E="; |
171 | }; | 171 | }; |
172 | }; | 172 | }; |
173 | netbootxyz-lkrn = { | 173 | netbootxyz-lkrn = { |
174 | pname = "netbootxyz-lkrn"; | 174 | pname = "netbootxyz-lkrn"; |
175 | version = "2.0.87"; | 175 | version = "2.0.88"; |
176 | src = fetchurl { | 176 | src = fetchurl { |
177 | url = "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.87/netboot.xyz.lkrn"; | 177 | url = "https://github.com/netbootxyz/netboot.xyz/releases/download/2.0.88/netboot.xyz.lkrn"; |
178 | sha256 = "sha256-/qY3NdRC0SghQ4kamrkm9EFumrKlirqDCJ+XY+jHWLA="; | 178 | sha256 = "sha256-igy3O30noS25dU7ZnHuKrWqLLkjjd/L46IdCTd038dI="; |
179 | }; | 179 | }; |
180 | }; | 180 | }; |
181 | postfix-mta-sts-resolver = { | 181 | postfix-mta-sts-resolver = { |