about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-11 22:05:18 -0400
committerfigsoda <figsoda@pm.me>2023-08-11 22:05:18 -0400
commit7ecc712e79d0ecfd8b599f169d80c61b587a54dd (patch)
tree87fe6a9ba2b32b0eb53e0bbe48b5ced38e8f093b /pkgs/applications/editors/vim
parent97368d9172753627208f57df745e5514916cf411 (diff)
vimPlugins.sg-nvim: fix cargoHash
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 0edf910d1d396..d0cd29215b3a1 100644
--- a/pkgs/applications/editors/vim/plugins/overrides.nix
+++ b/pkgs/applications/editors/vim/plugins/overrides.nix
@@ -947,7 +947,7 @@ self: super: {
         pname = "sg-nvim-rust";
         inherit (old) version src;
 
-        cargoHash = "sha256-cDlqJBx9p/rA+OAHZW2GcOiQmroU66urZ+qv2lXhg/4=";
+        cargoHash = "sha256-cMMNur6QKp87Q28JyCH2IMLE3xDVd7Irg9HvJ2AsnZc=";
 
         nativeBuildInputs = [ pkg-config ];