Skip to content

Commit 59d150b

Browse files
gmarullclaude
andcommitted
build: update SDK to 0.1.4
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent cd1ce6c commit 59d150b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

SDK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.1.4

flake.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
outputs =
99
{ self, nixpkgs }:
1010
let
11-
sdkVersion = "0.1.3";
11+
sdkVersion = "0.1.4";
1212
sdkBundles = {
1313
aarch64-darwin = {
1414
osArch = "darwin-aarch64";
15-
sha256 = "bc47e9e8596769579a6cae257ffa8a5ebbfcdfb90b7b636b1baf457b37ae714a";
15+
sha256 = "8ded1174bf942b8166ec2a86ae4a42371e6865786e2858246661dd38090c7746";
1616
};
1717
aarch64-linux = {
1818
osArch = "linux-aarch64";
19-
sha256 = "45ebceca406ef50fa29fc78c79bb892a8340c2dd7a0e04b8e1dd02dbff88c7de";
19+
sha256 = "74f3f462a367152ab313ef6bef7663aeb4d1447277b115fb0e2ee88b561325bc";
2020
};
2121
x86_64-linux = {
2222
osArch = "linux-x86_64";
23-
sha256 = "77bb95e8f39aa51371bc695b4b84fa915ad11ad9b2b14d66c59ba260a520aba8";
23+
sha256 = "e757629c17cc54c48396bda26d224081fb7ce6bf421cfd06022ebb523d572fe9";
2424
};
2525
};
2626
forSupportedSystems = nixpkgs.lib.genAttrs (builtins.attrNames sdkBundles);

0 commit comments

Comments
 (0)