rclone: 1.52.0 -> 1.52.1

gstqt5
Daniel Fullmer 2020-06-12 11:38:39 -04:00 committed by Jon
parent 3e10731b08
commit 34d1beb1b4
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "rclone";
version = "1.52.0";
version = "1.52.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0v0f3pv8qgk8ggrhm4p9brra1ppj53b51jhgh5xi0rhgpxss0d6r";
sha256 = "1v91c3wydpixi0p0afclp4baxchigy3czlm1mq9hn6cw973z6spf";
};
goPackagePath = "github.com/rclone/rclone";