vscode-extensions.rust-lang.rust-analyzer: 0.3.2593 -> 0.3.2803 (#495088)

This commit is contained in:
Pol Dellaiera
2026-03-12 19:18:18 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -21,13 +21,13 @@ let
# Use the plugin version as in vscode marketplace, updated by update script.
inherit (vsix) version;
releaseTag = "2025-08-25";
releaseTag = "2026-02-16";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
tag = releaseTag;
hash = "sha256-apbJj2tsJkL2l+7Or9tJm1Mt5QPB6w/zIyDkCx8pfvk=";
hash = "sha256-1TZROjtryMzOJHgHhAUQUoAMnnWal231G7gM1pfNlK4=";
};
vsix = buildNpmPackage {
@@ -35,7 +35,7 @@ let
name = "${pname}-${version}.vsix";
version = lib.trim (lib.readFile ./version.txt);
src = "${src}/editors/code";
npmDepsHash = "sha256-fV4Z3jj+v56A7wbIEYhVAPVuAMqMds5xSe3OetWAsbw=";
npmDepsHash = "sha256-rg4ARGB9NzI8rxEOONWq+mwSG9hd3yyFRhOUomMLN6w=";
buildInputs = [
pkgsBuildBuild.libsecret
];
@@ -1 +1 @@
0.3.2593
0.3.2803