Skip to content

Commit

Permalink
rust-cbindgen: 0.10.0 -> 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Feb 11, 2020
1 parent 48603cd commit 82d9ce4
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.10.0";
version = "0.13.1";

src = fetchFromGitHub {
owner = "eqrion";
repo = "cbindgen";
rev = "v${version}";
sha256 = "0g82ikn5yricihl064q57dhrd4m475aykclrjf145hgl4qy2bjly";
sha256 = "1x21g66gri6z9bnnfn7zmnf2lwdf5ing76pcmw0ilx4nzpvfhkg0";
};

cargoSha256 = "1y96m2my0h8fxglxz20y68fr8mnw031pxvzjsq801gwz2p858d75";
cargoSha256 = "13fb8cdg6r0g5jb3vaznvv5aaywrnsl2yp00h4k8028vl8jwwr79";

buildInputs = stdenv.lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit 82d9ce4

Please sign in to comment.