summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode/extensions/rust-analyzer
diff options
context:
space:
mode:
authorJoscha <joscha@plugh.de>2022-05-18 19:28:38 +0200
committerYt <raphael@megzari.com>2022-05-21 05:04:10 -0400
commit8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90 (patch)
treeadb3f29252ffc9f4a5f06c739418adc4db5f7df6 /pkgs/applications/editors/vscode/extensions/rust-analyzer
parent806de2ab38a3e4eed84169c83d52f332a7d9d45c (diff)
downloadnixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.tar
nixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.tar.gz
nixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.tar.bz2
nixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.tar.lz
nixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.tar.xz
nixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.tar.zst
nixpkgs-8bc78621d3cdd1016e6db5cd1ed13dde0b4dcd90.zip
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.
Diffstat (limited to 'pkgs/applications/editors/vscode/extensions/rust-analyzer')
-rwxr-xr-xpkgs/applications/editors/vscode/extensions/rust-analyzer/update.sh2
1 files changed, 2 insertions, 0 deletions
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!"