rust-cbindgen: 0.24.6 -> 0.25.0

https://github.com/mozilla/cbindgen/blob/v0.25.0/CHANGES
This commit is contained in:
Martin Weinelt 2023-08-26 02:57:25 +02:00
parent 112c60a097
commit dbf0e1dd95
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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;