Skip to content

Commit f3d3c78

Browse files
committed
1 parent a603d12 commit f3d3c78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ge/gemini-cli-bin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "gemini-cli-bin";
11-
version = "0.13.0";
11+
version = "0.15.0";
1212

1313
src = fetchurl {
1414
url = "https://github.com/google-gemini/gemini-cli/releases/download/v${finalAttrs.version}/gemini.js";
15-
hash = "sha256-P3haGRJrdELTPxKuaMrn/AmOAPH08R9nqNw2pwmEd+0=";
15+
hash = "sha256-gtbG+KuVKiSwHPP4Mcpe2uK1twJGsyIzpdqoiJiPVzc=";
1616
};
1717

1818
dontUnpack = true;

0 commit comments

Comments
 (0)