gemini-cli-bin: 0.22.4 -> 0.22.5

This commit is contained in:
R. Ryantm
2026-01-02 08:15:29 +00:00
parent 16eb4dee7f
commit 92909cc248
+2 -2
View File
@@ -8,11 +8,11 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gemini-cli-bin";
version = "0.22.4";
version = "0.22.5";
src = fetchurl {
url = "https://github.com/google-gemini/gemini-cli/releases/download/v${finalAttrs.version}/gemini.js";
hash = "sha256-7Dy2/dkNCC/TaUEixP6iMegOh9SoeTHUn7K0VGi4Rwg=";
hash = "sha256-g6b45+EWBiZ6Ij0nXp0L5jBW8wv1y0KK5CgiThk8Y7U=";
};
dontUnpack = true;