rclone: 1.53.3 -> 1.53.4 (#110271)

https://forum.rclone.org/t/rclone-1-53-4-release/21792
This commit is contained in:
Mario Rodas 2021-01-20 22:41:24 -05:00 committed by GitHub
parent 2f54cd04c2
commit 9f07e60af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "rclone"; pname = "rclone";
version = "1.53.3"; version = "1.53.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "10nimrq8nmpmfk2d4fx0yp916wk5q027m283izpshrbwvx7l6xx0"; sha256 = "1w6dsf8hw0wap4090ixl01p64yn53xidfdbpy6rc3xaifypj185d";
}; };
vendorSha256 = "1l4iz31k1pylvf0zrp4nhxna70s1ma4981x6q1s3dhszjxil5c88"; vendorSha256 = "1l4iz31k1pylvf0zrp4nhxna70s1ma4981x6q1s3dhszjxil5c88";
@ -39,6 +39,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Command line program to sync files and directories to and from major cloud storage"; description = "Command line program to sync files and directories to and from major cloud storage";
homepage = "https://rclone.org"; homepage = "https://rclone.org";
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ danielfullmer marsam ]; maintainers = with maintainers; [ danielfullmer marsam ];
}; };