about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMathew Polzin <matt.polzin@gmail.com>2024-02-24 23:56:36 -0600
committerMathew Polzin <matt.polzin@gmail.com>2024-02-24 23:56:36 -0600
commit7d10a86bebda2dd005354b65c1a13a4d152d8a3d (patch)
tree0728bd525d00274ab0b913c53b261f089fc9e208 /pkgs/applications/editors
parent509550d66043ab52cf1df0d30c1d9b23cc84ef03 (diff)
downloadnixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.tar
nixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.tar.gz
nixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.tar.bz2
nixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.tar.lz
nixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.tar.xz
nixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.tar.zst
nixlib-7d10a86bebda2dd005354b65c1a13a4d152d8a3d.zip
vimPlugins.nvim-spectre: update vendored rust dependency's hash
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/overrides.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix
index 68ce88387fa9..da1b4b6bea20 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -998,7 +998,7 @@
         inherit (old) version src;
         sourceRoot = "source/spectre_oxi";
 
-        cargoHash = "sha256-822+3s6FJVqBRYJAL/89bJfGv8fNhSN3nQelB29mXvQ=";
+        cargoHash = "sha256-gCGuD5kipgfR0Le8npNmyBxNsUq0PavXvKkxkiPx13E=";
 
 
         preCheck = ''