rclone: 1.54.1 -> 1.55.0

This commit is contained in:
Mario Rodas 2021-03-31 04:20:00 +00:00
parent 26181202f9
commit 063074d824

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rclone";
version = "1.54.1";
version = "1.55.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-DexqYAkGmgROnYpknnuWc3Q//IMOTSxgrr1w/TrueH4=";
sha256 = "01pvcns3n735s848wc11q40pkkv646gn3cxkma866k44a9c2wirl";
};
vendorSha256 = "sha256-Cpn/dUD9E2BzUlAISC+IDCW59OkEKZTpqdlvF/clV+M=";
vendorSha256 = "05f9nx5sa35q2szfkmnkhvqli8jlqja8ghiwyxk7cvgjl7fgd6zk";
subPackages = [ "." ];