gemini-cli-bin: 0.8.1 -> 0.8.2 (#452096)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-14 23:34:38 +00:00
committed by GitHub

View File

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