wgautomesh: useFetchCargoVendor
Cargo 1.84.0 seems to have changed the output format of cargo vendor again, once again invalidating fetchCargoTarball FOD hashes. It's time to fix this once and for all, switching across the board to fetchCargoVendor, which is not dependent on cargo vendor's output format.
This commit is contained in:
@@ -15,7 +15,8 @@ rustPlatform.buildRustPackage rec {
|
||||
hash = "sha256-1xphnyuRMZEeq907nyhAW7iERYJLS1kxH0wRBsfYL40=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-HZ1VImsfxRd0sFN/vKAKgwIV2eio2GiEz+6c1+dCmdk=";
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-Lshj8L880gGLi5xY1H/7twrL3YHolqloOfXeckGw/VE=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple utility to help connect wireguard nodes together in a full mesh topology";
|
||||
|
||||
Reference in New Issue
Block a user