rclone: 1.50.1 -> 1.50.2

This commit is contained in:
Mario Rodas 2019-11-19 18:00:00 -05:00
parent c20f765bb4
commit 58a0a9e5ab
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "rclone";
version = "1.50.1";
version = "1.50.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0iwm0a9h6xxdsqw86xlqcsz7h4pzsg134m6yfqj5s2xg7kfy5laq";
sha256 = "0yaspkh88q8i58i8g8mm6sqb75hczavz2lvzdd1iif1bqgi6b5fz";
};
goPackagePath = "github.com/rclone/rclone";