Skip to content

Commit 65e386a

Browse files
codeium: 1.30.18 -> 1.32.1 (NixOS#372575)
Co-authored-by: anpin <[email protected]>
2 parents 6bdab8c + ebc7d18 commit 65e386a

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-/VkobDCai9+Lac0TCzm9gg/pNFDA1T2OJiad3qdz/2o=";
27-
aarch64-linux = "sha256-glJRQIFSs5D7b3BVblaL0o8Rndh3QuCup45AfRWymG0=";
28-
x86_64-darwin = "sha256-TBCgbaJ5Yyp+I8VCljYf3tlNnVaLkfwusJMlfY+Rggo=";
29-
aarch64-darwin = "sha256-MfJ/zIfmKJN4Fe6a50NwAqvetxB/W+BriQ+5mEIhWMg=";
26+
x86_64-linux = "sha256-+u1WLD/EPkbFcpjMhJqAMzsh4DaaykfPUIzH7D0OLS8=";
27+
aarch64-linux = "sha256-7gbevNNvvf03oVy1wcnD8b1hj5ccPyyMDfPEZyL6cdM=";
28+
x86_64-darwin = "sha256-aQdOaenIv5+7dqRPvChU5UeWwll75/qQXwP7mbZxFXg=";
29+
aarch64-darwin = "sha256-xKqKHEc4DSymmZ12dcs1dqhVhyYB97tdUX1pQFyJpuE=";
3030
}
3131
.${system} or throwSystem;
3232

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