3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

15001 commits

Author SHA1 Message Date
Fabian Affolter bceef38188 flexget: use transmission-rpc instead of transmissionrpc 2021-03-05 13:46:20 +01:00
github-actions[bot] 15819eb5fc
Merge master into staging-next 2021-03-05 12:20:53 +00:00
Michael Weiss 6abbdecf62
Merge pull request #114977 from primeos/chromium-remove-client-credentials
chromium: Remove google_default_client_{id,secret}
2021-03-05 13:08:09 +01:00
toonn dd4b13bcf3
wire-desktop: linux 3.21.2936 -> 3.22.2937 2021-03-05 12:27:06 +01:00
Mario Rodas f836e661a5 zeek: use caf from nixpkgs 2021-03-05 06:00:00 -05:00
Jan Tojnar a992d68671
Merge branch 'master' into staging-next 2021-03-04 22:11:37 +01:00
R. RyanTM 6dbb06111d helmfile: 0.138.4 -> 0.138.6 2021-03-04 14:59:36 -06:00
Maximilian Bosch d1af42629b
Merge pull request #114910 from Ma27/citrix-maintainership
citrix_workspace: remove myself (ma27) from maintainer list
2021-03-04 21:35:51 +01:00
Maximilian Bosch 1a2ee59f51
citrix_workspace: pmenke wants to take over
See https://discourse.nixos.org/t/citrix-workspace-installation/9777/6
2021-03-04 20:06:08 +01:00
Sandro 7a43daafd5
Merge pull request #115065 from doronbehar/pkg/zoom-us 2021-03-04 18:43:10 +01:00
Michael Weiss 36e5fe006a
chromium: Switch from PipeWire 0.2 to the current 0.3.x releases
This should make it work more reliable and support additional features
like window sharing. See [0] for more details.

[0]: https://jgrulich.cz/2020/12/18/webrtc-chromium-updates-in-2020/
2021-03-04 17:53:06 +01:00
Jonas Chevalier 0722ddab3a
Merge pull request #115064 from andir/update-tf-kubernetes
update terraform-providers.{helm,kubernetes} to 2.0.2
2021-03-04 16:32:02 +00:00
Robert Hensing 89aa0173ca
Merge pull request #115075 from siraben/stdenv-cleanup
treewide: remove stdenv where not needed
2021-03-04 15:51:04 +01:00
Ben Siraphob 98f26993f2 treewide: remove stdenv where not needed 2021-03-04 19:54:50 +07:00
Doron Behar 132d954d35 zoom-us: 5.5.7011.0206 → 5.5.7938.0228 2021-03-04 14:09:35 +02:00
Doron Behar d0853a745c zoom-us: set src pname and version for update script
Cleanup unused arguments.
2021-03-04 14:09:35 +02:00
Andreas Rammhold 4c6e467d26
terraform-providers.kubernetes: 1.13.3 -> 2.0.2 2021-03-04 12:34:53 +01:00
Andreas Rammhold 84e4da60df
terraform-providers.helm: 1.3.2 -> 2.0.2 2021-03-04 12:34:53 +01:00
Andreas Rammhold e3a4ba0052
terraform-providers: fix impurity about Nix version used
I wasn't able to figure out for which unstable version of Nix this is
supposed to work so I added nix itself to the package list. Nix will now
be the same stable version that is also provided in this nixpkgs
checkout.

To make it work with a stable Nix version I also had to trim the build
error output as otherwise it would contain the sha256 prefix & a newline
followed by "error:".
2021-03-04 12:34:48 +01:00
Michael Weiss 8671fe7c90
chromiumDev: 90.0.4427.5 -> 90.0.4430.11 2021-03-04 11:50:46 +01:00
Sean Buckley fcd759da4e brave: 1.20.110 -> 1.21.73 2021-03-03 19:26:15 -05:00
Martin Weinelt 781bf6b78b
Merge branch 'master' into staging-next 2021-03-04 01:22:00 +01:00
Sandro ac1c20756c
Merge pull request #114717 from AndersonTorres/new-luakit
luakit: 2.2.1 -> 2.3
2021-03-04 01:05:06 +01:00
Cole Helbling 29b99a22a5
ssm-agent: don't override phases 2021-03-03 13:27:51 -08:00
Eric Bailey 93ea4e0102 kubernetes-helmPlugins: build rather than download 2021-03-03 13:50:19 -06:00
Matthieu Coudron b9bf757503 kubernetes-helm: support plugins
also introduce helm-s3, helm-diff, helm-secrets plugin.

You can create a wrapped helm with these plugins via:

  myHelm = final.wrapHelm final.kubernetes-helm-unwrapped {
    plugins = with final.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
  };

Running `helm plugin list` will show you these are available.
2021-03-03 13:50:19 -06:00
Jan Tojnar 9bfe3b3e41
Merge branch 'master' into staging-next 2021-03-03 19:47:08 +01:00
Sandro 39cf57406a
Merge pull request #114991 from yvt/fix-cfdyndns
cfdyndns: fix build
2021-03-03 18:01:20 +01:00
Samuel Noordhuis e0a6314775
terraform-docs: 0.9.1 -> 0.11.2 (#114803)
The owner of the repository has changed from segmentio to terraform-docs
since the last pull request.

This commit also introduces the use of buildGoModule in place of
buildGoPackage, so that we can avoid generating a deps.nix file for
module dependencies.
2021-03-03 17:38:09 +01:00
yvt 0177ea48e2 cfdyndns: fix build
The custom installPhase got broken as the rust build scripts only
provide $releaseDir in postInstall hooks. The default rust installPhase
installs the same files, so the custom one is unnecessary.
2021-03-04 01:05:00 +09:00
Michael Weiss 9004162c26
chromium: Add my script to generate the commit messages
Might not be that readable and reliable but it should get the job done.
2021-03-03 16:55:03 +01:00
Michael Weiss dc9f2c5e70
chromium: Remove google_default_client_{id,secret}
Reason: Google is limiting access to their private Chrome APIs starting
on March 15, 2021 [0]. Closes #110245.

From the mailing list thread [1]:
"The changes we announced affect the OAuth 2.0 client id and secret
which are used for signing into Chrome, not the API key."
"To avoid using that API, it's sufficient to either not set the OAuth
2.0 credentials, or disabling the Google signin integration" (e.g. by
passing the flag --allow-browser-signin=false)

[0]: https://blog.chromium.org/2021/01/limiting-private-api-availability-in.html
[1]: https://groups.google.com/a/chromium.org/g/chromium-packagers/c/SG6jnsP4pWM/
2021-03-03 13:13:17 +01:00
Sandro 64648916c0
Merge pull request #114797 from Chili-Man/minikube-1.18.0-update
minikube: 1.17.1 -> 1.18.0
2021-03-03 13:09:37 +01:00
Michael Weiss 9f38162b30
chromium: 88.0.4324.182 -> 89.0.4389.72
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop.html

This update includes 47 security fixes. Google is aware of reports that
an exploit for CVE-2021-21166 exists in the wild.

CVEs:
CVE-2021-21159 CVE-2021-21160 CVE-2021-21161 CVE-2021-21162
CVE-2021-21163 CVE-2021-21164 CVE-2021-21165 CVE-2021-21166
CVE-2021-21167 CVE-2021-21168 CVE-2021-21169 CVE-2021-21170
CVE-2021-21171 CVE-2021-21172 CVE-2021-21173 CVE-2021-21174
CVE-2021-21175 CVE-2021-21176 CVE-2021-21177 CVE-2021-21178
CVE-2021-21179 CVE-2021-21180 CVE-2020-27844 CVE-2021-21181
CVE-2021-21182 CVE-2021-21183 CVE-2021-21184 CVE-2021-21185
CVE-2021-21186 CVE-2021-21187 CVE-2021-21188 CVE-2021-21189
CVE-2021-21190
2021-03-03 12:23:11 +01:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
github-actions[bot] c74f8ccc55
Merge master into staging-next 2021-03-03 06:17:25 +00:00
Linus Heckemann b1e00e453b
Merge pull request #114897 from r-ryantm/auto-update/freerdp
freerdp: 2.3.0 -> 2.3.1
2021-03-03 06:41:33 +01:00
Mario Rodas a03437f35f
Merge pull request #114920 from r-ryantm/auto-update/istioctl
istioctl: 1.9.0 -> 1.9.1
2021-03-02 21:24:59 -05:00
Mario Rodas cb47d44717
Merge pull request #114836 from marsam/update-zeek
zeek: 3.2.4 -> 4.0.0
2021-03-02 21:14:18 -05:00
github-actions[bot] 6153dce703
Merge master into staging-next 2021-03-03 00:38:12 +00:00
R. RyanTM e9c6bcd1fc istioctl: 1.9.0 -> 1.9.1 2021-03-02 23:52:46 +00:00
Maximilian Bosch 55a6de83dd
citrix_workspace: remove myself from maintainer list
The customer project where this was needed is now over and I don't
expect another project with this requirement anytime soon. Since there's
no way to test new versions now, it doesn't make any sense to be a
maintainer here for now.
2021-03-03 00:05:41 +01:00
TredwellGit c3554253ab element: 1.7.21 -> 1.7.22
https://github.com/vector-im/element-web/releases/tag/v1.7.22
https://nvd.nist.gov/vuln/detail/CVE-2021-21320
2021-03-02 22:16:39 +00:00
R. RyanTM dcea139c69 freerdp: 2.3.0 -> 2.3.1 2021-03-02 22:06:41 +00:00
Michael Weiss f4c885a79a
chromiumBeta: 89.0.4389.69 -> 89.0.4389.72 2021-03-02 20:28:11 +01:00
Graham Christensen 820cc72b52
ssm-agent: 2.3.1319.0 -> 3.0.755.0
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-03-02 10:51:12 -08:00
Orivej Desh c1180834cf claws-mail: specify that gpl3 is gpl3Plus 2021-03-02 18:26:47 +00:00
Orivej Desh e37e954d71
claws-mail-gtk3: re-enable fancy plugin (#114871)
It was inadvertently disabled by #113663.
2021-03-02 18:26:22 +00:00
github-actions[bot] 4b97c2a726
Merge master into staging-next 2021-03-02 18:17:39 +00:00
Sandro c1d529dbb1
Merge pull request #114768 from SuperSandro2000/fix-collection19 2021-03-02 16:59:03 +01:00
ajs124 c29dc9a55c eiskaltdcpp: 2.2.10 -> 2.4.1 2021-03-02 13:38:49 +01:00
github-actions[bot] c770b491e3
Merge master into staging-next 2021-03-02 12:17:28 +00:00
Linus Heckemann d125743533
Merge pull request #114430 from r-ryantm/auto-update/freerdp
freerdp: 2.2.0 -> 2.3.0
2021-03-02 12:25:50 +01:00
github-actions[bot] ecbacbd259
Merge master into staging-next 2021-03-02 06:17:18 +00:00
Diego Rodriguez 13be7fd7b7
minikube: 1.17.1 -> 1.18.0 2021-03-01 17:31:30 -07:00
AndersonTorres 70ef3914bc luakit: 2.2.1 -> 2.3 2021-03-01 15:03:41 -03:00
Martin Weinelt 9e86aa7157 Merge remote-tracking branch 'origin/master' into staging-next 2021-03-01 16:03:00 +01:00
Sandro Jäckel 88231ba058
modem-manager-gui: remove unused inputs 2021-03-01 10:47:10 +01:00
Sandro Jäckel 8b34b766f2
ripcord: remove unused inputs, format 2021-03-01 10:46:55 +01:00
Mario Rodas a626c5a51c zeek: 3.2.4 -> 4.0.0
https://github.com/zeek/zeek/releases/tag/v4.0.0
2021-03-01 04:20:00 +00:00
Fabian Affolter fe4928cafd
Merge pull request #114621 from r-ryantm/auto-update/argocd
argocd: 1.8.5 -> 1.8.6
2021-02-28 22:16:43 +01:00
Pavol Rusnak 932764af1f
Merge pull request #114209 from nicbk/master
tor-browser-bundle-bin: 10.0.9 -> 10.0.12
2021-02-28 22:12:55 +01:00
Kira Bruneau 6e3988ae06 newsflash: use cargoSetupHook instead of buildRustPackage
The new cargoSetupHook makes it easier to work with mixed projects. In
this case meson & ninja + rust.

See https://github.com/NixOS/nixpkgs/pull/114669#issuecomment-787470564
2021-02-28 11:47:47 -05:00
Sandro 466606e5a4
Merge pull request #114609 from MetaDark/newsflash
newsflash: 1.2.2 -> 1.3.0
2021-02-28 17:31:50 +01:00
R. RyanTM f361a1a902 argocd: 1.8.5 -> 1.8.6 2021-02-28 08:01:16 +00:00
github-actions[bot] ee0bd463b5
Merge master into staging-next 2021-02-28 00:40:15 +00:00
Kira Bruneau df4f3e90e2 newsflash: 1.2.2 -> 1.3.0 2021-02-27 18:07:52 -05:00
Wael Nasreddine 42a2ad0f44
terraform-providers.vultr: 1.5.0 -> 2.1.3 (#114593) 2021-02-27 13:44:51 -08:00
github-actions[bot] 6e387b7d59
Merge master into staging-next 2021-02-27 18:16:41 +00:00
Michael Weiss 5240639ab6
chromiumDev: 90.0.4421.5 -> 90.0.4427.5 2021-02-27 16:35:48 +01:00
Michael Weiss adccc8b65b
chromiumBeta: 89.0.4389.58 -> 89.0.4389.69 2021-02-27 16:35:48 +01:00
github-actions[bot] 5b68a8b74b
Merge master into staging-next 2021-02-27 12:19:58 +00:00
zimbatm bdfd50116a
Revert "mdsh: 0.5.0 -> 0.6.0"
This was pushed by mistake!

This reverts commit 7ee7b5deec.
2021-02-26 22:54:37 +01:00
zimbatm 7ee7b5deec
mdsh: 0.5.0 -> 0.6.0 2021-02-26 22:52:59 +01:00
github-actions[bot] c0d450070c
Merge master into staging-next 2021-02-26 18:16:44 +00:00
adisbladis 92f2c8b4ac
firefox-bin: Remove alsa/libpulseaudio dev outputs
It doesn't seem that these make any functional difference, but they are
increasing the closure size.
2021-02-26 19:07:52 +02:00
Michael Weiss ed113c9bd5
tdesktop: 2.6.0 -> 2.6.1 2021-02-26 13:43:29 +01:00
Martin Weinelt 00ec1e7e35 gns3-server: drop py-cpuinfo override 2021-02-26 11:02:02 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Sandro 4a89c87410
Merge pull request #114284 from maxeaubrey/nomad_1_0_4
nomad_1_0: 1.0.3 -> 1.0.4
2021-02-26 09:36:38 +01:00
R. RyanTM 9fce4a036d freerdp: 2.2.0 -> 2.3.0 2021-02-26 04:35:46 +00:00
GTrunSec 5895664bce zeek: update patch and cleanup 2021-02-25 17:13:36 -08:00
Maximilian Bosch bc87fc1907
Merge pull request #114072 from raboof/maven3-default-jdk
maven: use default jdk
2021-02-26 00:51:45 +01:00
Maximilian Bosch e7e25cb5e3
Merge pull request #114372 from r-ryantm/auto-update/rssguard
rssguard: 3.8.4 -> 3.9.0
2021-02-26 00:41:40 +01:00
Fabian Affolter 2ce6aec3d1
rssguard: specify license 2021-02-25 18:22:17 +01:00
R. RyanTM 2a361c6681 rssguard: 3.8.4 -> 3.9.0 2021-02-25 16:23:30 +00:00
Mario Rodas c39abeec9d
Merge pull request #114313 from buckley310/brave
brave: 1.19.88 -> 1.20.110
2021-02-25 08:54:44 -05:00
Sandro ddf6d28756
Merge pull request #114301 from andersk/zulip
zulip: 5.5.0 → 5.6.0
2021-02-25 13:00:58 +01:00
Sandro ab5f8a4746
Merge pull request #114258 from Mic92/wee-slack
weechatScripts.wee-slack: 2.6.0 -> 2.7.0
2021-02-25 09:13:39 +01:00
Sandro f1fda28592
Merge pull request #114244 from 06kellyjac/waypoint
waypoint: 0.2.2 -> 0.2.3
2021-02-25 08:59:02 +01:00
Ryan Mulligan 1f32038df1
Merge pull request #113856 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.6 -> 0.8.7
2021-02-24 20:31:08 -08:00
Sean Buckley 504a933df7 brave: 1.19.88 -> 1.20.110 2021-02-24 23:07:11 -05:00
Anders Kaseorg 472f266d28 zulip: 5.5.0 → 5.6.0
Also add myself as a maintainer.  (I work for upstream.)

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-02-24 16:29:22 -08:00
Maxine Aubrey a7b45621e8
nomad_1_0: 1.0.3 -> 1.0.4 2021-02-24 23:12:23 +01:00
Bernardo Meurer b717fef7fa
Merge pull request #114239 from taku0/thunderbird-bin-78.8.0
thunderbird, thunderbird-bin: 78.7.1 -> 78.8.0
2021-02-24 21:17:18 +00:00
Jörg Thalheim 7ce33fa627
Merge pull request #103844 from lourkeur/onionshare-2.3
onionshare: 2.2 -> 2.3.1
2021-02-24 19:32:24 +00:00
Bernardo Meurer f6b5bfdb47
Merge pull request #114236 from taku0/firefox-bin-86.0
firefox-bin: 85.0.2 -> 86.0 [High security fixes]
2021-02-24 18:30:23 +00:00
Martin Weinelt 7b9c874d67
firefox-esr: 78.7.1esr -> 78.8.0esr
/cc original PR #114152.  ESR doesn't need to go through staging.
I briefly ran it on X11 x86_64 NixOS and checked build on aarch64.
(for other's testing see the PR linked above)
2021-02-24 18:41:30 +01:00
Louis Bettens 9fd6ee224a onionshare: 2.3 -> 2.3.1 2021-02-24 18:10:34 +01:00
Louis Bettens 58e767c037 onionshare: allow using nix run 2021-02-24 18:10:34 +01:00
Louis Bettens d25e92102d onionshare: 2.2 -> 2.3 2021-02-24 18:10:34 +01:00
Jörg Thalheim c3ea33e72b
weechatScripts.wee-slack: 2.6.0 -> 2.7.0 2021-02-24 18:04:36 +01:00
Michael Weiss 2c042fe9c8
tdesktop: 2.5.9 -> 2.6.0
This also adds libthai and libdatrie as optional dependencies for gtk3.
2021-02-24 17:49:59 +01:00
06kellyjac c939abf9a1 waypoint: 0.2.2 -> 0.2.3
- add installCheckPhase
- add runHooks to build and install
2021-02-24 13:56:21 +00:00
Mario Rodas 2d28c95f28
Merge pull request #114220 from 06kellyjac/nerdctl
nerdctl: 0.6.0 -> 0.6.1
2021-02-24 05:21:26 -05:00
Mario Rodas 90bd18552f
Merge pull request #114198 from marsam/update-zeek
zeek: 3.2.3 -> 3.2.4
2021-02-24 05:20:00 -05:00
06kellyjac 95a7975c27 nerdctl: 0.6.0 -> 0.6.1 2021-02-24 09:36:39 +00:00
Nicolás Kennedy b0202dd63f
tor-browser-bundle-bin: 10.0.9 -> 10.0.12
Update to latest release
https://blog.torproject.org/new-release-tor-browser-10012
2021-02-23 22:38:11 -08:00
Peter Hoeg 71e0a6fb1d neochat: 1.0.1 -> 1.1.1 2021-02-24 12:15:46 +08:00
Mario Rodas f209d732d2
Merge pull request #109999 from r-ryantm/auto-update/kube-router
kube-router: 1.1.0 -> 1.1.1
2021-02-23 20:52:07 -05:00
Mario Rodas 85f5291d9e
Merge pull request #113805 from r-ryantm/auto-update/argocd
argocd: 1.8.4 -> 1.8.5
2021-02-23 20:28:46 -05:00
Mario Rodas e1d3523107
Merge pull request #113844 from r-ryantm/auto-update/kubeseal
kubeseal: 0.14.1 -> 0.15.0
2021-02-23 20:25:04 -05:00
Mario Rodas 52c3542713
Merge pull request #114094 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.26 -> 2.27
2021-02-23 20:14:19 -05:00
Mario Rodas 612a4a74a5
Merge pull request #112554 from r-ryantm/auto-update/websocketd
websocketd: 0.3.1 -> 0.4.1
2021-02-23 20:10:56 -05:00
Sandro 60358d0dcf
Merge pull request #113731 from bryanasdev000/package-nextcloud-client-3.1.3
nextcloud-client: 3.0.3 -> 3.1.3
2021-02-23 22:08:09 +01:00
Sandro c01e05e65b
Merge pull request #114121 from SuperSandro2000/fix-collection18 2021-02-23 20:15:52 +01:00
taku0 224c4066a6 thunderbird: 78.7.1 -> 78.8.0 2021-02-24 03:12:38 +09:00
taku0 e70261f09d thunderbird-bin: 78.7.1 -> 78.8.0 2021-02-24 03:12:15 +09:00
Michele Guerini Rocco eb27b8efd7
Merge pull request #110595 from rnhmjoj/nheko
nheko: build with VoIP support
2021-02-23 18:24:16 +01:00
Michael Weiss 74b34f4a17
signal-desktop: 1.40.0 -> 1.40.1 2021-02-23 17:23:15 +01:00
Sandro Jäckel 72a79cf5df
bee: remove unused inputs 2021-02-23 15:58:30 +01:00
Sandro Jäckel c560f7954e
mumble: cleanup ? null and assertion, remove not required enableParallelBuilding due to qmake 2021-02-23 15:58:29 +01:00
Sandro Jäckel ba0626eb7c
mumble: remove unused inputs 2021-02-23 15:08:37 +01:00
Sandro 569f7d42bf
Merge pull request #114101 from 06kellyjac/terragrunt
terragrunt: correct sha to match 0.28.7
2021-02-23 14:51:21 +01:00
taku0 3afd616405 firefox-bin: 85.0.2 -> 86.0 2021-02-23 21:12:19 +09:00
Gabriel Ebner ceee96345d
Merge pull request #109786 from r-ryantm/auto-update/elinks
elinks: 0.13.5 -> 0.14.0
2021-02-23 12:27:01 +01:00
06kellyjac e7ee3966c6 terragrunt: correct sha to match 0.28.7 2021-02-23 10:39:15 +00:00
R. RyanTM 0f31ed063e seaweedfs: 2.26 -> 2.27 2021-02-23 10:04:14 +00:00
Fabian Affolter 93a812bb9f
Merge pull request #113648 from 06kellyjac/terragrunt
terragrunt: 0.28.6 -> 0.28.7
2021-02-23 10:53:36 +01:00
rnhmjoj 59fb4293fc
nheko: build with VoIP support 2021-02-23 10:46:49 +01:00
Arnout Engelen ed5b9cce76
maven: use default jdk
While builds using maven are relatively likely to target jdk8,
they typically support building using default jdk.

The main exception is the default jdk no longer supports targeting
JRE's before version 8. For projects that do that we can override the
jdk version for the maven used there.
2021-02-23 09:22:40 +01:00
Sandro ad06c82b9c
Merge pull request #113965 from SuperSandro2000/fix-collection17 2021-02-23 08:44:14 +01:00
Jörg Thalheim fb1bab9936 deltachat: 1.14.1 -> 1.15.1 2021-02-22 23:59:57 -05:00
Mario Rodas 77f4789e2c flexget: 3.1.98 -> 3.1.103 2021-02-23 04:20:00 +00:00
Denny Schäfer 0b670b4bb3
slack: 4.12.2 -> 4.13.0 2021-02-25 00:00:19 +01:00
Mario Rodas 85fe8c3f4b zeek: 3.2.3 -> 3.2.4
https://github.com/zeek/zeek/releases/tag/v3.2.4
2021-02-23 04:20:00 +00:00
Nikolay Korotkiy 7072d6a0f2
lagrange: 1.1.1 → 1.1.4 2021-02-23 00:32:56 +03:00
Bryan A. S 4515dfb6a2 nextcloud-client: 3.0.3 -> 3.1.3
Updated to the latest version and add qtwebsockets for cmake errors and libsecret for ld errors

Remove qtWrapperArgs for libsecret

Comment patch and fix license

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-02-22 11:53:32 -03:00
06kellyjac e544bbe6b3 nerdctl: correct shas to match 0.6.0 2021-02-22 13:18:59 +00:00
github-actions[bot] 8b6e6ae050
Merge master into staging-next 2021-02-22 12:16:58 +00:00
Elis Hirwing 8377eef027
Merge pull request #113917 from ymatsiuk/appgate
appgate-sdp: fix substitution bug
2021-02-22 10:05:54 +01:00
Yurii Matsiuk 8c2ed193e8
appgate-sdp: fix substitution bug 2021-02-22 09:50:58 +01:00
github-actions[bot] 227aa2c9b0
Merge master into staging-next 2021-02-22 06:17:05 +00:00
davidak 0932f80bb7
Merge pull request #113877 from r-ryantm/auto-update/tilt
tilt: 0.18.9 -> 0.18.10
2021-02-22 03:27:41 +01:00
Sandro d72bb55874
Merge pull request #113847 from otavio/upgrade-pkgs-2021-02-20 2021-02-22 01:39:46 +01:00
github-actions[bot] d8f2a7bf5c
Merge master into staging-next 2021-02-22 00:37:52 +00:00
Sandro 4249bb41f4
Merge pull request #113760 from chvp/bump-gomuks 2021-02-22 01:35:07 +01:00
Sandro Jäckel 05c41cd7b8
calls: remove unused input 2021-02-22 01:16:28 +01:00
Sandro Jäckel 958e6e7018
nyxt: remove unused input 2021-02-22 01:16:27 +01:00
github-actions[bot] 93b17c1b4d
Merge master into staging-next 2021-02-21 18:17:22 +00:00
ajs124 60450f6b8d
Merge pull request #113663 from helsinki-systems/claws
claws-mail{,-gtk3}: refactor and merge
2021-02-21 19:16:46 +01:00
Charlotte Van Petegem b5171593b3
gomuks: fix license information 2021-02-21 14:05:34 +01:00
Charlotte Van Petegem b344431946
maintainers: rename charvp to chvp 2021-02-21 14:05:18 +01:00
github-actions[bot] cf22d5fee7
Merge master into staging-next 2021-02-21 12:19:43 +00:00
Sandro 958d38e433
Merge pull request #113824 from r-ryantm/auto-update/dnscontrol
dnscontrol: 3.6.0 -> 3.7.0
2021-02-21 08:20:48 +01:00
github-actions[bot] 2c8fa86436
Merge master into staging-next 2021-02-21 06:16:32 +00:00
R. RyanTM 17732d2ed3 tilt: 0.18.9 -> 0.18.10 2021-02-21 05:44:40 +00:00
davidak 0e80ec0346
Merge pull request #113329 from r-ryantm/auto-update/evolution
evolution: 3.38.3 -> 3.38.4
2021-02-21 02:23:43 +01:00
R. RyanTM 2b2772fa0d node-problem-detector: 0.8.6 -> 0.8.7 2021-02-21 01:22:58 +00:00
github-actions[bot] dc31fd042c
Merge master into staging-next 2021-02-21 00:38:49 +00:00
davidak fcaa370980
Merge pull request #113841 from r-ryantm/auto-update/ipfs
ipfs: 0.7.0 -> 0.8.0
2021-02-21 01:26:22 +01:00
Otavio Salvador f2d739f6f3 shellhub-agent: 0.5.1 -> 0.5.2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-02-20 21:04:44 -03:00
R. RyanTM a6cff407a2 kubeseal: 0.14.1 -> 0.15.0 2021-02-20 23:39:41 +00:00
R. RyanTM 1173ecf673 ipfs: 0.7.0 -> 0.8.0 2021-02-20 23:03:44 +00:00
R. RyanTM ceeccb2ce2 dnscontrol: 3.6.0 -> 3.7.0 2021-02-20 20:12:00 +00:00
Vladimír Čunát 65408dae4e
Merge #111293: thunderbird-bin: switch to pname + version 2021-02-20 20:10:20 +01:00
Charlotte Van Petegem 020288102a
gomuks: 0.2.2 -> 0.2.3 2021-02-20 19:25:00 +01:00
github-actions[bot] 7a1ee9c317
Merge master into staging-next 2021-02-20 18:17:10 +00:00
R. RyanTM 467dd50cc2 argocd: 1.8.4 -> 1.8.5 2021-02-20 18:08:25 +00:00
Sandro 38c3cfe9e4
Merge pull request #113737 from Enteee/master
deltachat-electron: 1.3.0 -> 1.4.1
2021-02-20 16:31:20 +01:00
github-actions[bot] 4c0670dace
Merge staging-next into staging 2021-02-20 06:17:59 +00:00
taku0 0253d3097d
Merge pull request #112491 from xaverdh/firefox-plugins-cleanup
firefox/wrapper: clean up plugin related code
2021-02-20 15:17:16 +09:00
Ryan Mulligan 3240fc06e6
Merge pull request #111336 from MetaDark/newsflash
newsflash: 1.1.1 -> 1.2.2
2021-02-19 20:58:10 -08:00
Sandro ec6480813d
Merge pull request #113698 from ymatsiuk/fluxcd
fluxcd: 0.8.1 -> 0.8.2
2021-02-20 04:16:35 +01:00
github-actions[bot] abe7db36a4
Merge staging-next into staging 2021-02-20 00:36:40 +00:00
Ente 9d9a8a0ce1
deltachat-electron: 1.3.0 -> 1.4.1
* Also apply nixpkgs-fmt
2021-02-20 01:08:30 +01:00
Michael Weiss 62df868822
ungoogled-chromium: 88.0.4324.150 -> 88.0.4324.182 2021-02-19 19:47:38 +01:00
Michael Weiss 8df4ea8d28
chromiumDev: 90.0.4412.3 -> 90.0.4421.5 2021-02-19 19:45:39 +01:00
Sandro 41edfe8c20
Merge pull request #113295 from siraben/cc-eq-cc 2021-02-19 19:25:41 +01:00
Ben Siraphob 223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
ajs124 c2349bf052 claws-mail{,-gtk3}: set version for gtk3 to 3.99.0 2021-02-19 17:56:11 +01:00
Jan Tojnar 8f50f1ce10
Merge branch 'staging-next' into staging
Resolved the following conflicts:

- kernel flags between 09176d28a0 and 2b28822d8d
- clojure-lsp between 3fa00685ce and e03c068af5
2021-02-19 17:15:31 +01:00
Yurii Matsiuk 8fbe61b9cd
fluxcd: 0.8.1 -> 0.8.2 2021-02-19 14:59:41 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Sandro 4b694d5e3d
Merge pull request #113674 from SuperSandro2000/fix-collection16 2021-02-19 13:27:03 +01:00
06kellyjac 1f1f14f523 nerdctl: 0.5.0 -> 0.6.0
- nixpkgs-fmt
- add installCheckPhase
- hardcode homepage
- add changelog
- sort meta
2021-02-19 09:55:12 +00:00
github-actions[bot] 06c2bba257
Merge staging-next into staging 2021-02-19 06:18:06 +00:00
Ryan Mulligan 1d2743e79c
Merge pull request #112773 from r-ryantm/auto-update/bee
bee: 0.4.2 -> 0.5.0
2021-02-18 21:25:35 -08:00
Ryan Mulligan ee265d23c0
Merge pull request #113300 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.24 -> 2.26
2021-02-18 21:24:24 -08:00
Ryan Mulligan 9d7ee4f2e3
Merge pull request #113550 from r-ryantm/auto-update/argo
argo: 2.12.8 -> 2.12.9
2021-02-18 21:07:38 -08:00
Ryan Mulligan d1e1fca53b
Merge pull request #113629 from r-ryantm/auto-update/waypoint
waypoint: 0.2.1 -> 0.2.2
2021-02-18 21:03:45 -08:00
ajs124 bf92540097 claws-mail: refactor feature flags/deps into one list
also add myself as maintainer
2021-02-19 01:48:50 +01:00
zowoq 3dab057264 Merge staging-next into staging 2021-02-19 10:47:46 +10:00
Alvar Penning 553ad198c2 claws-mail{,-gtk3}: refactor
Update Claws Mail to its latest version and perform a major refactoring.

Previously, the configurable arguments were neither complete nor named
according to the configure.ac file. Likewise, the values did not
correspond to the defaults, but rather to a personal preference.

This has now been changed to enable the arguments which are enabled in
the configure.ac file. Also the variable names have been adjusted. For
compatibility the old parameters also exist.

Next to the claws-mail package is the "experimental" claws-mail-gtk3
package for the non official gtk3 git branch. This package started as an
almost one-to-one copy of the claws-mail derivation which small
modifications. This package was of course not updated.

This has also been changed so that both packages are built from the same
derivative.
2021-02-19 01:23:47 +01:00
Sandro Jäckel 2cc1639a5e
neomutt: remove unused input 2021-02-18 22:25:07 +01:00
Sandro Jäckel c8dfbb6e75
aerc: remove unused inputs 2021-02-18 22:24:57 +01:00
06kellyjac 2dae13180b terragrunt: 0.28.6 -> 0.28.7 2021-02-18 21:20:05 +00:00
Sandro 7fcbe93d4a
Merge pull request #113573 from 06kellyjac/terragrunt
terragrunt: 0.28.5 -> 0.28.6
2021-02-18 21:00:08 +01:00
Sandro 424c6c2f00
Merge pull request #113610 from 06kellyjac/mullvad-vpn
mullvad-vpn: 2021.1 -> 2021.2
2021-02-18 20:35:16 +01:00
Daniël de Kok 13a56558d5
Merge pull request #113549 from r-ryantm/auto-update/amfora
amfora: 1.7.2 -> 1.8.0
2021-02-18 20:31:41 +01:00