File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 .paths = .{"." },
55 .dependencies = .{
66 .@"phantom.display.uefi" = .{
7- .url = "https://github.com/PhantomUIx/display-uefi/archive/cca33aa75ed0b9790ad61cc0fd583a7ece240715 .tar.gz" ,
8- .hash = "1220fec48cb9d68b2da146f7660afc1d0afdee60ad1b9c4d754cbd3aa2dd009baea9 " ,
7+ .url = "https://github.com/PhantomUIx/display-uefi/archive/ef62db052ae0b5fdf2bbc8588bc7a7e0f45e4744 .tar.gz" ,
8+ .hash = "122019b0920572a87a10576fc007a145f8a0007699fa51d95e18ffa362f6cd9a272f " ,
99 },
1010 .@"phantom.compat.zigimg" = .{
11- .url = "https://github.com/PhantomUIx/compat-zigimg/archive/e8fcb8681bdfcd0b4f1151f207fe4a6c89c1d1b6 .tar.gz" ,
12- .hash = "1220be41c35eb8b3c0428b02ae9c4639d80310da1b00f9d5f8aad2a90ca5b0c754d7 " ,
11+ .url = "https://github.com/PhantomUIx/compat-zigimg/archive/f3960eace682ae40dc18b21991ab46ea60440d70 .tar.gz" ,
12+ .hash = "122079c74f6b4daa20eedf3d530cf98f3f488089758294d0c5df00b344e20769b5cf " ,
1313 },
1414 .phantom = .{
15- .url = "https://github.com/PhantomUIx/core/archive/0cbea8f53e650f4864bf41c372c330a050710c10 .tar.gz" ,
16- .hash = "1220e811950ddd80422a486e322fdd78c55814560743da88bb9d32a890a3e0421626 " ,
15+ .url = "https://github.com/PhantomUIx/core/archive/a5accb8e2049b9635324c2b1f4a1de59d20811ee .tar.gz" ,
16+ .hash = "1220bab7070726b608418f00b3cd4c57384a3eb378f62e10f184c31eba8a02cd7d99 " ,
1717 },
1818 .vizops = .{
1919 .url = "https://github.com/MidstallSoftware/vizops/archive/8b8499e195d8cf66e9b13ed1c80b24ee27420a29.tar.gz" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ pub fn main() void {
6969
7070 const stderr = if (builtin .os .tag == .uefi ) SimpleTextOutputWriter {
7171 .context = std .os .uefi .system_table .std_err .? ,
72- } else std .os .getStdErr ().writer ();
72+ } else std .io .getStdErr ().writer ();
7373
7474 var prevTime = std .time .milliTimestamp ();
7575 while (true ) {
You can’t perform that action at this time.
0 commit comments