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 b7d8239 commit 2147230Copy full SHA for 2147230
src/main.zig
@@ -198,7 +198,7 @@ options: struct {
198
/// If set, this pkgs_uri will be used instead of `pkgs_uri`. Unlike `prefix` this options
199
/// cannot be set by command line arguments.
200
forced_pkgs_uri: ?[]const u8 = null,
201
- pkgs_uri: []const u8 = "https://github.com/Hejsil/dipm-pkgs/raw/master/pkgs.ini",
+ pkgs_uri: []const u8 = "https://github.com/Hejsil/dipm-pkgs/raw/0.31.3/pkgs.ini",
202
},
203
204
fn prefix(prog: Program) []const u8 {
0 commit comments