rclone: 1.69.3 -> 1.70.0

This commit is contained in:
CelestialCrafter
2025-06-17 19:05:52 -05:00
parent f97cfd9644
commit 066c7f3702
@@ -17,7 +17,7 @@
buildGoModule rec {
pname = "rclone";
version = "1.69.3";
version = "1.70.0";
outputs = [
"out"
@@ -28,10 +28,10 @@ buildGoModule rec {
owner = "rclone";
repo = "rclone";
tag = "v${version}";
hash = "sha256-VLE9cWR4Wp+MDbwmfNaJArxhXTOcVfM2C1TMCymKflw=";
hash = "sha256-HBH3cOJzp3lNI9U2PWChjWmOurmq7clOPFvwnqOg1xA=";
};
vendorHash = "sha256-WY5xBBOhDRl+mU0KuVxph0wDhfUYLI0gmiGY1boxmKU=";
vendorHash = "sha256-9yEWEM96cRUzp1mRXEzxvOaBZQsf7Zifoe163OtJCPw=";
subPackages = [ "." ];