rclone: 1.53.2 -> 1.53.3

https://forum.rclone.org/t/rclone-1-53-3-release/20569
This commit is contained in:
Mario Rodas 2020-11-21 04:20:00 +00:00
parent 2247d824fe
commit 535ef433a6

View file

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