gemini-cli-bin: 0.40.1 -> 0.42.0

This commit is contained in:
R. Ryantm
2026-05-13 00:07:49 +00:00
parent 604b7b4b92
commit 69a753bcf2
+2 -2
View File
@@ -11,11 +11,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gemini-cli-bin";
version = "0.40.1";
version = "0.42.0";
src = fetchzip {
url = "https://github.com/google-gemini/gemini-cli/releases/download/v${finalAttrs.version}/gemini-cli-bundle.zip";
hash = "sha256-lSwBnrPX9RjKs0HVR64BcAhgzD4hVMethgnwRErXpDQ=";
hash = "sha256-Qkb39ehFabpRGxqpl3wCzoK3A2z5TMnKswngLz6kP/s=";
stripRoot = false;
};