opencode: 1.4.10 -> 1.4.11 (#511138)

This commit is contained in:
Matteo Pacini
2026-04-18 15:43:15 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "opencode";
version = "1.4.10";
version = "1.4.11";
src = fetchFromGitHub {
owner = "anomalyco";
repo = "opencode";
tag = "v${finalAttrs.version}";
hash = "sha256-L2oiB7YwAaB07ZSEjxOUobX3fZW4noluUbo/FFPDYl4=";
hash = "sha256-jlxR2BODV8wk0sP4Kkyza7Zr5I+Q003gldCfp2eYOt8=";
};
node_modules = stdenvNoCC.mkDerivation {