Merge pull request #319963 from r-ryantm/auto-update/rclone

rclone: 1.66.0 -> 1.67.0
This commit is contained in:
Sandro 2024-06-16 01:36:05 +02:00 committed by GitHub
commit 5654a7d013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "rclone"; pname = "rclone";
version = "1.66.0"; version = "1.67.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rclone"; owner = "rclone";
repo = "rclone"; repo = "rclone";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-75RnAROICtRUDn95gSCNO0F6wes4CkJteNfUN38GQIY="; hash = "sha256-rTibyh5z89QuPgZMvv3Y6FCugxMIytAg1gdCxE3+QLE=";
}; };
vendorHash = "sha256-zGBwgIuabLDqWbutvPHDbPRo5Dd9kNfmgToZXy7KVgI="; vendorHash = "sha256-Sw9zZf0rup+VyncIpJHp9PKUp60lv+TV4wbWtVTTK3w=";
subPackages = [ "." ]; subPackages = [ "." ];