Skip to content

Commit

Permalink
Merge pull request #116448 from r-ryantm/auto-update/rust-cbindgen
Browse files Browse the repository at this point in the history
rust-cbindgen: 0.17.0 -> 0.18.0
  • Loading branch information
mweinelt committed Mar 16, 2021
2 parents 7302b93 + 03ffb4a commit cb9f947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cbindgen/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "rust-cbindgen";
version = "0.17.0";
version = "0.18.0";

src = fetchFromGitHub {
owner = "eqrion";
repo = "cbindgen";
rev = "v${version}";
sha256 = "1w9gf6fl1ncm2zlh0p29lislfsd35zd1mhns2mrxl2n734zavaqf";
sha256 = "sha256-S3t1hv/mRn6vwyzT78DPIacqiJV3CnjGdOKsdSyYs8g=";
};

cargoSha256 = "12jw1m842gzy0ma4drgmwk1jac663vysllfpl9cglr039j1sfsx2";
cargoSha256 = "sha256-uaeJmGEQHVSuILlYlJOHmRWWdN6FPvrHu6CbJyb60MY=";

buildInputs = lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit cb9f947

Please sign in to comment.