about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorlucasew <lucas59356@gmail.com>2023-07-24 22:40:03 -0300
committerlucasew <lucas59356@gmail.com>2023-07-24 22:40:03 -0300
commitd082e9270463af942f16af719ae7ef96f12eae1d (patch)
tree566cc192eedfe75d1a7fa26605e6d47b4072b7cc /pkgs/applications/editors/vim
parent64bb20559cf4e211a3897954aacfb8fc917dd40a (diff)
vimPlugins.sg-nvim: fix vendor hash
Signed-off-by: lucasew <lucas59356@gmail.com>
Diffstat (limited to 'pkgs/applications/editors/vim')
-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 ea62e01b717b3..2247f03aba519 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -932,7 +932,7 @@ self: super: {
         pname = "sg-nvim-rust";
         inherit (old) version src;
 
-        cargoHash = "sha256-Xlhy2yfB99Tu0j7rXRC6UkdcV0MW09olyxcC2gjd7h4=";
+        cargoHash = "sha256-wR1QIB4Qqw/b2f7XFbPytDSz/8BtaFep3BZuT0RJ3hg=";
 
         nativeBuildInputs = [ pkg-config ];