We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44f8524 + 6477e18 commit b006aa2Copy full SHA for b006aa2
pkgs/development/python-modules/nh3/default.nix
@@ -23,10 +23,10 @@ buildPythonPackage {
23
format = "pyproject";
24
disabled = pythonOlder "3.8";
25
26
- cargoDeps = rustPlatform.fetchCargoTarball {
+ cargoDeps = rustPlatform.fetchCargoVendor {
27
inherit src;
28
name = "${pname}-${version}";
29
- hash = "sha256-NmSOmM3OHiBx1xwlV2QyliQxDMNFApOlEehxfwyEU0I=";
+ hash = "sha256-cYdwN/PpG1ae6lBRk5usXSwBjH37BpQEp5JLLQ2NRNU=";
30
};
31
32
nativeBuildInputs = with rustPlatform; [
0 commit comments