rclone: 1.74.3 -> 1.74.4

Diff: https://github.com/rclone/rclone/compare/v1.74.3...v1.74.4

Changelog: https://github.com/rclone/rclone/blob/v1.74.4/docs/content/changelog.md
(cherry picked from commit 8c2f052293)
This commit is contained in:
Sandro Jäckel
2026-07-09 14:53:14 +02:00
committed by github-actions[bot]
parent 596844625f
commit 9a2b64a626

View File

@@ -17,7 +17,7 @@
buildGoModule (finalAttrs: {
pname = "rclone";
version = "1.74.3";
version = "1.74.4";
outputs = [
"out"
@@ -28,10 +28,10 @@ buildGoModule (finalAttrs: {
owner = "rclone";
repo = "rclone";
tag = "v${finalAttrs.version}";
hash = "sha256-GLl8juSCVKEjsVZAzvvfKx1TxC/rcM7lMBek9BLosi0=";
hash = "sha256-n+s9OiSwjiFwR1/DEd81YZIAyaMWMj0g8ORf6grnE3M=";
};
vendorHash = "sha256-FuSqI5fCmt/fr4AwJhdFaolYugZDTYeOcity/VZzYZ0=";
vendorHash = "sha256-PVTcYFRr4Zb4VVsY6dkO+emZ48Nyr9aUBJbehFlDh9c=";
subPackages = [ "." ];