mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rclone: 1.74.2 -> 1.74.3
Diff: https://github.com/rclone/rclone/compare/v1.74.2...v1.74.3 Changelog: https://github.com/rclone/rclone/blob/v1.74.3/docs/content/changelog.md
This commit is contained in:
parent
ab5f04b886
commit
75133828a2
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "rclone";
|
||||
version = "1.74.2";
|
||||
version = "1.74.3";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -27,10 +27,10 @@ buildGoModule (finalAttrs: {
|
|||
owner = "rclone";
|
||||
repo = "rclone";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ynPRzzS0aoEbDiCgeIyi2Ce3+NHjQcazm7KJeK6cdiM=";
|
||||
hash = "sha256-GLl8juSCVKEjsVZAzvvfKx1TxC/rcM7lMBek9BLosi0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-fiZyN94l0Eq3BjJzW3lF5ld37VBurWjtr1v5kVWCc/Q=";
|
||||
vendorHash = "sha256-FuSqI5fCmt/fr4AwJhdFaolYugZDTYeOcity/VZzYZ0=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue