Skip to content

Commit

Permalink
Merge pull request NixOS#228566 from r-ryantm/auto-update/maturin
Browse files Browse the repository at this point in the history
maturin: 0.14.16 -> 0.14.17
  • Loading branch information
marsam authored Apr 29, 2023
2 parents 9701323 + 7c6d551 commit b2f87d7
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 @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "maturin";
version = "0.14.16";
version = "0.14.17";

src = fetchFromGitHub {
owner = "PyO3";
repo = "maturin";
rev = "v${version}";
hash = "sha256-I7hZctfBsynO6Aii20nIEbhaJVeOlUsJr8W5sgBCTaU=";
hash = "sha256-Qvk9Pde1xmQ/lqU6KCda+F6UV7b414TDswP5Cwrh4jc=";
};

cargoHash = "sha256-m5rXNnVuVrhyWVJP7wpVFY4eflrTZs314UBhf2JC6D8=";
cargoHash = "sha256-mPpM8jVDA9TbdNR1AdAzVP6sd2glUpDKhyVaaCcQzKE=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit b2f87d7

Please sign in to comment.