There was an error while loading. Please reload this page.
1 parent 4c58bee commit d47fbd1Copy full SHA for d47fbd1
1 file changed
packages/opencode/build.ncl
@@ -5,14 +5,14 @@ let git = import "../git/build.ncl" in
5
let glibc = import "../glibc/build.ncl" in
6
let ripgrep = import "../ripgrep/build.ncl" in
7
8
-let version = "1.18.13" in
+let version = "1.18.14" in
9
{
10
name = "opencode",
11
build_deps = [
12
{ file = "build.sh" } | Local,
13
14
url = "https://github.com/anomalyco/opencode/archive/refs/tags/v%{version}.tar.gz",
15
- sha256 = "a3328aed885d7154fcf378ec722ba0e5f3def2f68b4c001481084d30aef5f44d",
+ sha256 = "3454d738eca7117099d6dc2a1d6330e0ac099da60cf3d8e40e8913ff3e38f656",
16
} | Source,
17
base,
18
bun,
0 commit comments