File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
3535in
3636stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments