pkgs: lohr: use 'useFetchCargoVendor'
The previous fetcher is in the process of being deprecated.
This commit is contained in:
parent
9c4d853037
commit
b6d58a274a
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ rustPlatform.buildRustPackage rec {
|
|||
hash = "sha256-dunQgtap+XCK5LoSyOqIY/6p6HizBeiyPWNuCffwjDU=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-EUhyrhPe+mUgMmm4o+bxRIiSNReJRfw+/O1fPr8r7lo=";
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-R3/N/43+bGx6acE/rhBcrk6kS5zQu8NJ1sVvKJJkK9w=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Git mirroring daemon";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue