librclone: fix build

The `patches` introduced in https://github.com/NixOS/nixpkgs/pull/241863
lead to a `vendorSha256` mismatch if not also applied in librclone.
This commit is contained in:
Robert Schütz
2023-07-07 03:55:55 -07:00
parent 2b36da76cf
commit 7fe4f51562
@@ -8,7 +8,7 @@ let
ext = stdenv.hostPlatform.extensions.sharedLibrary;
in buildGoModule rec {
pname = "librclone";
inherit (rclone) version src vendorSha256;
inherit (rclone) version src patches vendorSha256;
buildPhase = ''
runHook preBuild