gemini-cli: 0.1.18 -> 0.1.21

This commit is contained in:
Sergey Volkov
2025-08-14 09:49:49 +02:00
parent b65fbdb3a4
commit 02e8fd8d9d
+3 -3
View File
@@ -8,13 +8,13 @@
buildNpmPackage (finalAttrs: {
pname = "gemini-cli";
version = "0.1.18";
version = "0.1.21";
src = fetchFromGitHub {
owner = "google-gemini";
repo = "gemini-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-vO70olSAG6NaZjyERU22lc8MbVivyJFieGcy0xOErrc=";
hash = "sha256-eS83Uwp6LzyQuIx2jirXnJ6Xb2XEaAKLnS9PMKTIvyI=";
};
patches = [
@@ -25,7 +25,7 @@ buildNpmPackage (finalAttrs: {
})
];
npmDepsHash = "sha256-8dn0i2laR4LFZk/sFDdvblvrHSnraGcLl3WAthCOKc0=";
npmDepsHash = "sha256-5pFnxZFhVNxYLPJClYq+pe4wAX5623Y3hFj8lIq00+E=";
preConfigure = ''
mkdir -p packages/generated