vimPlugins.sg-nvim: fix cargo hash

This commit is contained in:
figsoda
2023-01-30 10:34:29 -05:00
parent a945d73ec6
commit 0cf990491c
@@ -753,7 +753,7 @@ self: super: {
pname = "sg-nvim-rust";
inherit (old) version src;
cargoHash = "sha256-lrVwmJqfERq/tj4u+kRJ0kgbPQaFNAR6M3d4GqIJJyU=";
cargoHash = "sha256-nm9muH4RC92HdUiytmcW0WNyMQJcIH6dgwjUrwcqq4I=";
nativeBuildInputs = [ pkg-config ];