about summary refs log tree commit diff
path: root/pkgs/applications/networking/resilio-sync
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-25resilio-sync: add aarch64 supportRyan Horiguchi1-0/+2
2020-07-31resilio-sync: 2.7.1 -> 2.7.2Daniël de Kok1-3/+3
Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-06-21resilio-sync: 2.7.0 -> 2.7.1Daniël de Kok1-3/+3
Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-05-10resilio-sync: 2.6.4 -> 2.7.0Daniël de Kok1-3/+3
Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-29resilio-sync: 2.6.3 -> 2.6.4Daniël de Kok1-3/+3
This release is a hotfix for a WebUI security issue: https://forum.resilio.com/topic/71647-latest-desktop-build-264/
2019-08-26treewide: remove redundant quotesvolth1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-16resilio-sync: 2.6.2 -> 2.6.3Jesper Geertsen Jonsson1-3/+3
2018-12-15resilio-sync: 2.6.1 -> 2.6.2Daniël de Kok1-3/+3
Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2018-10-10resilio-sync: 2.6.0 -> 2.6.1 (#47973)Daniël de Kok1-3/+3
Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.
2018-08-19resilio-sync: 2.5.12 -> 2.6.0Daniël de Kok1-3/+3
Changelog: https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2018-03-23resilio-sync: 2.5.2 -> 2.5.12Alexandre Peyroux1-3/+3
2017-12-12treewide platform checks: `abort` -> `throw`Vladimír Čunát1-1/+1
They aren't meant to be critical (uncatchable) errors. Tested with nix-env + checkMeta: [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
2017-06-02resilio-sync: cosmetic changesJörg Thalheim1-15/+13
2017-06-02resilio-sync: init at 2.5.2Kjartan Ovmilk1-0/+41