Skip to content

Commit

Permalink
rclone: 1.67.0 -> 1.68.0 (NixOS#340660)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 9, 2024
2 parents fee763d + 5108e4f commit cb97dfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/sync/rclone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

buildGoModule rec {
pname = "rclone";
version = "1.67.0";
version = "1.68.0";

outputs = [ "out" "man" ];

src = fetchFromGitHub {
owner = "rclone";
repo = "rclone";
rev = "v${version}";
hash = "sha256-rTibyh5z89QuPgZMvv3Y6FCugxMIytAg1gdCxE3+QLE=";
hash = "sha256-xLTzfS3/9XBqh0B7/VeRKYEHAgc4rY3QcIUS3f1/e0M=";
};

vendorHash = "sha256-Sw9zZf0rup+VyncIpJHp9PKUp60lv+TV4wbWtVTTK3w=";
vendorHash = "sha256-vZxdayoKTo/fs5PgEdT4gepNq0kNNmLQhlybWY5kpx0=";

subPackages = [ "." ];

Expand Down

0 comments on commit cb97dfe

Please sign in to comment.