rclone: 1.53.1 -> 1.53.2

This commit is contained in:
Mario Rodas 2020-10-25 04:20:00 +00:00
parent c153a2fde1
commit 0b2d320f39

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rclone";
version = "1.53.1";
version = "1.53.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1yi6n5ip680ydqhz8fnd0igr8dy7zzhpx37mdgahsfac7cwf6k0q";
sha256 = "0ns55b6s4zdw94jlialps3knclghj9xqx84ff8hyrl9ksq02kd3w";
};
vendorSha256 = "1l4iz31k1pylvf0zrp4nhxna70s1ma4981x6q1s3dhszjxil5c88";