vimPlugins.sg-nvim: fix cargoHash

This commit is contained in:
figsoda 2023-07-31 21:26:46 -04:00
parent 730b6692a0
commit 87621ec1ba

View File

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