Skip to content

Commit e5719fa

Browse files
committed
vscode-extensions.rust-lang.rust-analyzer: 0.3.2029 -> 0.3.2308
1 parent b7ddfc9 commit e5719fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/applications/editors/vscode/extensions/rust-lang.rust-analyzer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ let
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
];
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2029
1+
0.3.2308

0 commit comments

Comments
 (0)