gemini-cli: 0.1.21 -> 0.1.22 (#435241)

authored by Peder Bergebakken Sundt and committed by GitHub 56144e8c 5a7798a7

+5 -5
+5 -5
pkgs/by-name/ge/gemini-cli/package.nix
··· 2 lib, 3 buildNpmPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 }: 7 8 buildNpmPackage (finalAttrs: { 9 pname = "gemini-cli"; 10 - version = "0.1.21"; 11 12 src = fetchFromGitHub { 13 owner = "google-gemini"; 14 repo = "gemini-cli"; 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-eS83Uwp6LzyQuIx2jirXnJ6Xb2XEaAKLnS9PMKTIvyI="; 17 }; 18 19 patches = [ ··· 21 ./restore-missing-dependencies-fields.patch 22 ]; 23 24 - npmDepsHash = "sha256-5pFnxZFhVNxYLPJClYq+pe4wAX5623Y3hFj8lIq00+E="; 25 26 preConfigure = '' 27 mkdir -p packages/generated ··· 49 chmod +x "$out/bin/gemini" 50 ''; 51 52 - passthru.updateScript = gitUpdater { }; 53 54 meta = { 55 description = "AI agent that brings the power of Gemini directly into your terminal";
··· 2 lib, 3 buildNpmPackage, 4 fetchFromGitHub, 5 + nix-update-script, 6 }: 7 8 buildNpmPackage (finalAttrs: { 9 pname = "gemini-cli"; 10 + version = "0.1.22"; 11 12 src = fetchFromGitHub { 13 owner = "google-gemini"; 14 repo = "gemini-cli"; 15 tag = "v${finalAttrs.version}"; 16 + hash = "sha256-taQyrthHrlHc6Zy8947bpxvbHeSq0+JbgxROtQOGq44="; 17 }; 18 19 patches = [ ··· 21 ./restore-missing-dependencies-fields.patch 22 ]; 23 24 + npmDepsHash = "sha256-1AJ+EZfPKioeptms3uio4U20zeQ9+yKC69Gbm6HlFMY="; 25 26 preConfigure = '' 27 mkdir -p packages/generated ··· 49 chmod +x "$out/bin/gemini" 50 ''; 51 52 + passthru.updateScript = nix-update-script { }; 53 54 meta = { 55 description = "AI agent that brings the power of Gemini directly into your terminal";