about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
AgeCommit message (Collapse)AuthorFilesLines
2020-02-19rclone-browser: 1.2 -> 1.8.0 (#80445)Robert Schütz1-5/+5
https://github.com/kapitainsky/RcloneBrowser/releases/tag/1.8.0
2020-01-22treewide: fix redirected urlsPatrick Hilhorst1-1/+1
According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
2020-01-20onedrive: 2.3.12 -> 2.3.13Ian M. Jones1-19/+11
2019-12-26Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2-5/+5
2019-12-08onedrive: 2.3.11 -> 2.3.12R. RyanTM1-2/+2
2019-11-19rclone: 1.50.1 -> 1.50.2Mario Rodas1-2/+2
2019-11-14rclone: 1.49.5 -> 1.50.1Mario Rodas1-2/+2
2019-11-13onedrive: 2.3.10 -> 2.3.11SRGOM1-2/+2
Address review comments
2019-11-13onedrive: 2.3.10 -> 2.3.11SRGOM1-4/+4
Also, changed name to onedrive-abraunegg. Shows it's not official, and also gets tracked in repology for a potential auto-update using @ryantm 's bot.
2019-11-03casync: 2-152 -> 2-219Franz Pletz1-3/+3
2019-10-29Revert "rclone: 1.49.5 -> 1.50.0"Emery Hemingway1-2/+2
This reverts commit aec323c1c01d69af5f9eec81e98b942485907368. Ref #3685 Ref #72063
2019-10-27rclone: 1.49.5 -> 1.50.0Cole Mickens1-2/+2
2019-10-19rclone: 1.49.4 -> 1.49.5Mario Rodas1-2/+2
Changelog: https://forum.rclone.org/t/rclone-1-49-5-release/12166
2019-10-19rrsync: Make perl a run-time dependency (#71344)ryanfitzsimon1-2/+1
perl is a run-time dependency, so it should be in buildInputs rather than nativeBuildInputs. This has been preventing patchShebangsAuto() in fixupOutputHooks from patching the /usr/bin/perl interpreter shebang in $out/bin/rrsync since 61bc03c017f18e2fe54d209ae8ba8a42033b9564. Resolves #71198
2019-10-04onedrive: 2.3.9 -> 2.3.10Doron Behar1-2/+2
2019-10-02rclone: 1.49.3 -> 1.49.4Mario Rodas1-2/+2
Changelog: https://forum.rclone.org/t/rclone-1-49-4-release/12099
2019-09-21rclone: use buildGoPackageMario Rodas1-4/+4
2019-09-20onedrive: init at 2.3.9Doron Behar1-0/+35
2019-09-17rclone: 1.49.2 -> 1.49.3 (#68999)Mario Rodas1-2/+2
Changelog: https://forum.rclone.org/t/rclone-1-49-3-release/11825
2019-09-13Merge pull request #68331 from danielfullmer/rclone-1.49.2Mario Rodas1-2/+2
rclone: 1.49.1 -> 1.49.2
2019-09-08rclone: 1.49.1 -> 1.49.2Daniel Fullmer1-2/+2
2019-08-31Merge staging-next into stagingFrederik Rietdijk1-4/+4
2019-08-31Merge master into staging-nextFrederik Rietdijk1-4/+4
2019-08-28rclone: 1.49.0 -> 1.49.1Daniel Fullmer1-2/+2
2019-08-28treewide: remove redundant recvolth3-3/+3
2019-08-27rclone: 1.48.0 -> 1.49.0Vladyslav M1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth8-8/+7
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01treewide: use dontConfigureworldofpeace1-1/+1
2019-06-19rclone: 1.47.0 -> 1.48.0Doron Behar1-3/+3
2019-06-16treewide: remove unused variables (#63177)volth2-2/+2
* treewide: remove unused variables * making ofborg happy
2019-05-14unison: fix building on macOS with enableX11 = falseLily Ballard1-2/+4
If `UISTYLE` is not specified, Unison tries to auto-detect the UI style based on the available environment. On macOS this apparently means using `UISTYLE=mac`, it can't actually build this way in Nix.
2019-04-13rclone: 1.46 -> 1.47.0 using buildGoModule (#59400)Vladyslav M1-16/+9
2019-02-23rclone: 1.45 -> 1.46 (#55476)Vladyslav M1-4/+12
2019-02-14unison: 2.48.4 -> 2.51.2Sébastien Maret1-7/+10
2019-02-03rsync: move defaults to package fileJan Malakhovski1-1/+1
2018-12-30desync: 0.3.0 -> 0.4.0Charles Duffy2-28/+211
Note that upstream is using Go 1.11 modules; `deps.nix` is now generated using `vgo2nix`.
2018-11-28rclone: 1.44 -> 1.45Daniel Fullmer1-2/+3
2018-10-19rclone-browser: init at 1.2 (#44589)Drakonis1-0/+25
2018-10-16rclone: 1.43.1 -> 1.44Vladyslav Mykhailichenko1-2/+2
2018-09-23Introduce desync, an alternate implementation of casync (#47195)Charles Duffy2-0/+156
desync isn't as feature-rich as casync, but has a focus on production usability and implementation quality which may make it a more appropriate tool.
2018-09-10rclone: 1.43 -> 1.43.1 (#46448)Vladyslav M1-2/+2
2018-09-04casync: add python3 for install scriptJan Tojnar1-2/+2
Meson no longer propagates it so we need to re-add it.
2018-09-03rclone: 1.42 -> 1.43 (#46009)Vladyslav M1-2/+2
2018-08-09lsyncd: 2.2.2 -> 2.2.3 (#44770)Bob van der Linden1-4/+12
2018-07-21pkgs/*: remove unreferenced function argumentsvolth5-6/+6
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-06-27rclone: 1.41 -> 1.42 (#42652)Jesper1-2/+2
2018-06-25casync: restrict to linuxFlorian Klink1-1/+1
libacl is required, which is linux-only.
2018-06-25casync: add feature flags for fuse, selinux and udevFlorian Klink1-1/+10