Commit 7fe4f515 authored by Robert Schütz's avatar Robert Schütz
Browse files

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.
parent 2b36da76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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