We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa827a commit a11bcdfCopy full SHA for a11bcdf
build.zig.zon
@@ -3,11 +3,9 @@
3
.version = "2.45.0",
4
.minimum_zig_version = "0.15.1",
5
.dependencies = .{
6
- // Zig cannot fetch this dependency from https://sourceware.org/git/binutils-gdb.git yet.
7
- // See https://github.com/ziglang/zig/issues/22650
8
.binutils = .{
9
- .url = "https://github.com/bminor/binutils-gdb/archive/2bc7af1ff7732451b6a7b09462a815c3284f9613.tar.gz",
10
- .hash = "N-V-__8AALcr8hffnqup1iGZuepdhvmoQ4E9IT61eWdnELE0",
+ .url = "https://sourceware.org/pub/binutils/releases/binutils-2.45.tar.xz",
+ .hash = "N-V-__8AAA6W9hFBAXcaEDszHBBVI0IfEpYUwk8y2YtqoTBr",
11
},
12
.zlib = .{
13
.url = "git+https://github.com/allyourcodebase/zlib#61e7df7e996ec5a5f13a653db3c419adb340d6ef",
0 commit comments