Merge pull request #89071 from marsam/update-rclone

rclone: 1.51.0 -> 1.52.0
This commit is contained in:
Mario Rodas 2020-05-28 06:06:18 -05:00 committed by GitHub
commit eb2a77adc3
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.51.0";
version = "1.52.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0z4kaq6wnj5dgl52g7f86phxlvnk5pbpda7prgh3hahpyhxj0z7d";
sha256 = "0v0f3pv8qgk8ggrhm4p9brra1ppj53b51jhgh5xi0rhgpxss0d6r";
};
goPackagePath = "github.com/rclone/rclone";
@ -28,7 +28,7 @@ buildGoPackage rec {
in
''
installManPage $src/rclone.1
for shell in bash zsh; do
for shell in bash zsh fish; do
${rcloneBin}/bin/rclone genautocomplete $shell rclone.$shell
installShellCompletion rclone.$shell
done