about summary refs log tree commit diff
path: root/pkgs/development/libraries/librclone
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-18 03:44:39 -0500
committerGitHub <noreply@github.com>2023-07-18 10:44:39 +0200
commitd31e7c52820c76402cacbfebb6634f51f0012a6c (patch)
treea8b2dd130a92e5c0e8707df0b33e9d887c4b9354 /pkgs/development/libraries/librclone
parent9f5b21d3726f0ca34d50f11ca141149c10b4d91d (diff)
rclone: 1.63.0 -> 1.63.1 (#244073)
Diff: https://github.com/rclone/rclone/compare/v1.63.0...v1.63.1

Changelog: https://github.com/rclone/rclone/blob/v1.63.1/docs/content/changelog.md
Diffstat (limited to 'pkgs/development/libraries/librclone')
-rw-r--r--pkgs/development/libraries/librclone/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/librclone/default.nix b/pkgs/development/libraries/librclone/default.nix
index 3c6a1f407f652..bb3053e19d53b 100644
--- a/pkgs/development/libraries/librclone/default.nix
+++ b/pkgs/development/libraries/librclone/default.nix
@@ -8,7 +8,9 @@ let
   ext = stdenv.hostPlatform.extensions.sharedLibrary;
 in buildGoModule rec {
   pname = "librclone";
-  inherit (rclone) version src patches vendorSha256;
+  inherit (rclone) version src vendorHash;
+
+  patches = rclone.patches or [ ];
 
   buildPhase = ''
     runHook preBuild