vimPlugins.sg-nvim: fix cargoHash

This commit is contained in:
figsoda 2023-03-29 14:38:24 -04:00
parent b3158ad305
commit 29fe836787

View File

@ -814,7 +814,7 @@ self: super: {
pname = "sg-nvim-rust";
inherit (old) version src;
cargoHash = "sha256-GN7KM3fkeOcqmyUwsPMw499kS/eYqh8pbyPgMv4/NN4=";
cargoHash = "sha256-gnQNQlW/c1vzyR+HbYn7rpxZ1C6WXFcqpylIOTUMZ6g=";
nativeBuildInputs = [ pkg-config ];