Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
rust-cbindgen: 0.6.3 -> 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed Nov 14, 2018
1 parent f597a88 commit f1ee26b
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 {
name = "rust-cbindgen-${version}";
version = "0.6.3";
version = "0.6.7";

src = fetchFromGitHub {
owner = "eqrion";
repo = "cbindgen";
rev = "v${version}";
sha256 = "18lvvzksc7gfx8fffpil41phjzwdc67xfh0mijkkv4zchwlqkpq2";
sha256 = "0sgkgvkqrc6l46fvk6d9hsy0xrjpl2ix47f3cv5bi74dv8i4y2b4";
};

cargoSha256 = "1m1chwmfgj74xrmn4gb9yz5kx8c408a1hlqmpcq780kqj0k927i9";
cargoSha256 = "137dqj1sp02dh0dz9psf8i8q57gmz3rfgmwk073k7x5zzkgvj21c";

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

Expand Down

0 comments on commit f1ee26b

Please sign in to comment.