Skip to content

Commit

Permalink
rust-cbindgen: 0.21.0 -> 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 19, 2022
1 parent 447ff2a commit 061d442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cbindgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "rust-cbindgen";
version = "0.21.0";
version = "0.22.0";

src = fetchFromGitHub {
owner = "eqrion";
repo = "cbindgen";
rev = "v${version}";
sha256 = "sha256-WvCGAjFxjaql/y35QfHyHvwbEL4pKtlc3JO2NecqQCM=";
sha256 = "sha256-njOAfD89I//buKniQ/FUGn7iW8//wDZlWdm9jW6k/e4=";
};

cargoSha256 = "sha256-Kl2/u+ttPn1k7f3+XRCord4u+c4QZ80/Okb40XeyeIk=";
cargoSha256 = "sha256-1E2lmi0j3rGu+7Bxn2of+HjazREdnsYArZiXHUT8o0w=";

buildInputs = lib.optional stdenv.isDarwin Security;

Expand Down

0 comments on commit 061d442

Please sign in to comment.