Skip to content

Commit

Permalink
Merge pull request NixOS#303770 from r-ryantm/auto-update/codeium
Browse files Browse the repository at this point in the history
codeium: 1.8.22 -> 1.8.25
  • Loading branch information
wegank committed Apr 18, 2024
2 parents 9291706 + 4088f2f commit a2fa883
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/co/codeium/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ let
}.${system} or throwSystem;

hash = {
x86_64-linux = "sha256-AHjR6lHszYqZ2yC/uY2DmB67xMUFZliqI29Ptes2SoY=";
aarch64-linux = "sha256-2NYlec6gpVMJwZctEqwn5rQiTrb5PmaxEz3lQxF1qmk=";
x86_64-darwin = "sha256-OeMbO2lDK6XUF3ht+09ZWOL7UsEEVTrKyXOfhny8DhM=";
aarch64-darwin = "sha256-4CQvJkd3kI7XJz46QsSUBtWLmxDu7AcAJwRS3amv0SM=";
x86_64-linux = "sha256-6sIYDI6+1/p54Af+E/GmRAFlfDYJVwxhn0qF47ZH+Zg=";
aarch64-linux = "sha256-1ImcjAqCZm5KZZYHWhG1eO7ipAdrP4Qjj2eBxTst++s=";
x86_64-darwin = "sha256-yHthItxZYFejJlwJJ7BrM2csnLsZXjy/IbzF1iaCCyI=";
aarch64-darwin = "sha256-GIx0yABISj/rH/yVkkx6NBs5qF0P8nhpMyvnzXJ92mA=";
}.${system} or throwSystem;

bin = "$out/bin/codeium_language_server";

in
stdenv.mkDerivation (finalAttrs: {
pname = "codeium";
version = "1.8.22";
version = "1.8.25";
src = fetchurl {
name = "${finalAttrs.pname}-${finalAttrs.version}.gz";
url = "https://github.com/Exafunction/codeium/releases/download/language-server-v${finalAttrs.version}/language_server_${plat}.gz";
Expand Down

0 comments on commit a2fa883

Please sign in to comment.