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-xczcogpRXdFX34uAjbERWf9lj3uxLKpPlceyZ7KgTz0 =" ;
27- aarch64-linux = "sha256-8Ju1qUGc68xxj7ikoAQzic5tdnnemhIo/UU2G55npeE =" ;
28- x86_64-darwin = "sha256-pJZxykfeQaaNFrP3x1Hj2huWngOQc3F4KjtGV8Rae8s =" ;
29- aarch64-darwin = "sha256-jEMgFbOy65wCLxcA961u3jFwav+KVSrpDYcvt/4Ea8A =" ;
26+ x86_64-linux = "sha256-iFJRdECSmFZt63yVkozaZeIT0MP8vfW3G5SvuE8/wZw =" ;
27+ aarch64-linux = "sha256-JJxjYFgaj2f6RQRszWfxG26SjTokhoGDZjqbg7HGoV0 =" ;
28+ x86_64-darwin = "sha256-27bhqNIw3Aceq8u0UthR5Ju20SQiGVMCfUZiHbzC6wk =" ;
29+ aarch64-darwin = "sha256-wajMCeRaOzXSJgb5z8i+ed+2w0xWTm0I2Wb3hTq1LqY =" ;
3030 }
3131 . ${ system } or throwSystem ;
3232
3535in
3636stdenv . mkDerivation ( finalAttrs : {
3737 pname = "codeium" ;
38- version = "1.42.3 " ;
38+ version = "1.42.4 " ;
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