about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/maturin
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-03 17:11:59 -0700
committerJonathan Ringer <jonringer117@gmail.com>2021-05-03 17:12:08 -0700
commit2f87975f2d391fc03211157ad04a721084e294fa (patch)
tree66906ae16727f07f076df0f387a4689f4f013d1e /pkgs/development/tools/rust/maturin
parent1609151390d1941f9f2fc139c3e4c192e40c2623 (diff)
maturin: 0.9.4 -> 0.10.4, fix build
Diffstat (limited to 'pkgs/development/tools/rust/maturin')
-rw-r--r--pkgs/development/tools/rust/maturin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/rust/maturin/default.nix b/pkgs/development/tools/rust/maturin/default.nix
index 28aeca4a0af1b..41746fa65cebf 100644
--- a/pkgs/development/tools/rust/maturin/default.nix
+++ b/pkgs/development/tools/rust/maturin/default.nix
@@ -10,7 +10,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "maturin";
-  version = "0.9.4";
+  version = "0.10.4";
 
   src = fetchFromGitHub {
     owner = "PyO3";
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
     hash = "sha256-9emrBajFd0eLHcsd9Uf6MLCWqZFqxmZdWPBLGIYc2kU=";
   };
 
-  cargoHash = "sha256-poMMEj+zrlU+v5axJbZai2kv36stEKgaciF4zd9A6Qg=";
+  cargoSha256 = "113i7a5hpz7qch45wwapp53ixvgssnlxm0810yjicxp3k61ak30j";
 
   nativeBuildInputs = [ pkg-config ];