We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9701323 + 7c6d551 commit b2f87d7Copy full SHA for b2f87d7
1 file changed
pkgs/development/tools/rust/maturin/default.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "maturin";
14
- version = "0.14.16";
+ version = "0.14.17";
15
16
src = fetchFromGitHub {
17
owner = "PyO3";
18
repo = "maturin";
19
rev = "v${version}";
20
- hash = "sha256-I7hZctfBsynO6Aii20nIEbhaJVeOlUsJr8W5sgBCTaU=";
+ hash = "sha256-Qvk9Pde1xmQ/lqU6KCda+F6UV7b414TDswP5Cwrh4jc=";
21
};
22
23
- cargoHash = "sha256-m5rXNnVuVrhyWVJP7wpVFY4eflrTZs314UBhf2JC6D8=";
+ cargoHash = "sha256-mPpM8jVDA9TbdNR1AdAzVP6sd2glUpDKhyVaaCcQzKE=";
24
25
nativeBuildInputs = [ pkg-config ];
26
0 commit comments