Skip to content

Commit 127f0dd

Browse files
committed
update zig
1 parent b9395a3 commit 127f0dd

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

flake.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,9 @@
5252
src = self.fetchFromGitHub {
5353
owner = "ziglang";
5454
repo = "zig";
55-
rev = "88d1258e08e668e620d5f8f4681315e555acbcd2";
56-
hash = "sha256-zNPrze2XxF+4ZwTq0LN2Y9tmPHd7lY6Nb3Cy9KN2Il8=";
55+
rev = "537f9052167a683c922c9815eb9fdce5b0778dc2";
56+
hash = "sha256-lhqTPLKhcZ79+iwQUBR89boYYFqeNG8wNDocj5upNYQ=";
5757
};
58-
patches = [
59-
(self.fetchpatch {
60-
url = "https://github.com/ziglang/zig/pull/9771.patch";
61-
sha256 = "sha256-AaMNNBET/x0f3a9oxpgBZXnUdKH4bydKMLJfXLBmvZo=";
62-
})
63-
];
6458
});
6559
})
6660
];

languages/c/scripts/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cp ../../dist/x86_64-unknown-linux-gnu/modelfox.h modelfox.h
1+
cp ../../dist/compile/x86_64-linux-gnu/modelfox.h modelfox.h

0 commit comments

Comments
 (0)