gemini-cli-bin: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm
2025-10-14 22:58:10 +00:00
parent 798c30d1e2
commit 41edcfcc37

View File

@@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gemini-cli-bin";
version = "0.8.1";
version = "0.8.2";
src = fetchurl {
url = "https://github.com/google-gemini/gemini-cli/releases/download/v${finalAttrs.version}/gemini.js";
hash = "sha256-SRtl8FPMI0VBz0hzmyvtGYPO3mdnm60gu2zlStb5r98=";
hash = "sha256-3dPZvjI9pOxs55nJ0NZvUoSXm9zwLOxEBeh1lErSA/8=";
};
dontUnpack = true;