We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fe87ad + dc734a7 commit d630a04Copy full SHA for d630a04
1 file changed
pkgs/by-name/ge/gemini-cli-bin/package.nix
@@ -11,11 +11,11 @@
11
}:
12
stdenvNoCC.mkDerivation (finalAttrs: {
13
pname = "gemini-cli-bin";
14
- version = "0.38.1";
+ version = "0.39.1";
15
16
src = fetchzip {
17
url = "https://github.com/google-gemini/gemini-cli/releases/download/v${finalAttrs.version}/gemini-cli-bundle.zip";
18
- hash = "sha256-+XMClLm7HGWST1MESxIVHGmgyvPPqrXGUomoiDY/eUE=";
+ hash = "sha256-mDKBquxjdeIpNOFOrL2Nnsxwr9Fz8FH/Ulhpiwrv1TA=";
19
stripRoot = false;
20
};
21
0 commit comments