Skip to content

Commit 9b6670f

Browse files
committed
release fixes
1 parent ea66fa4 commit 9b6670f

File tree

9 files changed

+1988
-2698
lines changed

9 files changed

+1988
-2698
lines changed

flake.nix

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

languages/go/scripts/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ git -C dist add --all
66
git -C dist commit
77
git -C dist push
88
git -C dist tag v$VERSION
9-
git -C dist push --tag v$VERSION
9+
git -C dist push origin v$VERSION

0 commit comments

Comments
 (0)