Skip to content

Commit bafa35a

Browse files
committed
rclone: 1.65.1 -> 1.65.2
Diff: rclone/rclone@v1.65.1...v1.65.2 Changelog: https://github.com/rclone/rclone/blob/v1.65.2/docs/content/changelog.md Signed-off-by: Muhammad Falak R Wani <[email protected]>
1 parent f863c22 commit bafa35a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/sync/rclone/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "rclone";
9-
version = "1.65.1";
9+
version = "1.65.2";
1010

1111
src = fetchFromGitHub {
1212
owner = pname;
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-wRksCRQR6JZjYtXgq3iARCoYck76O17Kd2Ht1XpA9KE=";
15+
hash = "sha256-P7VJ6pauZ7J8LvyYNi7ANsKrYOcmInZCfRO+X+K6LzI=";
1616
};
1717

18-
vendorHash = "sha256-kWaMo6ALieuwf53H05UdoI7xtH1LAnsD6Ak9bJTa6jc=";
18+
vendorHash = "sha256-budC8psvTtfVi3kYOaJ+dy/9H11ekJVkXMmeV9RhXVU=";
1919

2020
subPackages = [ "." ];
2121

0 commit comments

Comments
 (0)