3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #63745 from arcnmx/rust-darwin-bindgen

rust-bindgen: 0.49.0 -> 0.49.2
This commit is contained in:
worldofpeace 2019-06-25 10:59:26 -04:00 committed by GitHub
commit 0cc397c3a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "rust-bindgen"; pname = "rust-bindgen";
version = "0.49.0"; version = "0.49.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rust-lang"; owner = "rust-lang";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0i1lh8z0jpf8gcfqxig8kl6wzjrkwb3jkad5ghb6ppkdkpr94jq4"; sha256 = "0m9c7zswp87yj7y972ghbx5z7lwbhdxb9qyws5cwiazkl582q0qj";
}; };
cargoSha256 = "0v3slbah0s1w75s38x1akvshcxsi1s810yybd9faday7biwmdbmj"; cargoSha256 = "1311d0wjjj99m59zd2n6r4aq6lwbbpyj54ha2z9g4yd1hn344r91";
libclang = llvmPackages.libclang.lib; #for substituteAll libclang = llvmPackages.libclang.lib; #for substituteAll
@ -58,6 +58,7 @@ rustPlatform.buildRustPackage rec {
''; '';
homepage = https://github.com/rust-lang/rust-bindgen; homepage = https://github.com/rust-lang/rust-bindgen;
license = with licenses; [ bsd3 ]; license = with licenses; [ bsd3 ];
platforms = platforms.unix;
maintainers = [ maintainers.ralith ]; maintainers = [ maintainers.ralith ];
}; };
} }