We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae60060 + bafa35a commit 7b1be1eCopy full SHA for 7b1be1e
pkgs/applications/networking/sync/rclone/default.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "rclone";
9
- version = "1.65.1";
+ version = "1.65.2";
10
11
src = fetchFromGitHub {
12
owner = pname;
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-wRksCRQR6JZjYtXgq3iARCoYck76O17Kd2Ht1XpA9KE=";
+ hash = "sha256-P7VJ6pauZ7J8LvyYNi7ANsKrYOcmInZCfRO+X+K6LzI=";
16
};
17
18
- vendorHash = "sha256-kWaMo6ALieuwf53H05UdoI7xtH1LAnsD6Ak9bJTa6jc=";
+ vendorHash = "sha256-budC8psvTtfVi3kYOaJ+dy/9H11ekJVkXMmeV9RhXVU=";
19
20
subPackages = [ "." ];
21
0 commit comments