Merge pull request #251490 from mweinelt/rust-cbindgen-0.25.0

rust-cbindgen: 0.24.6 -> 0.25.0
This commit is contained in:
Martin Weinelt 2023-08-26 13:46:32 +02:00 committed by GitHub
commit 31dc5e9564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "rust-cbindgen";
version = "0.24.6";
version = "0.25.0";
src = fetchFromGitHub {
owner = "mozilla";
repo = "cbindgen";
rev = "v${version}";
hash = "sha256-RHh97hwWmjV6hw+fX+fOtixX/DGedTf9cx+PYPW6/wI=";
hash = "sha256-gljICr0abKEXxJfLCJN3L2OIwUvw/QoIC6T5C7pieEA=";
};
cargoSha256 = "sha256-7G/16arXYwt7Nrs1isWyrPubm8GMi8NsjLjWAD8x6aM=";
cargoSha256 = "sha256-agBzn2MibM7158/QlLXI2HBBcYIe0p50rYSF1jBDF8U=";
buildInputs = lib.optional stdenv.isDarwin Security;