vimPlugins.sg-nvim: fix cargoHash

This commit is contained in:
figsoda 2023-08-23 13:49:58 -04:00
parent d2e2418385
commit c23abd9329

View file

@ -966,7 +966,7 @@ self: super: {
pname = "sg-nvim-rust"; pname = "sg-nvim-rust";
inherit (old) version src; inherit (old) version src;
cargoHash = "sha256-f14cGAGZFs4DG8FBKYDz1NY38TOuENW9Co2fywGc74E="; cargoHash = "sha256-MUEn/OBKWVtcyaANlNdUXgWITEZaKpUStoi12Fknu38=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];