Skip to content

Commit 2a82c5b

Browse files
committed
codeium: 1.46.0 -> 1.46.3
1 parent 6964385 commit 2a82c5b

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-wZl6wlR+K53rGeQ75ZVzmzKpiBnp6/UCTNx/iOHscug=";
27-
aarch64-linux = "sha256-2wslvQlvhbaxZ9lwGh4UTBo0yHjSLcOZ8mxMQETY7kY=";
28-
x86_64-darwin = "sha256-+34thUKUWV4P29Ak547fT5AKkaw/tgV9AMe+UT6GmD4=";
29-
aarch64-darwin = "sha256-GkAh18MlZP4D+fpxZtAgXEPYSb3iiRycN/0sQm2oJnE=";
26+
x86_64-linux = "sha256-noZVrLvkiHP2H3+zWlgqRpKIFxdQzhjl/2XjRpuVYhs=";
27+
aarch64-linux = "sha256-bznlEnBZqF3Vfkt8y9XCgQ5O0yxzlGw9HAoByblZ2A4=";
28+
x86_64-darwin = "sha256-LIbFX5WUlWw+wF3Sj+v+2zDn2xzvDlW8AO/TJsvDa6c=";
29+
aarch64-darwin = "sha256-ANS9FFwrgmRhknpNija9DhO2Znj/RAJhq2GUMZiau6o=";
3030
}
3131
.${system} or throwSystem;
3232

@@ -35,7 +35,7 @@ let
3535
in
3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "codeium";
38-
version = "1.46.0";
38+
version = "1.46.3";
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)