File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/applications/editors/vscode/extensions/rust-lang.rust-analyzer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 # Use the plugin version as in vscode marketplace, updated by update script.
2323 inherit ( vsix ) version ;
2424
25- releaseTag = "2024-07-08 " ;
25+ releaseTag = "2025-02-17 " ;
2626
2727 src = fetchFromGitHub {
2828 owner = "rust-lang" ;
2929 repo = "rust-analyzer" ;
3030 rev = releaseTag ;
31- hash = "sha256-STmaV9Zu74QtkGGrbr9uMhskwagfCjJqOAYapXabiuk =" ;
31+ hash = "sha256-i76MMFSkCr4kDwurK8CACwZq7qEgVEgIzkOr2kiuAKk =" ;
3232 } ;
3333
3434 vsix = buildNpmPackage {
3535 inherit pname releaseTag ;
3636 version = lib . trim ( lib . readFile ./version.txt ) ;
3737 src = "${ src } /editors/code" ;
38- npmDepsHash = "sha256-EtkgnNOAKDQP7BDHI667SPu73tYrz1Hq6TmeeObXnf4 =" ;
38+ npmDepsHash = "sha256-0frOGphtzO6z8neSEYfjyRYrM6zEO3wId/TACblZkxM =" ;
3939 buildInputs = [
4040 pkgsBuildBuild . libsecret
4141 ] ;
Original file line number Diff line number Diff line change 1- 0.3.2029
1+ 0.3.2308
You can’t perform that action at this time.
0 commit comments