Merge pull request #73439 from marsam/update-rclone

rclone: 1.49.5 -> 1.50.1
This commit is contained in:
Mario Rodas 2019-11-16 14:27:07 -05:00 committed by GitHub
commit 25e9aced4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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