tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
maturin: 0.14.16 -> 0.14.17
R. Ryantm
3 years ago
7c6d551e
79b49e41
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
maturin
default.nix
+3
-3
pkgs/development/tools/rust/maturin/default.nix
reviewed
···
11
11
12
12
rustPlatform.buildRustPackage rec {
13
13
pname = "maturin";
14
14
-
version = "0.14.16";
14
14
+
version = "0.14.17";
15
15
16
16
src = fetchFromGitHub {
17
17
owner = "PyO3";
18
18
repo = "maturin";
19
19
rev = "v${version}";
20
20
-
hash = "sha256-I7hZctfBsynO6Aii20nIEbhaJVeOlUsJr8W5sgBCTaU=";
20
20
+
hash = "sha256-Qvk9Pde1xmQ/lqU6KCda+F6UV7b414TDswP5Cwrh4jc=";
21
21
};
22
22
23
23
-
cargoHash = "sha256-m5rXNnVuVrhyWVJP7wpVFY4eflrTZs314UBhf2JC6D8=";
23
23
+
cargoHash = "sha256-mPpM8jVDA9TbdNR1AdAzVP6sd2glUpDKhyVaaCcQzKE=";
24
24
25
25
nativeBuildInputs = [ pkg-config ];
26
26