From 8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 18 May 2022 19:28:38 +0200 Subject: [PATCH] vscode-extensions.matklad.rust-analyzer: Add reminder to update script The release tag was out-of-date even though the extension was updated regularly. Ideally, the update script might increment it on its own, like the rust-analyzer update script already does. --- .../editors/vscode/extensions/rust-analyzer/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/vscode/extensions/rust-analyzer/update.sh b/pkgs/applications/editors/vscode/extensions/rust-analyzer/update.sh index 69e6e5cd0f8..3fa4e6f4c11 100755 --- a/pkgs/applications/editors/vscode/extensions/rust-analyzer/update.sh +++ b/pkgs/applications/editors/vscode/extensions/rust-analyzer/update.sh @@ -47,3 +47,5 @@ else ./"$node_packages"/generate.sh fi + +echo "Remember to also update the revisionTag and hash in default.nix!"