gemini-cli: 0.22.2 -> 0.22.4

This commit is contained in:
PedroBrantes
2025-12-27 12:18:21 -03:00
parent 79509df70b
commit 776341a9e3
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -3830,7 +3830,7 @@
githubId = 4546722;
};
brantes = {
name = "Pedro Brantes"
name = "Pedro Brantes";
email = "contact@brantes.simplelogin.com";
github = "pedrobrantes";
githubId = 58346706;
+4 -3
View File
@@ -14,16 +14,16 @@
buildNpmPackage (finalAttrs: {
pname = "gemini-cli";
version = "0.22.2";
version = "0.22.4";
src = fetchFromGitHub {
owner = "google-gemini";
repo = "gemini-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-wVIGMkft/hamsuyJH+Ku8vIAZ2ITMfH9LqmtUIP8xN0=";
hash = "sha256-gYh8GpuBwkowdBNCYkh7w2MFSTw8xXYO4XbQBezzFlQ=";
};
npmDepsHash = "sha256-gyv2yVTNPuwEiWDXfYr21wc+Sii5ac8nRE/04KkPmJg=";
npmDepsHash = "sha256-f5s2T+826rZU8IXe4fv26JiR3laPunbKeJSRnst6upw=";
nativeBuildInputs = [
jq
@@ -97,6 +97,7 @@ buildNpmPackage (finalAttrs: {
license = lib.licenses.asl20;
sourceProvenance = with lib.sourceTypes; [ fromSource ];
maintainers = with lib.maintainers; [
brantes
xiaoxiangmoe
FlameFlag
taranarmo