opencode -> 1.1.14

This commit is contained in:
m3tm3re
2026-01-12 20:25:38 +01:00
parent 00b858fbbe
commit 338aced3a8
2 changed files with 6 additions and 2 deletions

View File

@@ -1,12 +1,12 @@
{prev}:
prev.opencode.overrideAttrs (oldAttrs: rec {
version = "1.1.11";
version = "1.1.14";
src = prev.fetchFromGitHub {
owner = "anomalyco";
repo = "opencode";
tag = "v${version}";
hash = "sha256-PZB9XsuUr8EzXDhlzM3tKANFAXc19RheIyxSXjLuZrM=";
hash = "sha256-B0NkJ4HSxgdjBuydvjcNcoaW5WIYcuKV8qHYapAaDmU=";
};
node_modules = oldAttrs.node_modules.overrideAttrs (old: {