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-/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
3535in
3636stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments