gemini-cli: 0.1.22 -> 0.2.1 (#437468)

authored by kirillrdy and committed by GitHub d0451224 e2a118e8

+3 -3
+3 -3
pkgs/by-name/ge/gemini-cli/package.nix
··· 7 7 8 8 buildNpmPackage (finalAttrs: { 9 9 pname = "gemini-cli"; 10 - version = "0.1.22"; 10 + version = "0.2.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "google-gemini"; 14 14 repo = "gemini-cli"; 15 15 tag = "v${finalAttrs.version}"; 16 - hash = "sha256-taQyrthHrlHc6Zy8947bpxvbHeSq0+JbgxROtQOGq44="; 16 + hash = "sha256-TcXCGI27qJOVbR8XaJzE9dYV/3uDM9HATU1OkziRib8="; 17 17 }; 18 18 19 19 patches = [ ··· 21 21 ./restore-missing-dependencies-fields.patch 22 22 ]; 23 23 24 - npmDepsHash = "sha256-1AJ+EZfPKioeptms3uio4U20zeQ9+yKC69Gbm6HlFMY="; 24 + npmDepsHash = "sha256-0j6kXlnWg7N23cnmMialZVqyZTAzgPn0VGAqSeYIVZM="; 25 25 26 26 preConfigure = '' 27 27 mkdir -p packages/generated