opencode: 1.1.65 -> 1.2.1 (#490340)

This commit is contained in:
Gaétan Lepage
2026-02-14 10:43:56 +00:00
committed by GitHub
+4 -4
View File
@@ -14,12 +14,12 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "1.1.65";
version = "1.2.1";
src = fetchFromGitHub {
owner = "anomalyco";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-U8hx8MeyhCe+o3uj3GL3LbkkFkduvxVtPgZeVGoIE0s=";
hash = "sha256-/D0tn09kC1AClJI3uFzMMWBvVWMYvvw52YrRD+dw0D4=";
};
node_modules = stdenvNoCC.mkDerivation {
@@ -70,9 +70,9 @@ stdenvNoCC.mkDerivation (finalAttrs: {
outputHash =
if stdenvNoCC.hostPlatform.isDarwin then
"sha256-KlE4U87sVWoB2eXngUU7w+Z3F7oqh3NPhoCRHQqQm1s="
"sha256-2zl08cUvIGwK843o+7NcPBOscoSasXzYNLy30htgvYE="
else
"sha256-yza9eeMOWAd9ggGPMDs6ALjg7ptfk4iuN5y1rcUTIpc=";
"sha256-2zl08cUvIGwK843o+7NcPBOscoSasXzYNLy30htgvYE=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
};