diff options
-rw-r--r-- | package/blake3/blake3.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/blake3/blake3.nix b/package/blake3/blake3.nix index 74a393b..3965112 100644 --- a/package/blake3/blake3.nix +++ b/package/blake3/blake3.nix @@ -27,9 +27,9 @@ python3Packages.buildPythonPackage rec { ./add_cargo_lock.patch ]; - cargoDeps = rustPlatform.fetchCargoTarball { + cargoDeps = rustPlatform.fetchCargoVendor { inherit src patches; - hash = "sha256-GwyGSdmJTgsHWfcS2n2FCFrlwRcuANM8/WteYTTyY6o="; + hash = "sha256-Woz0f869td1SyRaVw6qVpBW4aJC/5M/tkmxgLR6HDN4="; }; format = "pyproject"; |