Merge pull request #201689 from SuperSandro2000/rclone

rclone: 1.60.0 -> 1.60.1
This commit is contained in:
Mario Rodas 2022-11-18 03:22:57 -05:00 committed by GitHub
commit b5fc1e2067
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "rclone";
version = "1.60.0";
version = "1.60.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-UFA4mPzpHnyx6+tVw0QwhTlALdu8YLNAleWxXuFJczs=";
sha256 = "sha256-ss4GTXnvWMwin1jn5yzmclS7SGh7NmPvdcDFa1ygwzg=";
};
vendorSha256 = "sha256-si5fzyPQUUTKkm/UVt8xfpJGK/4F6GM4HuAg1R0hzqQ=";