Loading pkgs/development/python-modules/temporalio/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,12 @@ buildPythonPackage rec { }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; sourceRoot = "${src.name}/${cargoRoot}"; inherit pname version src cargoRoot ; hash = "sha256-9hP+zN6jcRmRhPmcZ4Zgp61IeS7gDPfsOvweAxKHnHM="; }; Loading Loading
pkgs/development/python-modules/temporalio/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,12 @@ buildPythonPackage rec { }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; sourceRoot = "${src.name}/${cargoRoot}"; inherit pname version src cargoRoot ; hash = "sha256-9hP+zN6jcRmRhPmcZ4Zgp61IeS7gDPfsOvweAxKHnHM="; }; Loading