rclone: 1.51.0 -> 1.52.0

This commit is contained in:
Mario Rodas 2020-05-27 20:20:20 -05:00
parent 817deba40d
commit 8eb59d4bdc
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "rclone"; pname = "rclone";
version = "1.51.0"; version = "1.52.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0z4kaq6wnj5dgl52g7f86phxlvnk5pbpda7prgh3hahpyhxj0z7d"; sha256 = "0v0f3pv8qgk8ggrhm4p9brra1ppj53b51jhgh5xi0rhgpxss0d6r";
}; };
goPackagePath = "github.com/rclone/rclone"; goPackagePath = "github.com/rclone/rclone";
@ -28,7 +28,7 @@ buildGoPackage rec {
in in
'' ''
installManPage $src/rclone.1 installManPage $src/rclone.1
for shell in bash zsh; do for shell in bash zsh fish; do
${rcloneBin}/bin/rclone genautocomplete $shell rclone.$shell ${rcloneBin}/bin/rclone genautocomplete $shell rclone.$shell
installShellCompletion rclone.$shell installShellCompletion rclone.$shell
done done