Commit Graph

14435 Commits

Author SHA1 Message Date
Sandro
f05284c431
Merge pull request #109941 from schmittlauch/cawbird-v1.3.2
cawbird: 1.2.1 -> 1.3.2
2021-01-29 01:45:44 +01:00
R. RyanTM
36c01a5ce9 brave: 1.19.86 -> 1.19.88 2021-01-28 22:31:49 +00:00
Nikolay Korotkiy
94a9feb3be lagrange: 1.0.3 → 1.1.0 2021-01-28 23:27:12 +01:00
R. RyanTM
987ca6e675 argo: 2.12.5 -> 2.12.6 2021-01-28 21:46:06 +00:00
Michael Weiss
241db3bb01
chromium{Beta,Dev}: Disable PGO to "fix" a build error
This also fixes/improves versionRange because the ungoogled-chromium
version will lag behind the Chromium version.
2021-01-28 22:32:32 +01:00
CrystalGamma
3fe45da22a nheko: 0.8.0 -> 0.8.1 2021-01-28 22:31:00 +01:00
claudiiii
6229722f9f firefox-bin: 84.0.2 -> 85.0 2021-01-28 22:03:23 +01:00
Michael Weiss
11ec29dd70
chromiumDev: 89.0.4389.23 -> 90.0.4400.8 2021-01-28 21:30:26 +01:00
Michael Weiss
a7339c3a24
chromiumBeta: 88.0.4324.96 -> 89.0.4389.23 2021-01-28 21:30:25 +01:00
Benjamin Staffin
b49473e667 insync-v3: init at 3.2.4.40856
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-28 13:12:47 -05:00
Michael Weiss
bfc1cee4bf
chromiumDev: 89.0.4389.9 -> 89.0.4389.23 2021-01-28 15:45:00 +01:00
Michael Weiss
863982d272
chromium: Fix the version comparison in print_updates()
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-28 15:45:00 +01:00
Sandro
9b7e9dc611
Merge pull request #110915 from yoctocell/tor-browser-bundle-bin-10.0.9
tor-browser-bundle-bin: 10.0.8 -> 10.0.9
2021-01-28 14:56:21 +01:00
Sandro
3dec0793b2
Merge pull request #107681 from Pacman99/calls-update 2021-01-28 09:28:19 +01:00
Martin Weinelt
ee3fca55d5
firefox-esr: 78.6.1esr -> 78.7.0esr 2021-01-28 04:09:15 +01:00
Martin Weinelt
63e8aa549c
firefox: 84.0.2 -> 85.0 2021-01-28 04:09:15 +01:00
Sandro
b60a32f015
Merge pull request #110963 from otavio/upgrade/shellhub
shellhub-agent: 0.4.2 -> 0.5.1
2021-01-28 00:39:55 +01:00
Otavio Salvador
e5deb4892b shellhub-agent: 0.4.2 -> 0.5.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-27 20:19:04 -03:00
Sandro
7fc66ee9a4
Merge pull request #110945 from 06kellyjac/starboard-octant-plugin 2021-01-28 00:06:34 +01:00
Sandro
f84e62c991
Merge pull request #110941 from ymatsiuk/bumpflux
fluxcd: 0.6.3 -> 0.7.3
2021-01-28 00:06:22 +01:00
Bernardo Meurer
7e1d556c0b
Merge pull request #110922 from taku0/thunderbird-bin-78.7.0
thunderbird, thunderbird-bin: 78.6.1 -> 78.7.0 [High security fixes]
2021-01-27 21:14:19 +00:00
Pacman99
24552931d8 calls: 0.1.5 -> 0.2.0 2021-01-27 11:21:04 -07:00
06kellyjac
d8aa0fda58 starboard-octant-plugin: 0.8.0 -> 0.9.0 2021-01-27 15:57:07 +00:00
06kellyjac
1a9e4e109b starboard-octant-plugin: remove unused dependency and compile smaller
Added -s and -w ldflags to minify starboard-octant-plugin
2021-01-27 15:57:07 +00:00
Yurii Matsiuk
a2ac3c2f58
fluxcd: 0.6.3 -> 0.7.3 2021-01-27 16:09:39 +01:00
Jonas Chevalier
4f73437e14
Merge pull request #110937 from leenaars/sylk3
Sylk: 2.9.4 -> 3.0.0
2021-01-27 14:17:02 +00:00
Michiel Leenaars
ee71a72267 Sylk: 2.9.4 -> 3.0.0 2021-01-27 14:46:51 +01:00
Ben Siraphob
82454e9df8 treewide: remove implicit use of stdenv.lib 2021-01-27 20:04:57 +07:00
Sandro
ad97ca4e51
Merge pull request #110912 from siraben/stdenv-lib-inherit
treewide: remove inherited stdenv.lib
2021-01-27 10:28:55 +01:00
Xinglu Chen
20d052544f
tor-browser-bundle-bin: 10.0.8 -> 10.0.9
Update to latest release.

https://blog.torproject.org/new-release-tor-browser-1009
2021-01-27 09:17:58 +01:00
Ben Siraphob
3bbad8b041 treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
Bruno Bigras
1913ea8a97 qbittorrent: 4.3.1 -> 4.3.3 2021-01-26 15:05:28 -08:00
Sandro
450bc18707
Merge pull request #110879 from 06kellyjac/starboard
starboard: 0.8.0 -> 0.9.0
2021-01-26 23:38:34 +01:00
Silvan Mosberger
6d96b2655e
Merge pull request #110746 from TredwellGit/mumble
mumble: replace python and qt514 with python3 and qt5
2021-01-26 22:05:57 +01:00
06kellyjac
9d9f863aa5 starboard: 0.8.0 -> 0.9.0 2021-01-26 19:46:15 +00:00
Sandro
f6f2333654
Merge pull request #110864 from 06kellyjac/terragrunt 2021-01-26 19:24:19 +01:00
taku0
20259a943b thunderbird: 78.6.1 -> 78.7.0 2021-01-27 03:12:44 +09:00
taku0
52dd1dae7a thunderbird-bin: 78.6.1 -> 78.7.0 2021-01-27 03:12:16 +09:00
Maximilian Bosch
e61999b3f2
element-desktop: 1.7.17 -> 1.7.18
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.18
2021-01-26 16:57:34 +01:00
Maximilian Bosch
d4e946965c
element-web: 1.7.17 -> 1.7.18
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.18
2021-01-26 16:57:34 +01:00
06kellyjac
135807629f terragrunt: 0.27.1 -> 0.27.3 2021-01-26 15:42:50 +00:00
06kellyjac
ca1bc75f9f terragrunt: remove unused dependency and compile smaller
Removed makeWrapper as it's been unused since we stopped wrapping up TF
Added -s and -w ldflags to minify terragrunt
2021-01-26 15:41:11 +00:00
José Romildo Malaquias
268c19049d
Merge pull request #110640 from badmutex/badi/update-vivaldi
vivaldi: 3.5.2115.73-1 -> 3.5.2115.87-1
2021-01-26 12:34:45 -03:00
Sean Buckley
a25b47a459 vmware-horizon-client: 2006 -> 2012
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-26 10:05:10 -05:00
Sandro
5d453c87a9
Merge pull request #110817 from dbirks/tilt-0.18.5
tilt: 0.18.1 -> 0.18.5
2021-01-25 23:19:00 +01:00
David Birks
92365d5dbc
tilt: 0.18.1 -> 0.18.5 2021-01-25 15:21:11 -05:00
Sandro
41adb8acc1
Merge pull request #110782 from dotlambda/flink-1.12.1 2021-01-25 21:18:28 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak
3322db8e36
Merge pull request #110521 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.9 -> 2.4.10
2021-01-25 17:25:21 +01:00
Robert Schütz
8573814f46 flink: 1.11.3 -> 1.12.1 2021-01-25 16:24:25 +01:00
Robert Schütz
f7129e8cbc flink: 1.11.1 -> 1.11.3
addresses CVE-2020-17518 and CVE-2020-17519
2021-01-25 16:22:01 +01:00
Robert Schütz
e912b8e116 flink_1_5: drop
It suffers from CVE-2020-17518.
2021-01-25 16:20:18 +01:00
Kevin Cox
8708b6d871
Merge pull request #106176 from 06kellyjac/kube3d_4.0.0
kube3d: 3.4.0 -> 4.0.0
2021-01-25 07:41:04 -05:00
Sandro
3cd31450a1
Revert "nodePackages: regenerate with node2nix 1.9.0" 2021-01-25 11:31:27 +01:00
TredwellGit
dc8bebb906 mumble: replace python and qt514 with python3 and qt5 2021-01-25 08:49:31 +00:00
Sander van der Burg
40f27ff2be
Merge pull request #110545 from svanderburg/node2nix-update
nodePackages: regenerate with node2nix 1.9.0
2021-01-25 09:13:59 +01:00
Luflosi
8a7d28b994
ipfs-cluster: unstable-2020-10 -> 0.13.1
https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.1
2021-01-25 01:33:24 +01:00
Ryan Mulligan
b085461473
Merge pull request #110537 from r-ryantm/auto-update/qbec
qbec: 0.12.2 -> 0.13.4
2021-01-24 15:26:51 -08:00
Bernardo Meurer
5bc0a68375
Merge pull request #110701 from cpcloud/nomad-driver-podman
nomad-driver-podman: init at 0.2.0
2021-01-24 18:22:38 +00:00
Sander van der Burg
520203fe30 spacegun: use workaround to deploy the project as a remote development project using the package-lock.json configuration 2021-01-24 17:36:37 +01:00
Mario Rodas
f6dcf09190
Merge pull request #110455 from r-ryantm/auto-update/argocd
argocd: 1.8.2 -> 1.8.3
2021-01-24 11:20:13 -05:00
Phillip Cloud
79a6a2cbc0 nomad-driver-podman: remove unused inputs 2021-01-24 10:33:57 -05:00
Phillip Cloud
af18ee1f26 nomad-driver-podman: init at 0.2.0 2021-01-24 10:32:13 -05:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Nicolas Mattia
e63d0738a7
lsyncd: build on darwin (#109981)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-24 12:22:36 +01:00
Badi Abdul-Wahid
6e9460fd12
vivaldi: 3.5.2115.73-1 -> 3.5.2115.87-1 2021-01-23 16:29:40 -06:00
Sander van der Burg
8150fd8d0d spacegun: add missing node-gyp-build global dependency 2021-01-23 17:56:39 +01:00
Jörg Thalheim
ec334a1b01
Merge pull request #98992 from tvbeat/terraform-provider-libvirt-patch
terraform-provider-libvirt: base volume snapshot or copy
2021-01-23 16:19:04 +00:00
Stig
2176c7e1c2
Merge pull request #110054 from stigtsp/package/convos-5.11
convos: 5.00 -> 5.11
2021-01-23 14:34:39 +01:00
Michael Weiss
fac05ac695
chromium: Don't set "channel" in the environment
The "channel" variable shouldn't be part of the final derivation. This
also makes it possible to avoid unnecessary rebuilds for identical
channels (e.g. major updates are tested via the "beta" channel first and
usually neither the source-code archive nor the dependencies change when
the update makes it into the "stable" channel - this means we could
better use chromiumBeta to test major updates in advance).
2021-01-23 11:54:11 +01:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
zowoq
f8013960c6 minikube: 1.16.0 -> 1.17.0
https://github.com/kubernetes/minikube/releases/tag/v1.17.0
2021-01-23 11:31:36 +10:00
Michele Guerini Rocco
1bf54f0770
Merge pull request #110449 from matthiasbeyer/update-mutt
mutt: 2.0.4 -> 2.0.5
2021-01-22 23:00:33 +01:00
Sander van der Burg
3e385dc285 nodePackages: regenerate with node2nix 1.9.0 2021-01-22 22:42:58 +01:00
R. RyanTM
d2cf178924 qbec: 0.12.2 -> 0.13.4 2021-01-22 20:17:27 +00:00
Jonathan Ringer
986cf21c45 slack: 4.11.1 -> 4.12.2 2021-01-22 10:41:47 -08:00
R. RyanTM
3ef8953a37 openbazaar-client: 2.4.9 -> 2.4.10 2021-01-22 18:14:04 +00:00
R. RyanTM
5d5acadac5 argocd: 1.8.2 -> 1.8.3 2021-01-22 09:31:30 +00:00
Elis Hirwing
907cb4c393
Merge pull request #110347 from ymatsiuk/appgate
appgate-sdp: 5.1.2 -> 5.3.2
2021-01-22 10:05:39 +01:00
Yurii Matsiuk
ee73665fa0
appgate-sdp: 5.1.2 -> 5.3.2 2021-01-22 09:35:43 +01:00
Matthias Beyer
3609a43b5e mutt: 2.0.4 -> 2.0.5
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-01-22 09:33:43 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Guillaume Girol
7ed3d2df76
Merge pull request #103135 from symphorien/pr/92775
Evolution ews: wrap evolution and evolution data server, fix nixos module.
2021-01-21 19:42:45 +00:00
R. RyanTM
728097646c
argocd: 1.8.1 -> 1.8.2 (#109720) 2021-01-21 10:09:15 -08:00
R. RyanTM
f240afc50f
hydroxide: 0.2.15 -> 0.2.17 (#109978) 2021-01-21 10:03:49 -08:00
R. RyanTM
ab482ea446
nextdns: 1.9.4 -> 1.9.6 (#110127) 2021-01-21 09:56:05 -08:00
R. RyanTM
25a660b9bc
cloudflared: 2021.1.4 -> 2021.1.5 (#110337) 2021-01-21 09:50:29 -08:00
R. RyanTM
cec985b23b
argo: 2.12.4 -> 2.12.5 (#110325) 2021-01-21 09:49:02 -08:00
SCOTT-HAMILTON
9523579672 protonvpn-cli: 2.2.4 -> 2.2.6 2021-01-21 18:02:07 +01:00
Sandro
c60bb493e6
Merge pull request #110355 from ymatsiuk/flux
fluxcd: 0.6.1 -> 0.6.3
2021-01-21 17:53:02 +01:00
Yurii Matsiuk
96966bb66b
fluxcd: 0.6.1 -> 0.6.3 2021-01-21 17:39:43 +01:00
Sandro
1ecf25ad39
Merge pull request #110177 from cpcloud/containerpilot 2021-01-21 17:30:18 +01:00
Sandro
d158fe4930
Merge pull request #110269 from maralorn/nheko 2021-01-21 17:22:04 +01:00
Ryan Mulligan
9934ef3da9
Merge pull request #110329 from r-ryantm/auto-update/brave
brave: 1.18.78 -> 1.19.86
2021-01-21 08:18:50 -08:00
Malte Brandy
35676cba19
nheko: 0.7.2 -> 0.8.0 2021-01-21 16:59:05 +01:00
R. RyanTM
3fd51777ab brave: 1.18.78 -> 1.19.86 2021-01-21 12:54:56 +00:00
Michael Weiss
f5de4608de
chromiumDev: 89.0.4385.0 -> 89.0.4389.9 2021-01-21 11:53:53 +01:00
Charlotte Van Petegem
d76bdf6489
aerc: replace an extra use of SHAREDIR 2021-01-21 10:42:49 +01:00
Sandro
621e8fca81
Merge pull request #110233 from bbigras/notmuch
notmuch: 0.31 -> 0.31.3
2021-01-21 09:22:26 +01:00
Mario Rodas
9f07e60af2
rclone: 1.53.3 -> 1.53.4 (#110271)
https://forum.rclone.org/t/rclone-1-53-4-release/21792
2021-01-20 19:41:24 -08:00
R. RyanTM
4a8c551c89 neochat: 1.0 -> 1.0.1 2021-01-21 10:26:10 +08:00
Mario Rodas
0ef9b9da96
Merge pull request #110214 from Chili-Man/terraform-0.14.5-update
terraform_0_14: 0.14.4 -> 0.14.5
2021-01-20 21:05:51 -05:00
Sandro
feb4059865
Merge pull request #110221 from symphorien/nheko-cache
nheko: build qml
2021-01-20 23:26:02 +01:00
Bruno Bigras
fc1ddd2cab notmuch: 0.31 -> 0.31.3 2021-01-20 17:18:04 -05:00
Phillip Cloud
3c02d06932 containerpilot: add lib 2021-01-20 16:28:22 -05:00
06kellyjac
083d8f8bd6 nerdctl: 0.4.0 -> 0.5.0 2021-01-21 06:58:38 +10:00
Symphorien Gibol
a26cb6b37d nheko: build qml
fixes cache issues on update:
https://github.com/Nheko-Reborn/nheko/issues/389
2021-01-20 21:56:10 +01:00
Diego Rodriguez
88fd1ecdc6
terraform_0_14: 0.14.4 -> 0.14.5 2021-01-20 13:37:07 -07:00
Michael Weiss
bc4521411e
signal-desktop: 1.39.5 -> 1.39.6 2021-01-20 20:15:05 +01:00
Michael Weiss
70206c3be4
chromium/doc: Explain how to run the VM tests 2021-01-20 19:23:59 +01:00
Phillip Cloud
c1e08257d8 containerpilot: add spaces as usual 2021-01-20 12:10:29 -05:00
Phillip Cloud
f139efa410 containerpilot: add meta information 2021-01-20 12:10:20 -05:00
Matej Urbas
6a1bee335e
terraform-providers.shell: provider source address (#110160) 2021-01-20 17:42:36 +01:00
Sandro
6e3870622d
Merge pull request #109608 from charvp/pr/gomuks-hardcoded-path
gomuks: patch out hardcoded path
2021-01-20 16:01:12 +01:00
Michael Weiss
2053744515
Merge pull request #110010 from primeos/chromium
chromium: 87.0.4280.141 -> 88.0.4324.96
2021-01-20 15:41:15 +01:00
06kellyjac
4f31c7c748 kube3d: 3.4.0 -> 4.0.0 2021-01-20 14:40:27 +00:00
Charlotte Van Petegem
8cc494b1bb
gomuks: replace tilpner with myself as maintainer 2021-01-20 15:17:10 +01:00
Charlotte Van Petegem
0915191925
gomuks: patch out hardcoded path 2021-01-20 15:17:10 +01:00
Sandro
1cd0cd0b8f
Merge pull request #110135 from doronbehar/pkg/mailspring
mailspring: 1.7.8 -> 1.8.0
2021-01-20 15:11:01 +01:00
Sandro
e4d01e5fc9
Merge pull request #109020 from thiagokokada/move-rambox-to-appimage
rambox: migrate to use AppImage
2021-01-20 14:53:56 +01:00
Doron Behar
5d5082a20c mailspring: 1.7.8 -> 1.8.0 2021-01-20 15:27:14 +02:00
Sandro
7e5551e25a
Merge pull request #110046 from astro/netgear 2021-01-20 13:10:25 +01:00
Phillip Cloud
8f4cadc468 containerpilot: init at 3.9.0pre 2021-01-20 06:19:38 -05:00
Doron Behar
6d9570e9f1 zoom-us: Make update script get exact version
Their website has changed the format in which they display the version,
into something a bit more sophisticated.
2021-01-20 12:47:53 +02:00
Doron Behar
60799d134c
Merge pull request #109837 from r-ryantm/auto-update/gmailctl
gmailctl: 0.7.0 -> 0.8.0
2021-01-20 12:39:24 +02:00
Sandro
11736bd9ca
Merge pull request #109253 from giolekva/master
kube3d: k3sVersion 1.19.4-k3s1 -> 1.20.0+k3s2
2021-01-20 10:28:33 +01:00
Stig Palmquist
c7c869aaec convos: 5.00 -> 5.11 2021-01-20 02:49:44 +01:00
Astro
4b5b5a8cb9 ngadmin: add withReadline, enableEmu, enableSpy flags 2021-01-20 00:09:36 +01:00
Astro
0e674064c2 ngadmin: unstable-2017-11-17 -> unstable-2020-10-05 2021-01-20 00:08:24 +01:00
Michael Weiss
5b6d3c4b13
chromium: 87.0.4280.141 -> 88.0.4324.96
https://chromereleases.googleblog.com/2021/01/stable-channel-update-for-desktop_19.html

This update includes 36 security fixes.

CVEs:
CVE-2021-21117 CVE-2021-21118 CVE-2021-21119 CVE-2021-21120
CVE-2021-21121 CVE-2021-21122 CVE-2021-21123 CVE-2021-21124
CVE-2021-21125 CVE-2020-16044 CVE-2021-21126 CVE-2021-21127
CVE-2021-21128 CVE-2021-21129 CVE-2021-21130 CVE-2021-21131
CVE-2021-21132 CVE-2021-21133 CVE-2021-21134 CVE-2021-21135
CVE-2021-21136 CVE-2021-21137 CVE-2021-21138 CVE-2021-21139
CVE-2021-21140 CVE-2021-21141
2021-01-19 20:56:29 +01:00
Ryan Mulligan
abf9d69f1e
Merge pull request #110000 from r-ryantm/auto-update/kpt
kpt: 0.37.0 -> 0.37.1
2021-01-19 11:26:11 -08:00
R. RyanTM
2540a4111f kpt: 0.37.0 -> 0.37.1 2021-01-19 18:48:20 +00:00
Sandro
6b755ab26d
Merge pull request #109498 from bryanasdev000/package-jmeter
jmeter: 5.1.1 > 5.4
2021-01-19 16:41:34 +01:00
Sandro
5faea624d5
Merge pull request #109877 from r-ryantm/auto-update/jx
jx: 2.1.149 -> 2.1.155
2021-01-19 14:44:38 +01:00
Sandro
3541f0b3d2
Merge pull request #109869 from r-ryantm/auto-update/istioctl
istioctl: 1.8.1 -> 1.8.2
2021-01-19 14:43:18 +01:00
Sandro
fd7ecd2072
Merge pull request #109861 from r-ryantm/auto-update/helmsman
helmsman: 3.6.2 -> 3.6.3
2021-01-19 14:40:10 +01:00
Sandro
22a7925f4f
Merge pull request #109860 from r-ryantm/auto-update/helmfile
helmfile: 0.135.0 -> 0.137.0
2021-01-19 14:38:43 +01:00
Sandro
18fa3ee8de
Merge pull request #109959 from SFrijters/tangram-pkg-config
tangram: Use pkg-config instead of pkgconfig
2021-01-19 14:34:00 +01:00
Stefan Frijters
c946e9c8db
tangram: Use pkg-config instead of pkgconfig 2021-01-19 13:50:40 +01:00
Michael Weiss
101d42849d
chromiumBeta: 88.0.4324.87 -> 88.0.4324.96 2021-01-19 13:25:47 +01:00
Trolli Schmittlauch
a83e716376 cawbird: 1.2.1 -> 1.3.2
- minor feature and bugfix release
- adds dependency on liboauth
- changelogs:
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3.1
    - https://github.com/IBBoard/cawbird/releases/tag/v1.3.2
2021-01-19 12:13:46 +01:00
Sandro
6270a8522f
Merge pull request #100912 from austinbutler/tangram
tangram: init at 1.3.1
2021-01-19 12:06:02 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Luka Blaskovic
bbdad5fa19 terraform-provider-libvirt: base volume snapshot or copy 2021-01-19 05:43:10 +00:00
R. RyanTM
77ccc6da3f jx: 2.1.149 -> 2.1.155 2021-01-19 01:44:30 +00:00
R. RyanTM
6b2d7c11ab istioctl: 1.8.1 -> 1.8.2 2021-01-19 01:10:35 +00:00
R. RyanTM
41009ec5a2 helmsman: 3.6.2 -> 3.6.3 2021-01-19 00:12:46 +00:00
R. RyanTM
501816ab98 helmfile: 0.135.0 -> 0.137.0 2021-01-19 00:09:00 +00:00
R. RyanTM
aed967d8db gmailctl: 0.7.0 -> 0.8.0 2021-01-18 22:18:04 +00:00
Austin Butler
2b9ea67a5a tangram: init at 1.3.1 2021-01-18 13:40:10 -08:00
Simon Žlender
16de77bac5 zncModules.palaver: 2018-09-18 -> 2020-07-18 2021-01-18 21:50:31 +01:00
Simon Žlender
bf0ac7e155 maintainers: add szlend 2021-01-18 21:49:52 +01:00
Christian Kampka
f0ec10a829
treewide: remove kampka as maintainer (#109813) 2021-01-18 21:23:49 +01:00
Sandro
8c61c04882
Merge pull request #109808 from r-ryantm/auto-update/fluxcd
fluxcd: 0.6.0 -> 0.6.1
2021-01-18 20:50:07 +01:00
Sandro
1d9a62c37d
Merge pull request #109809 from r-ryantm/auto-update/fluxctl
fluxctl: 1.21.0 -> 1.21.1
2021-01-18 20:49:57 +01:00
Ryan Mulligan
1a642c4c27
Merge pull request #109725 from r-ryantm/auto-update/atlantis
atlantis: 0.15.1 -> 0.16.0
2021-01-18 11:30:28 -08:00
R. RyanTM
debaa527a3 fluxctl: 1.21.0 -> 1.21.1 2021-01-18 18:47:44 +00:00
Sandro
d510979b08
Merge pull request #109804 from r-ryantm/auto-update/firehol
firehol: 3.1.6 -> 3.1.7
2021-01-18 19:03:52 +01:00
R. RyanTM
68486ea7fd fluxcd: 0.6.0 -> 0.6.1 2021-01-18 18:02:32 +00:00
R. RyanTM
970d09bbb9 firehol: 3.1.6 -> 3.1.7 2021-01-18 17:36:35 +00:00
Sandro
86690bcc68
Merge pull request #109753 from r-ryantm/auto-update/cloudflared
cloudflared: 2020.11.11 -> 2021.1.4
2021-01-18 17:52:05 +01:00
Sandro
8d68902fe9
Merge pull request #109794 from r-ryantm/auto-update/ephemeral
ephemeral: 7.0.4 -> 7.0.5
2021-01-18 17:49:32 +01:00
R. RyanTM
43ee783ac2 ephemeral: 7.0.4 -> 7.0.5 2021-01-18 16:03:24 +00:00
Maximilian Bosch
b30904b3c4
element-desktop: 1.7.16 -> 1.7.17
ChangeLog: https://github.com/vector-im/element-desktop/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Maximilian Bosch
1f3f9053b9
element-web: 1.7.16 -> 1.7.17
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.7.17
2021-01-18 16:59:38 +01:00
Michael Weiss
aee78d463e
ungoogled-chromium: 87.0.4280.88 -> 87.0.4280.141 (security)
I did a quick, automated test by reusing the VM test for Chromium.
2021-01-18 14:56:32 +01:00
R. RyanTM
3d03391738 cloudflared: 2020.11.11 -> 2021.1.4 2021-01-18 13:21:48 +00:00
R. RyanTM
e99ffd3543 atlantis: 0.15.1 -> 0.16.0 2021-01-18 10:14:42 +00:00
Bryan A. S
c48a355030 jmeter: 5.1.1 > 5.4
Update Jmeter to the latest version, also add myself as a maintainer

I have been using the package for 5 months daily, at the moment I am aware of 3 bugs.

1. Jmeter fails to save test plan in /nix/store (by default it saves it where Jmeter was installed).

2. The test fails to run on the latest version complaining about some missing libraries, for example log4j.

3. Jmeter fails to generate the report from a JTL file, for some reason it is not copying the needed files sometimes it fails without any log or error.

The rest works perfectly, but I still plan to fix it at somepoint, as I only use it for development, I didn't find any other bugs, and in the case of the report generator it is possible to generate it during the test run (in my case, the test is run on a non-NIXOS machine) or in a container.

Also add why tests are disabled.

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-01-18 01:01:26 -03:00
github-actions[bot]
4bdb892722
Merge master into staging-next 2021-01-17 18:50:34 +00:00
Ryan Mulligan
29238385b7
Merge pull request #109589 from r-ryantm/auto-update/brave
brave: 1.18.77 -> 1.18.78
2021-01-17 10:03:12 -08:00
github-actions[bot]
9541eb734d
Merge master into staging-next 2021-01-17 12:38:49 +00:00
Symphorien Gibol
d671677eab nixos: rework evolution-data-server module 2021-01-17 11:13:54 +01:00
Daniel Șerbănescu
e44b3c5187 evolution-with-plugins: added support for evolution-ews. 2021-01-17 11:13:54 +01:00
Mario Rodas
bb64d2bc14
Merge pull request #109568 from marsam/update-tiny
tiny: 0.7.0 -> 0.8.0
2021-01-17 04:18:01 -05:00
Jörg Thalheim
040d241522
Merge pull request #109602 from Mic92/zoom
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
2021-01-17 08:57:14 +00:00
Bernardo Meurer
9fcf3e5c25
Merge pull request #109598 from S-NA/wip/firefox-aarch64-lto
firefox: limit disable-elf-hack to arm, x86{,_64}
2021-01-17 08:03:35 +00:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Jörg Thalheim
0c4d9566f1
zoom-us: 5.4.53350.1027 -> 5.4.57862.0110
Replacing zooms qt library has led to incompatibilities between
qt versions used in Nix and zoom. The new approach just sets
LD_LIBRARY_PATH. LD_LIBRARY_PATH is also used internally by zoom
for its own vendored library.

The package has been tested end-to-end in a meeting.
2021-01-17 06:52:09 +01:00
Jan Tojnar
e6f926d910
Merge branch 'master' into staging-next 2021-01-17 05:52:23 +01:00
S. Nordin Abouzahra
00b75b7024 firefox: limit disable-elf-hack to arm, x86{,_64}
This is a follow up to #106617 which brought LTO support but broke the
AArch64 Firefox builds.
2021-01-16 22:26:40 -05:00
R. RyanTM
ae9f18ea15 brave: 1.18.77 -> 1.18.78 2021-01-17 00:07:02 +00:00
Bernardo Meurer
aa4a14b7ad
Merge pull request #106617 from S-NA/wip/firefox-improvements
firefox: fix running wayland firefox built with LTO and some miscellaneous improvements
2021-01-16 23:17:57 +00:00
Michael Weiss
04da763965
google-chrome-dev: Add the new libxshmfence dependency
This is required to launch newer versions of Google Chrome:
/nix/store/XXX-google-chrome-dev-89.0.4385.0/share/google/chrome-unstable/google-chrome-unstable:
error while loading shared libraries: libxshmfence.so.1: cannot open
shared object file: No such file or directory
2021-01-16 20:36:21 +01:00
github-actions[bot]
f46cb85082
Merge master into staging-next 2021-01-16 18:51:05 +00:00
Jörg Thalheim
d8d06d1cec
Merge pull request #109455 from siraben/remove-stdenv-lib 2021-01-16 16:17:07 +00:00
Sandro
cdb29eb851
Merge pull request #109509 from dotlambda/newsboat-2.22.1
newsboat: 2.21 -> 2.22.1
2021-01-16 14:09:22 +01:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Robert Schütz
b7af27e9ea newsboat: 2.21 -> 2.22.1 2021-01-16 10:43:21 +01:00
Mario Rodas
4c84d1bce4 tiny: 0.7.0 -> 0.8.0
https://github.com/osa1/tiny/releases/tag/v0.8.0
2021-01-16 04:20:00 +00:00
github-actions[bot]
2cff4ff45c
Merge master into staging-next 2021-01-16 01:17:48 +00:00
Astro
910b4128f0 ngadmin: init at unstable-2017-11-17 2021-01-15 22:16:26 +01:00
github-actions[bot]
3269d4d3a3
Merge master into staging-next 2021-01-15 18:52:54 +00:00
Sandro
1917c21d2e
Merge pull request #109462 from cpcloud/update-nomad
nomad: 1.0.1 -> 1.0.2
2021-01-15 18:45:41 +01:00
Sandro
cbad8a642b
Merge pull request #109442 from ymatsiuk/bumpflux2
fluxcd: 0.5.9 -> 0.6.0
2021-01-15 18:33:41 +01:00
Phillip Cloud
f7f73b2c8d nomad: 1.0.1 -> 1.0.2 2021-01-15 12:04:42 -05:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next 2021-01-15 17:46:46 +01:00
Rick van Schijndel
9571b57a64 remmina: 1.4.7 -> 1.4.10 2021-01-15 15:30:19 +01:00
Yurii Matsiuk
0cf52d8900
fluxcd: 0.5.9 -> 0.6.0 2021-01-15 14:20:35 +01:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
github-actions[bot]
9f69dadafd
Merge master into staging-next 2021-01-15 01:16:33 +00:00
Maximilian Bosch
f08a59befc
Merge pull request #109313 from yoctocell/tor-browser-bundle-bin-10.0.8
tor-browser-bundle-bin: 10.0.7 -> 10.0.8
2021-01-15 00:17:14 +01:00
Michael Weiss
76fe724675
chromium: Extend update.py to print a summary of the updates
As a first step to automate the commit messages as well.
2021-01-14 21:02:16 +01:00
Michael Weiss
c0e177d09f
chromiumBeta: 88.0.4324.79 -> 88.0.4324.87 2021-01-14 20:36:28 +01:00
github-actions[bot]
183b673b64
Merge master into staging-next 2021-01-14 18:54:05 +00:00
Eduardo Sánchez Muñoz
80badc893d webbrowser: mark as broken
https://github.com/NixOS/nixpkgs/issues/108615
2021-01-14 09:00:19 -08:00
Sandro
cad4d1cd38
Merge pull request #109379 from B4dM4n/salut-a-toi-eval-error 2021-01-14 17:59:25 +01:00
Fabian Möller
745ce45b28
salut_a_toi: fix evaluation error + stdenv.lib -> lib 2021-01-14 17:32:14 +01:00
Sandro
cfbebe08f5
Merge pull request #109374 from alyssais/notmuch
notmuch: skip T568-lib-thread
2021-01-14 17:30:08 +01:00
Alyssa Ross
a438086650
notmuch: skip T568-lib-thread
Fixes: https://github.com/NixOS/nixpkgs/issues/109092
Thanks-to: Puck Meerburg <puck@puckipedia.com>
2021-01-14 16:06:16 +00:00
Sandro
3b0035a292
Merge pull request #109369 from devhell/update-profanity
profanity: 0.9.5 -> 0.10.0
2021-01-14 16:28:45 +01:00
devhell
63bb84bbe2 profanity: 0.9.5 -> 0.10.0 2021-01-14 15:08:47 +00:00
Francois Joulaud
183c8aa821 argo: 2.11.8 -> 2.12.4
cf. https://github.com/argoproj/argo/releases/tag/v2.12.4
2021-01-14 12:22:24 +01:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next 2021-01-14 02:24:17 +01:00
Nikolay Korotkiy
6e83386e82 lagrange: init at 1.0.3 2021-01-13 23:12:50 +01:00
Michael Weiss
69dc4dc2c1
signal-desktop: 1.39.4 -> 1.39.5 2021-01-13 22:04:32 +01:00
yoctocell
1ce9fe8d1b
tor-browser-bundle-bin: 10.0.7 -> 10.0.8
Update to latest release

https://blog.torproject.org/new-release-tor-browser-1008
2021-01-13 21:46:33 +01:00
Sandro
3ef74a3565
Merge pull request #109287 from TredwellGit/element-desktop 2021-01-13 19:05:18 +01:00
Michael Weiss
79150e0573
chromiumDev: 89.0.4381.6 -> 89.0.4385.0 2021-01-13 17:43:12 +01:00
TredwellGit
7016ae47d9 element-desktop: replace riot-desktop with element-desktop
https://element.io/previously-riot
2021-01-13 15:43:26 +00:00
TredwellGit
8fdbb53c35 element-desktop: replace electron_9 with electron 2021-01-13 15:14:22 +00:00
Sandro
a76f0696cc
Merge pull request #109260 from ymatsiuk/flux2bump 2021-01-13 14:59:50 +01:00
S. Nordin Abouzahra
dbe008a52a firefox: remove python2 dependency
Python 2 is no longer required to build Firefox.
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra
7415d0589d firefox: overhaul LTO
Enable LTO support on Linux by default again.

Add patch to fix dependentlibs.list generation under LTO. This is
necessary for fixing firefox-wayland crashing when built with LTO.

Add makeFlags which set ar, ranlib, and nm to be llvm-ar, llvm-ranlib
and llvm-nm when building with llvm-based LTO. (bmo#1480005)
2021-01-13 08:06:48 -05:00
S. Nordin Abouzahra
40b4eb1c52 firefox: simplify NIX_LDFLAGS usage
This was required to solve the XPCOMGlueLoad error when building with
LTO. However, it turns out libxul.so is supposed to have some libraries
that are reported as not found by ldd. Setting the RPATH worked around
the error as it forced dependency resolution but failed to fix the real
issue of broken generation of dependentlibs.list.

The libraries that are reported as not found by ldd are supposed to be
dlopened through the logic found in nsXPCOMGlue.cpp. However since the
generation of dependentlibs.list is broken under LTO this did not
happen. Instead of pulling libwayland-client.so from the GTK libraries
it found the stub library first (libmozwayland.so). The stub library
causes (as it should) wl_display_connect to always return NULL which is
the cause of the segmentation fault and LTO breaking wayland support.

Remove the hardcoded path used for the XPCOMGlueLoad error workaround
in NIX_LDFLAGS. libunwind is still unfortunately needed. Once the issue
of the generation of dependentlibs.list being borked is fixed it should
remedy the wayland crash issue on LTO.
2021-01-13 08:06:47 -05:00
S. Nordin Abouzahra
a277fca1c4 firefox: remove patchelf usage
Firefox has a number of optional dependencies that get dlopened.
Instead of using patchelf to set the RPATH use LD_LIBRARY_PATH.
The motivation for this is we already set LD_LIBRARY_PATH in the
wrapper on Linux.
2021-01-13 08:06:46 -05:00
S. Nordin Abouzahra
80e863c52c firefox: clean up optionals
Change `lib.optionals a [ b ]` to `lib.optional a b`.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra
96c34702e9 firefox: restrict system NSPR workaround
It only affected FF80 so place an upper bound restriction. See
bmo#1661096 for details.

This fixes substituteStream() warnings about missing patterns which
appeared in the logs.
2021-01-13 08:06:45 -05:00
S. Nordin Abouzahra
c6f113a3f4 firefox: remove superfluous NIX_CFLAGS_COMPILE
It was added for nspr and nss back in the 55.0.3 to 56.0 upgrade. It
also served as a workaround for an undeclared gio-unix-2.0 dependency.
Sometime afterwards nspr was removed, leaving just the two. Since then,
upstream has added a declaration for gio-unix-2.0 (in FF62). As for the
nss include it seemingly has no purpose since current firefox builds
with it removed.
2021-01-13 08:06:44 -05:00
Sandro
9534559209
Merge pull request #109264 from 06kellyjac/terragrunt
terragrunt: 0.27.0 -> 0.27.1
2021-01-13 14:05:14 +01:00
Sandro
0d1a657a25
Merge pull request #109142 from freezeboy/remove-postinstall-amfora
amfora: remove unnecessary postInstall phase for darwin
2021-01-13 14:04:33 +01:00
Sandro
8b59c33807
Merge pull request #107142 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.14.0 -> 0.15.0
2021-01-13 14:01:48 +01:00
Sandro
c05e2bc529
Merge pull request #109115 from charvp/pr/bump-gomuks
gomuks: 0.2.1 -> 0.2.2
2021-01-13 14:01:19 +01:00
06kellyjac
2525c0252e terragrunt: 0.27.0 -> 0.27.1 2021-01-13 10:54:37 +00:00
Yurii Matsiuk
63960b3b30
fluxcd: 0.5.0 -> 0.5.9 2021-01-13 10:58:53 +01:00
Charlotte Van Petegem
da9395cf8f
gomuks: 0.2.1 -> 0.2.2 2021-01-13 10:52:50 +01:00
freezeboy
5a15487897 amfora: remove unnecessary postInstall phase for darwin 2021-01-13 09:34:40 +01:00
Sandro
c7a1cbf5cf
Merge pull request #100642 from oxzi/astroid-plugin-fix
astroid: fix python plugin usage
2021-01-13 08:49:29 +01:00
Giorgi Lekveishvili
5d7b2427bd kube3d: k3sVersion 1.19.4-k3s1 -> 1.20.0+k3s2 2021-01-13 11:49:14 +04:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next 2021-01-12 18:47:24 +00:00
Niklas Hambüchen
e350b35cce
Merge pull request #109103 from taku0/thunderbird-bin-78.6.1
thunderbird,  thunderbird-bin: 78.6.0 -> 78.6.1 [Critical security fix]
2021-01-12 19:36:40 +01:00
Sandro
69b5b1a35f
Merge pull request #107884 from freezeboy/update-amfora
amfora: 1.6.0 -> 1.7.2
2021-01-12 17:02:38 +01:00
Sandro
b53bee873e
Merge pull request #107841 from freezeboy/update-3proxy
_3proxy: 0.8.13 -> 0.9.3
2021-01-12 17:02:23 +01:00
Alvar Penning
1eae217a5f astroid: fix python plugin usage
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-12 13:47:27 +01:00
freezeboy
7ff002dc9f amfora: 1.6.0 -> 1.7.2 2021-01-12 11:44:07 +01:00
github-actions[bot]
757ad34b82
Merge master into staging-next 2021-01-11 18:42:29 +00:00
Thiago Kenji Okada
530f90d862 rambox: migrate to use AppImage
The motivation comes from PR #108787: AppImage is the official and
using it should avoid some issues.

Also, migrating both packages (instead of only rambox-pro like #108787)
can make maintaining both packages better. There is now a `mkRambox`
function that abstract most of the build process.
2021-01-11 15:17:15 -03:00
freezeboy
02e8041e72 _3proxy: 0.8.13 -> 0.9.3 2021-01-11 19:14:28 +01:00