Merge pull request #94972 from marsam/update-rclone

rclone: 1.52.2 -> 1.52.3
This commit is contained in:
Lancelot SIX 2020-08-09 14:44:52 +01:00 committed by GitHub
commit efa71ae1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "rclone"; pname = "rclone";
version = "1.52.2"; version = "1.52.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1da6azr4j5sbzb5xpy2xk4vqi6bdpmzlq3pxrmakaskicz64nnld"; sha256 = "1bf3rhs4dcb8vkzs4a6pk5xrhnkhqsrbf4xrhcqf407r668gdav1";
}; };
goPackagePath = "github.com/rclone/rclone"; goPackagePath = "github.com/rclone/rclone";
@ -38,7 +38,7 @@ buildGoPackage rec {
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";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ danielfullmer ]; maintainers = with maintainers; [ danielfullmer marsam ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }