rust-bindgen: 0.49.2 -> 0.49.3 (#63816)

rust-bindgen: 0.49.2 -> 0.49.3
This commit is contained in:
Vladyslav M 2019-06-27 23:25:29 +03:00 committed by GitHub
commit 576ffb1f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
rustPlatform.buildRustPackage rec {
pname = "rust-bindgen";
version = "0.49.2";
version = "0.49.3";
src = fetchFromGitHub {
owner = "rust-lang";
repo = pname;
rev = "v${version}";
sha256 = "0m9c7zswp87yj7y972ghbx5z7lwbhdxb9qyws5cwiazkl582q0qj";
sha256 = "032sgg27pdxlmas67clqldvamd2ncdiw1hmk1hiprcxng7073f4y";
};
cargoSha256 = "1311d0wjjj99m59zd2n6r4aq6lwbbpyj54ha2z9g4yd1hn344r91";