Skip to content

Commit b2f87d7

Browse files
authored
Merge pull request NixOS#228566 from r-ryantm/auto-update/maturin
maturin: 0.14.16 -> 0.14.17
2 parents 9701323 + 7c6d551 commit b2f87d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/rust/maturin/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "maturin";
14-
version = "0.14.16";
14+
version = "0.14.17";
1515

1616
src = fetchFromGitHub {
1717
owner = "PyO3";
1818
repo = "maturin";
1919
rev = "v${version}";
20-
hash = "sha256-I7hZctfBsynO6Aii20nIEbhaJVeOlUsJr8W5sgBCTaU=";
20+
hash = "sha256-Qvk9Pde1xmQ/lqU6KCda+F6UV7b414TDswP5Cwrh4jc=";
2121
};
2222

23-
cargoHash = "sha256-m5rXNnVuVrhyWVJP7wpVFY4eflrTZs314UBhf2JC6D8=";
23+
cargoHash = "sha256-mPpM8jVDA9TbdNR1AdAzVP6sd2glUpDKhyVaaCcQzKE=";
2424

2525
nativeBuildInputs = [ pkg-config ];
2626

0 commit comments

Comments
 (0)