rclone: 1.53.3 -> 1.53.4 (#110271)
https://forum.rclone.org/t/rclone-1-53-4-release/21792
This commit is contained in:
parent
2f54cd04c2
commit
9f07e60af2
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "rclone";
|
||||
version = "1.53.3";
|
||||
version = "1.53.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "10nimrq8nmpmfk2d4fx0yp916wk5q027m283izpshrbwvx7l6xx0";
|
||||
sha256 = "1w6dsf8hw0wap4090ixl01p64yn53xidfdbpy6rc3xaifypj185d";
|
||||
};
|
||||
|
||||
vendorSha256 = "1l4iz31k1pylvf0zrp4nhxna70s1ma4981x6q1s3dhszjxil5c88";
|
||||
@ -39,6 +39,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Command line program to sync files and directories to and from major cloud storage";
|
||||
homepage = "https://rclone.org";
|
||||
changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ danielfullmer marsam ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user