Skip to content

Commit

Permalink
maturin: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
The changelog is not updated, so this has to do:

PyO3/maturin@v0.8.1...v0.8.2
  • Loading branch information
danieldk committed Jul 12, 2020
1 parent 386ebbc commit 4c40111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/maturin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ let
inherit (darwin.apple_sdk.frameworks) Security;
in rustPlatform.buildRustPackage rec {
name = "maturin-${version}";
version = "0.8.1";
version = "0.8.2";

src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
sha256 = "16bxxa261k2l6mpdd55gyzl1mx756i0zbvqp15glpzlcwhb9bm2m";
sha256 = "1y6bxqbv7k8xvqjzgpf6n2n3yad4qxr2dwwlw8cb0knd7cfl2a2n";
};

cargoSha256 = "1s1brfnhwl42jb37qqz4d8mxpyq2ck60jnmjfllkga3mhwm4r8px";
cargoSha256 = "1f12k6n58ycv79bv416566fnsnsng8jk3f6fy5j78py1qgy30swm";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit 4c40111

Please sign in to comment.