treewide: fix cargoSha256 (again)

cargo-vendor output was changed in a4fc84de44.
This commit is contained in:
Alyssa Ross
2019-12-20 20:08:53 +00:00
committed by GitHub
parent 8f8514c6ba
commit 7887a81193
7 changed files with 7 additions and 7 deletions
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0v7g03rbml2afw0splmyjh9nqpjg0ldjw09hyc0jqd3qlhgxiiyj";
};
cargoSha256 = "19xcxpbkrbygghz9qi52vzviksxg28m7ibvl359vlhqv1cjxmpsq";
cargoSha256 = "0gc3w0cwdyk8f7cgpp9sfawczk3n6wd7q0nhfvk87sry71b8vvwq";
buildInputs = [ pkgconfig openssl openssl.dev ];