about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2021-05-05 08:05:25 +0200
committerGitHub <noreply@github.com>2021-05-05 08:05:25 +0200
commit42f21db6a89863742a5e0c34d9681d462f9d0a59 (patch)
treec4f3f1a373aa7bcf274540d8387eeb3d3dcf97dd /pkgs/development/tools
parentbe31c14ffc624a90de5cfd93940dc5f363bceff7 (diff)
parentb54ce41a757cba867e6e44a87467d0a2e4b136ef (diff)
Merge pull request #121658 from danieldk/maturin-passthru-test
maturin: fix passthru test
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/rust/maturin/pyo3-test/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/maturin/pyo3-test/generic.nix b/pkgs/development/tools/rust/maturin/pyo3-test/generic.nix
index 41175ad8538a6..a5713d944a803 100644
--- a/pkgs/development/tools/rust/maturin/pyo3-test/generic.nix
+++ b/pkgs/development/tools/rust/maturin/pyo3-test/generic.nix
@@ -27,7 +27,7 @@ python.pkgs.buildPythonPackage rec {
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src patches;
     name = "${pname}-${version}";
-    hash = "sha256-//TmozgWy9zrSpMKX92XdHj4fw/T1Elfgn4YhhR7ot0=";
+    hash = "sha256-u3L9nXHKILznyZTgxdvZyOCQZFZhuADrtI7zXYQzrbE=";
   };
 
   patches = [ ./Cargo.lock.patch ];