Merge pull request #74133 from r-ryantm/auto-update/rust-cbindgen

rust-cbindgen: 0.9.1 -> 0.10.0
This commit is contained in:
Maximilian Bosch 2019-12-21 00:29:48 +01:00 committed by GitHub
commit d3d1b12310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "rust-cbindgen";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "eqrion";
repo = "cbindgen";
rev = "v${version}";
sha256 = "1g0vrkwkc8wsyiz04qchw07chg0mg451if02sr17s65chwmbrc19";
sha256 = "0g82ikn5yricihl064q57dhrd4m475aykclrjf145hgl4qy2bjly";
};
cargoSha256 = "1y96m2my0h8fxglxz20y68fr8mnw031pxvzjsq801gwz2p858d75";