update oc

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-08-07 14:07:44 -05:00
parent 2894e4050c
commit 2f29dc4bad
4 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@
# tmp
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
opencode.url = "github:sst/opencode/v0.3.130";
opencode.url = "github:sst/opencode/v0.3.133";
opencode.flake = false;
};
@ -36,7 +36,7 @@
nixpkgs.overlays = [
(final: prev: {
opencode = nixpkgs-unstable.legacyPackages.${prev.system}.opencode.overrideAttrs (old: rec {
version = "0.3.130";
version = "0.3.133";
src = opencode;
node_modules = old.node_modules.overrideAttrs (nmOld: {
outputHash = "sha256-oZa8O0iK5uSJjl6fOdnjqjIuG//ihrj4six3FUdfob8=";
@ -44,7 +44,7 @@
tui = old.tui.overrideAttrs (tuiOld: {
src = src;
modRoot = "packages/tui";
vendorHash = "sha256-qsOL6gsZwEm7YcYO/zoyJAnVmciCjPYqPavV77psybU=";
vendorHash = "sha256-uHb7fAiZ8XNGq9YZ6drNYU1SoKrWMgXpTfudOMvmcHU=";
});
});
})