summaryrefslogtreecommitdiff
path: root/build.zig.zon.nix
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-07-13 21:34:15 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-07-13 21:36:37 -0700
commit355c8a4d16c1e697ac2d29dccd4b91b179616ae7 (patch)
tree189b434793dc917d02cf3e09883947ce6cb25b63 /build.zig.zon.nix
parenta40c2c3c16150b571b8ec2e922a0dffa03727c80 (diff)
build: update libxev to remove usingnamespace usage
This drops our `usingnamespace` usage to one more library (zigimg via libvaxis) which should get fixed soon. With that, we have zero usingnamespace and we should be able to test incremental compilation with Zig (no binary mode, so Sema only) amongst other future features.
Diffstat (limited to 'build.zig.zon.nix')
-rw-r--r--build.zig.zon.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix
index b3eff8354..f70e43b70 100644
--- a/build.zig.zon.nix
+++ b/build.zig.zon.nix
@@ -186,11 +186,11 @@ in
};
}
{
- name = "libxev-0.0.0-86vtcyMBEwA-UpcjfOICyI2GYG8o6MiRbinS1_8g1_rw";
+ name = "libxev-0.0.0-86vtc2UaEwDfiTKX3iBI-s_hdzfzWQUarT3MUrmUQl-Q";
path = fetchZigArtifact {
name = "libxev";
- url = "https://github.com/mitchellh/libxev/archive/75a10d0fb374e8eb84948dcfc68d865e755e59c2.tar.gz";
- hash = "sha256-/CSKSuZZfn0aIQlVZ0O8ch5O4gCajYBTTuoetRdo0n4=";
+ url = "https://github.com/mitchellh/libxev/archive/7f803181b158a10fec8619f793e3b4df515566cb.tar.gz";
+ hash = "sha256-KaozYKEhhT/6sInef7/8O/60LDBJN+8QmdLuNY1Gkmc=";
};
}
{