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 b9395a3 commit 127f0ddCopy full SHA for 127f0dd
flake.nix
@@ -52,15 +52,9 @@
52
src = self.fetchFromGitHub {
53
owner = "ziglang";
54
repo = "zig";
55
- rev = "88d1258e08e668e620d5f8f4681315e555acbcd2";
56
- hash = "sha256-zNPrze2XxF+4ZwTq0LN2Y9tmPHd7lY6Nb3Cy9KN2Il8=";
+ rev = "537f9052167a683c922c9815eb9fdce5b0778dc2";
+ hash = "sha256-lhqTPLKhcZ79+iwQUBR89boYYFqeNG8wNDocj5upNYQ=";
57
};
58
- patches = [
59
- (self.fetchpatch {
60
- url = "https://github.com/ziglang/zig/pull/9771.patch";
61
- sha256 = "sha256-AaMNNBET/x0f3a9oxpgBZXnUdKH4bydKMLJfXLBmvZo=";
62
- })
63
- ];
64
});
65
})
66
];
languages/c/scripts/release
@@ -1 +1 @@
1
-cp ../../dist/x86_64-unknown-linux-gnu/modelfox.h modelfox.h
+cp ../../dist/compile/x86_64-linux-gnu/modelfox.h modelfox.h
0 commit comments