mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
rclone: 1.68.1 -> 1.68.2
Diff: https://github.com/rclone/rclone/compare/v1.68.1...v1.68.2
Changelog: https://github.com/rclone/rclone/blob/v1.68.2/docs/content/changelog.md
(cherry picked from commit e856ffbbb7
)
This commit is contained in:
parent
540c2bab53
commit
0906434eb5
@ -6,7 +6,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "rclone";
|
||||
version = "1.68.1";
|
||||
version = "1.68.2";
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
@ -14,10 +14,10 @@ buildGoModule rec {
|
||||
owner = "rclone";
|
||||
repo = "rclone";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qVk1l6PLB2S9KlUiccBN60wbaApZnPXTjq1LYsf7pyE=";
|
||||
hash = "sha256-3Al58jg+pYP46VbpIRbYBhMOG6m7OQaC0pxKawX12E8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-vZxdayoKTo/fs5PgEdT4gepNq0kNNmLQhlybWY5kpx0=";
|
||||
vendorHash = "sha256-PCj/f/oeLEAC/yFmR5dSyoLb45Z1fPLAASBaM251+Mc=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user