kakounePlugins.hop-kak: 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:
parent
38eed288bf
commit
47a37942ad
@ -172,7 +172,8 @@ self: super: {
|
||||
git
|
||||
];
|
||||
|
||||
cargoHash = "sha256-EjSj/+BysGwJBxK6Ccg2+pXHdB2Lg3dxIURRsSVTHVY=";
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-cgUBa0rgfJFnosCgD20G1rlOl/nyXJ9bA9SSf4BuqAs=";
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/kak/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user