Skip to content

Commit

Permalink
rust-cbindgen: 0.9.1 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 25, 2019
1 parent 1206faa commit 9f07ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/rust/cbindgen/default.nix
Expand Up @@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
pname = "rust-cbindgen";
version = "0.9.1";
version = "0.10.0";

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

cargoSha256 = "1y96m2my0h8fxglxz20y68fr8mnw031pxvzjsq801gwz2p858d75";
Expand Down

0 comments on commit 9f07ede

Please sign in to comment.