update oc

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-07-17 20:14:25 -05:00
parent 8f3ad07c18
commit e4e09ee0b3
3 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@
# tmp # tmp
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
opencode.url = "github:sst/opencode/v0.3.13"; opencode.url = "github:sst/opencode/v0.3.17";
opencode.flake = false; opencode.flake = false;
}; };
@ -36,13 +36,13 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(final: prev: { (final: prev: {
opencode = nixpkgs-unstable.legacyPackages.${prev.system}.opencode.overrideAttrs (old: rec { opencode = nixpkgs-unstable.legacyPackages.${prev.system}.opencode.overrideAttrs (old: rec {
version = "0.3.13"; version = "0.3.17";
src = opencode; src = opencode;
node_modules = old.node_modules.overrideAttrs (nmOld: { node_modules = old.node_modules.overrideAttrs (nmOld: {
outputHash = "sha256-YqSGiikWLErq//RKC3Qcf0aGNFncs3Qx33E8sdKYJ5o="; outputHash = "sha256-nWHdoRI9uaR3Innt14SR6l3V1SpFU/1A+TELh6J6o/A=";
}); });
tui = old.tui.overrideAttrs (tuiOld: { tui = old.tui.overrideAttrs (tuiOld: {
vendorHash = "sha256-BVq3+CUMI3CeI9EZkqbnRCvwNc02LgLIvXUp4XQlAx4="; vendorHash = "sha256-GeXDi/y9NoJJ9P5hQk0vtIxg/6pDDtMPdxgQvHZJzJ4=";
}); });
}); });
}) })

8
flake.lock generated
View file

@ -204,16 +204,16 @@
"opencode": { "opencode": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1752630643, "lastModified": 1752694492,
"narHash": "sha256-PRNRs0UsKNXFTwvtrrImd3UmrpNvFP9xc8BrIdx1Q9Q=", "narHash": "sha256-p65NhGI8zzcs8BDVAhPNZMZ9hXHKjztIGaLhXLxJAuY=",
"owner": "sst", "owner": "sst",
"repo": "opencode", "repo": "opencode",
"rev": "0793c3f2a373436fb70eb936df16e21ce1243b19", "rev": "fc45c0c9448eb435a183b86205fcfceda9714ec9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "sst", "owner": "sst",
"ref": "v0.3.13", "ref": "v0.3.17",
"repo": "opencode", "repo": "opencode",
"type": "github" "type": "github"
} }

View file

@ -9,7 +9,7 @@
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
opencode.url = "github:sst/opencode/v0.3.13"; opencode.url = "github:sst/opencode/v0.3.17";
opencode.flake = false; opencode.flake = false;
# ====== # ======
}; };