Skip to content

Commit 89bd131

Browse files
codeium: 1.24.2 -> 1.30.2 (#363819)
2 parents e5b584b + 3dd4efb commit 89bd131

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/co/codeium/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ let
2323

2424
hash =
2525
{
26-
x86_64-linux = "sha256-fxwFomtgkOCtZCmXjxlCqa+9hxBiVNbM2IFdAGQ8Nlw=";
27-
aarch64-linux = "sha256-hTxpszPXVU2FpB690tfZzrV9tUH/EqfjyEZQ8gPFmas=";
28-
x86_64-darwin = "sha256-RiSCz4xNMFDdsAttovjXys7MeXRQgmi6YOi2LwvRoGE=";
29-
aarch64-darwin = "sha256-G3j3Ds5ycGs0n5+KcaRa2MG86/1LdcZhgNdgeRIyfa4=";
26+
x86_64-linux = "sha256-xbMiPmFGte4I6p+Zt4HaLL4MuHoMs++gf5iVPl7+h70=";
27+
aarch64-linux = "sha256-2bu8cI0u8Q3mCxZFoM0W/gQ4BipLUIoVe2e0a16ZQco=";
28+
x86_64-darwin = "sha256-lGRqxZxIpioTA5I9lsWIQ8S7AN8AXR7NGgSMCNN3cQI=";
29+
aarch64-darwin = "sha256-MGqT4Jhq81rvnMhQtg+N0C4ElOfUvLpVBq7EtwKztOE=";
3030
}
3131
.${system} or throwSystem;
3232

@@ -35,7 +35,7 @@ let
3535
in
3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "codeium";
38-
version = "1.24.2";
38+
version = "1.30.2";
3939
src = fetchurl {
4040
name = "${finalAttrs.pname}-${finalAttrs.version}.gz";
4141
url = "https://github.com/Exafunction/codeium/releases/download/language-server-v${finalAttrs.version}/language_server_${plat}.gz";

0 commit comments

Comments
 (0)