File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ pkgs: let
5555 '' ;
5656 } ) ;
5757 rpds-py = prev . rpds-py . overridePythonAttrs ( old : {
58- cargoDeps = pkgs . rustPlatform . fetchCargoTarball {
58+ cargoDeps = pkgs . rustPlatform . fetchCargoVendor {
5959 inherit ( old ) src ;
6060 name = "${ old . pname } -${ old . version } " ;
6161 hash = "sha256-VOmMNEdKHrPKJzs+D735Y52y47MubPwLlfkvB7Glh14=" ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ pkgs: let
2424 pypkgs-build-requirements )
2525 // {
2626 rpds-py = prev . rpds-py . overridePythonAttrs ( old : {
27- cargoDeps = pkgs . rustPlatform . fetchCargoTarball {
27+ cargoDeps = pkgs . rustPlatform . fetchCargoVendor {
2828 inherit ( old ) src ;
2929 name = "${ old . pname } -${ old . version } " ;
3030 hash = "sha256-VOmMNEdKHrPKJzs+D735Y52y47MubPwLlfkvB7Glh14=" ;
You can’t perform that action at this time.
0 commit comments