about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-08 02:14:40 -0500
committerGitHub <noreply@github.com>2023-03-08 02:14:40 -0500
commit6a96bd05fbcdfab65bbb94221dcd40c107ed5c97 (patch)
tree002942436ccbbe4896dec7870bf0abdb514e63ea
parent9af96def95436254278a90f91934e6431e37f5b9 (diff)
parenta6ad1facb04a75f6001222646b82b82ba1bbe34b (diff)
Merge pull request #219473 from r-ryantm/auto-update/maturin
maturin: 0.14.13 -> 0.14.15
-rw-r--r--pkgs/development/tools/rust/maturin/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/maturin/default.nix b/pkgs/development/tools/rust/maturin/default.nix
index 3c3dd234e2023..e5c32722807de 100644
--- a/pkgs/development/tools/rust/maturin/default.nix
+++ b/pkgs/development/tools/rust/maturin/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "maturin";
-  version = "0.14.13";
+  version = "0.14.15";
 
   src = fetchFromGitHub {
     owner = "PyO3";
     repo = "maturin";
     rev = "v${version}";
-    hash = "sha256-a/i4pe+vjQRB4j0K6wBA5XVAih+a1ijLlDvROBjjxOw=";
+    hash = "sha256-+Fb0oaUr8oL5L3uGxN8jojrc6lQ3eTYqzVg4qNITQRA=";
   };
 
-  cargoHash = "sha256-8IsXD6bKAkzxVOM04tA5+z1qQxZiV+enlTZrwiik4Ik=";
+  cargoHash = "sha256-HBHcoQT1rBd2DKMwQdBLS3r8QhMowdv6fBcsABGW9Xw=";
 
   nativeBuildInputs = [ pkg-config ];