vimPlugins.sg-nvim: fix cargoHash

This commit is contained in:
figsoda 2023-07-28 09:48:42 -04:00
parent 98b53d5eb4
commit 4e19f70990

View File

@ -932,7 +932,7 @@ self: super: {
pname = "sg-nvim-rust";
inherit (old) version src;
cargoHash = "sha256-KhUCIAGSgf7TxabEzcjo582VgbSU79QSGlaEP7BbJCE=";
cargoHash = "sha256-bgroNNFRoKiySTC6Rldoy8Unepxd2OXwqcy3fA+CETs=";
nativeBuildInputs = [ pkg-config ];