opencode -> 1.1.18

This commit is contained in:
m3tm3re
2026-01-13 19:53:46 +01:00
parent 338aced3a8
commit 15b7b13ea1
5 changed files with 18 additions and 14 deletions

View File

@@ -8,13 +8,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "code2prompt";
version = "4.0.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "mufeedvh";
repo = "code2prompt";
rev = "v${version}";
hash = "sha256-2ac/ZobL+4cQz94JjtS+JC7qsPE5lktznlhMAgSJa8g=";
hash = "sha256-Gh8SsSTZW7QlyyC3SWJ5pOK2x85/GT7+LPJn2Jeczpc=";
};
cargoLock = {