vscode-extensions.rust-lang.rust-analyzer: 0.3.2029 -> 0.3.2308

This commit is contained in:
Charlotte 🦝 Deleńkec
2025-02-20 20:36:21 +01:00
parent b7ddfc914d
commit e5719fa13a
2 changed files with 4 additions and 4 deletions
@@ -22,20 +22,20 @@ let
# Use the plugin version as in vscode marketplace, updated by update script.
inherit (vsix) version;
releaseTag = "2024-07-08";
releaseTag = "2025-02-17";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = releaseTag;
hash = "sha256-STmaV9Zu74QtkGGrbr9uMhskwagfCjJqOAYapXabiuk=";
hash = "sha256-i76MMFSkCr4kDwurK8CACwZq7qEgVEgIzkOr2kiuAKk=";
};
vsix = buildNpmPackage {
inherit pname releaseTag;
version = lib.trim (lib.readFile ./version.txt);
src = "${src}/editors/code";
npmDepsHash = "sha256-EtkgnNOAKDQP7BDHI667SPu73tYrz1Hq6TmeeObXnf4=";
npmDepsHash = "sha256-0frOGphtzO6z8neSEYfjyRYrM6zEO3wId/TACblZkxM=";
buildInputs = [
pkgsBuildBuild.libsecret
];
@@ -1 +1 @@
0.3.2029
0.3.2308