gemini-cli-bin: 0.11.3 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-11-11 09:47:55 +00:00
parent ffd468f28a
commit 792a1462d4
+2 -2
View File
@@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gemini-cli-bin";
version = "0.11.3";
version = "0.13.0";
src = fetchurl {
url = "https://github.com/google-gemini/gemini-cli/releases/download/v${finalAttrs.version}/gemini.js";
hash = "sha256-JReB8+4+Pnbo8XsLGmcZ0xKjuFHeRC3e5uuhGOM/06I=";
hash = "sha256-P3haGRJrdELTPxKuaMrn/AmOAPH08R9nqNw2pwmEd+0=";
};
dontUnpack = true;