summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking
AgeCommit message (Collapse)Author
2021-01-28lagrange: 1.0.3 → 1.1.0Nikolay Korotkiy
2021-01-28argo: 2.12.5 -> 2.12.6R. RyanTM
2021-01-28chromium{Beta,Dev}: Disable PGO to "fix" a build errorMichael Weiss
This also fixes/improves versionRange because the ungoogled-chromium version will lag behind the Chromium version.
2021-01-28nheko: 0.8.0 -> 0.8.1CrystalGamma
2021-01-28firefox-bin: 84.0.2 -> 85.0claudiiii
2021-01-28chromiumDev: 89.0.4389.23 -> 90.0.4400.8Michael Weiss
2021-01-28chromiumBeta: 88.0.4324.96 -> 89.0.4389.23Michael Weiss
2021-01-28insync-v3: init at 3.2.4.40856Benjamin Staffin
Insync 3.0 is a full rewrite with a different feature set than the existing v1 derivation in nixpkgs. Some users need to stick with the old version, particularly those on headless/non-GUI systems. There is a headless version of v3, but that will need to be packaged separately.
2021-01-28chromiumDev: 89.0.4389.9 -> 89.0.4389.23Michael Weiss
2021-01-28chromium: Fix the version comparison in print_updates()Michael Weiss
I forgot that string comparison isn't enough because e.g.: >>> "89.0.4389.9" < "89.0.4389.23" False distutils.version.LooseVersion is undocumented but it works and is already available so why not use it: >>> LooseVersion("89.0.4389.9") < LooseVersion("89.0.4389.23") True
2021-01-28Merge pull request #110915 from yoctocell/tor-browser-bundle-bin-10.0.9Sandro
tor-browser-bundle-bin: 10.0.8 -> 10.0.9
2021-01-28Merge pull request #107681 from Pacman99/calls-updateSandro
2021-01-28firefox-esr: 78.6.1esr -> 78.7.0esrMartin Weinelt
2021-01-28firefox: 84.0.2 -> 85.0Martin Weinelt
2021-01-28Merge pull request #110963 from otavio/upgrade/shellhubSandro
shellhub-agent: 0.4.2 -> 0.5.1
2021-01-27shellhub-agent: 0.4.2 -> 0.5.1Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-28Merge pull request #110945 from 06kellyjac/starboard-octant-pluginSandro
2021-01-28Merge pull request #110941 from ymatsiuk/bumpfluxSandro
fluxcd: 0.6.3 -> 0.7.3
2021-01-27Merge pull request #110922 from taku0/thunderbird-bin-78.7.0Bernardo Meurer
thunderbird, thunderbird-bin: 78.6.1 -> 78.7.0 [High security fixes]
2021-01-27calls: 0.1.5 -> 0.2.0Pacman99
2021-01-27starboard-octant-plugin: 0.8.0 -> 0.9.006kellyjac
2021-01-27starboard-octant-plugin: remove unused dependency and compile smaller06kellyjac
Added -s and -w ldflags to minify starboard-octant-plugin
2021-01-27fluxcd: 0.6.3 -> 0.7.3Yurii Matsiuk
2021-01-27Merge pull request #110937 from leenaars/sylk3Jonas Chevalier
Sylk: 2.9.4 -> 3.0.0
2021-01-27Sylk: 2.9.4 -> 3.0.0Michiel Leenaars
2021-01-27treewide: remove implicit use of stdenv.libBen Siraphob
2021-01-27Merge pull request #110912 from siraben/stdenv-lib-inheritSandro
treewide: remove inherited stdenv.lib
2021-01-27tor-browser-bundle-bin: 10.0.8 -> 10.0.9Xinglu Chen
Update to latest release. https://blog.torproject.org/new-release-tor-browser-1009
2021-01-27treewide: remove inherited stdenv.libBen Siraphob
2021-01-26qbittorrent: 4.3.1 -> 4.3.3Bruno Bigras
2021-01-26Merge pull request #110879 from 06kellyjac/starboardSandro
starboard: 0.8.0 -> 0.9.0
2021-01-26Merge pull request #110746 from TredwellGit/mumbleSilvan Mosberger
mumble: replace python and qt514 with python3 and qt5
2021-01-26starboard: 0.8.0 -> 0.9.006kellyjac
2021-01-26Merge pull request #110864 from 06kellyjac/terragruntSandro
2021-01-27thunderbird: 78.6.1 -> 78.7.0taku0
2021-01-27thunderbird-bin: 78.6.1 -> 78.7.0taku0
2021-01-26element-desktop: 1.7.17 -> 1.7.18Maximilian Bosch
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.18
2021-01-26element-web: 1.7.17 -> 1.7.18Maximilian Bosch
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.18
2021-01-26terragrunt: 0.27.1 -> 0.27.306kellyjac
2021-01-26terragrunt: remove unused dependency and compile smaller06kellyjac
Removed makeWrapper as it's been unused since we stopped wrapping up TF Added -s and -w ldflags to minify terragrunt
2021-01-26Merge pull request #110640 from badmutex/badi/update-vivaldiJosé Romildo Malaquias
vivaldi: 3.5.2115.73-1 -> 3.5.2115.87-1
2021-01-26vmware-horizon-client: 2006 -> 2012Sean Buckley
vmware-horizon-client: add missing gsettings schemas vmware-horizon-client: change whitespace, and "lib" argument vmware-horizon-client: fix library issues with chromium vmware-horizon-client: add updater script
2021-01-25Merge pull request #110817 from dbirks/tilt-0.18.5Sandro
tilt: 0.18.1 -> 0.18.5
2021-01-25tilt: 0.18.1 -> 0.18.5David Birks
2021-01-25Merge pull request #110782 from dotlambda/flink-1.12.1Sandro
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-25Merge pull request #110521 from r-ryantm/auto-update/openbazaar-clientPavol Rusnak
openbazaar-client: 2.4.9 -> 2.4.10
2021-01-25flink: 1.11.3 -> 1.12.1Robert Schütz
2021-01-25flink: 1.11.1 -> 1.11.3Robert Schütz
addresses CVE-2020-17518 and CVE-2020-17519
2021-01-25flink_1_5: dropRobert Schütz
It suffers from CVE-2020-17518.