Skip to content

Commit

Permalink
rclone: 1.53.3 -> 1.53.4 (#110271)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jan 21, 2021
1 parent 2f54cd0 commit 9f07e60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/sync/rclone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 9f07e60

Please sign in to comment.