about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/overrides.nix
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-11-15 23:09:10 +0100
committerGaetan Lepage <gaetan@glepage.com>2023-11-15 23:22:13 +0100
commitdfdabfd27e89d805bebcbb6c5a474117ecda9fa2 (patch)
tree9987f883abca3a589bdbf17b6c59e90c51cd6572 /pkgs/applications/editors/vim/plugins/overrides.nix
parent9008bc4eb62c878d0812105ea1b34255d651df88 (diff)
vimPlugins: updated the 11-15-2023
Diffstat (limited to 'pkgs/applications/editors/vim/plugins/overrides.nix')
-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 5e6f03ec8cecb..ea1e3f8da7bda 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -999,7 +999,7 @@ self: super: {
         pname = "sg-nvim-rust";
         inherit (old) version src;
 
-        cargoHash = "sha256-Rqs9INcc53SYGXHRyeTbLkGGU035i2i6n6A4ekFKve0=";
+        cargoHash = "sha256-ITrjY15Haz8hEztWym4q8YW2h0R8/kOYPaIYJu87sN4=";
 
         nativeBuildInputs = [ pkg-config ];