Unverified Commit 6a96bd05 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #219473 from r-ryantm/auto-update/maturin

maturin: 0.14.13 -> 0.14.15
parents 9af96def a6ad1fac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
  pname = "maturin";
  version = "0.14.13";
  version = "0.14.15";

  src = fetchFromGitHub {
    owner = "PyO3";
    repo = "maturin";
    rev = "v${version}";
    hash = "sha256-a/i4pe+vjQRB4j0K6wBA5XVAih+a1ijLlDvROBjjxOw=";
    hash = "sha256-+Fb0oaUr8oL5L3uGxN8jojrc6lQ3eTYqzVg4qNITQRA=";
  };

  cargoHash = "sha256-8IsXD6bKAkzxVOM04tA5+z1qQxZiV+enlTZrwiik4Ik=";
  cargoHash = "sha256-HBHcoQT1rBd2DKMwQdBLS3r8QhMowdv6fBcsABGW9Xw=";

  nativeBuildInputs = [ pkg-config ];