Skip to content

Commit

Permalink
Merge pull request #211326 from r-ryantm/auto-update/maturin
Browse files Browse the repository at this point in the history
maturin: 0.14.5 -> 0.14.12
  • Loading branch information
marsam authored Feb 12, 2023
2 parents 25bb46d + ef0e55f commit aa1b867
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.5";
version = "0.14.13";

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

cargoHash = "sha256-/biWBTNIysg6HDozyF8UdKoxlgkHl9tnyean8+333hI=";
cargoHash = "sha256-8IsXD6bKAkzxVOM04tA5+z1qQxZiV+enlTZrwiik4Ik=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit aa1b867

Please sign in to comment.