3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

20906 commits

Author SHA1 Message Date
Martin Weinelt 6e24b768b3 thunderbird: disable pgo support
Tries to connect out to the internet, so sorry, no pgo for thunderbird.

> console.warn: feeds: "downloadFeed: network connection unavailable"
2022-03-28 21:42:49 +02:00
Martin Weinelt 0d3772f645 firefox: add profile-guided optimization
Lo and behold, we're finally catching up with Mozillas very own firefox
build in terms of speed.

PGO is an optimization technique in which in a first step we create a
build that supports instrumentation, meaning we can use it to create a
profile of how the browser behaved during usage. Then in a second pass
we create the final build that uses the acquired profiling data to
optimize the browser for the workload it actually received during
profiling.

The downside is that with PGO we now need to build Firefox twice, which
increases the build time from around 20 minutes to roughly 50 minutes.

In the Speedometer 2.0 benchmark multiple tests could see a
responsiveness improvemeant around 20-25%, which makes the increased
build time well worth it.

Sadly this benefit seems limited to x86_64-linux, builds on
aarch64-linux get stuck during profiling and I haven't found out why.

Finally, after a long time, we can say:

Closes: #76484
Supersedes: #129503
2022-03-28 21:42:49 +02:00
superherointj 34241facca fluxcd: 0.28.3 -> 0.28.4 2022-03-28 14:32:37 -03:00
Martin Weinelt 2a32474802
firefox: fix drmSupport flag
In #109133 @alyssais discovered that the drmSupport flag stopped
working. This is because Mozilla decided around Firefox 51
(mozbz#1289634) to swap the default values and our flag was asking for
the wrong thing all along.

Since this flag has now been enabled for multiple years, disabling it
would mean a regression for our users. Leaving it enabled should be
unproblematic since it only controls whether Firefox shows the EME nagbar,
that allows to enable Widevine CDM, when a site requests it. The choice is
therefore completely up to the enduser.

Disabling this nagbar is still possible at runtime by setting
`browser.eme.ui.enabled` to `false`. If Widevine CDM was inadvertently
enabled it can be disabled at `media.gmp-widevinecdm.enabled`.

Supersedes: #109133
2022-03-28 18:12:02 +02:00
Jan Tojnar c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar 997bb5e42c Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/development/python-modules/dnspython/default.nix
;	pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Martin Weinelt e65a9bd7f2
Merge pull request #166028 from mweinelt/ircdog 2022-03-28 14:23:39 +02:00
Sandro a63a39e238
Merge pull request #165335 from willcohen/qwt-6.2 2022-03-28 14:19:09 +02:00
Sandro 8c8172151a
Merge pull request #147388 from sagikazarmark/add-argocd-autopilot 2022-03-28 13:53:03 +02:00
Sandro cb76c8bee3
Merge pull request #165761 from fgaz/nheko/0.9.3 2022-03-28 13:26:18 +02:00
Mark Sagi-Kazar ed6c2f9d84
argocd-autopilot: init at 0.3.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2022-03-28 13:17:22 +02:00
Sandro 2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
Thiago Kenji Okada e801b166e5
Merge pull request #166038 from bryanasdev000/rancher-264
rancher: 2.6.0 -> 2.6.4
2022-03-28 09:27:40 +01:00
Bryan A. S 49e412b046 rancher: 2.6.0 -> 2.6.4
- rename from rancher-cli to rancher in pkg expression

- remove explicit docheck = true;
2022-03-28 03:41:01 -03:00
Fabian Affolter 26b86fa1f8 seahhub: rename requests-oauthlib 2022-03-28 08:17:02 +02:00
github-actions[bot] 70dc29f9e8 terraform-providers: update 2022-03-28 2022-03-28 15:58:32 +10:00
Robert Schütz 97e5863569 deltachat-desktop: update react-string-replace to 1.0.0
This reduces the closure size by 4.9 MiB.
2022-03-28 04:52:10 +00:00
Robert Schütz 401a033c6f deltachat-desktop: fix icon 2022-03-28 04:52:10 +00:00
Artturi 609816b0ce
Merge pull request #165950 from K900/upd8n
n8n: 0.169.0 → 0.170.0
2022-03-28 05:22:40 +03:00
Martin Weinelt 4c0dc16f28
ircdog: 0.2.1 -> 0.3.0
https://github.com/ergochat/ircdog/releases/tag/v0.3.0
2022-03-28 04:01:47 +02:00
Martin Weinelt 61acf3518d
Merge pull request #165153 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped 2022-03-28 03:15:07 +02:00
Martin Weinelt 83afce552a
Merge pull request #165152 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-03-28 03:14:42 +02:00
Michael Weiss d037e72af9
ungoogled-chromium: 99.0.4844.82 -> 99.0.4844.84 2022-03-27 21:26:50 +02:00
github-actions[bot] 36198fe197
Merge staging-next into staging 2022-03-27 18:01:40 +00:00
github-actions[bot] e3d20dfaa5
Merge master into staging-next 2022-03-27 18:01:05 +00:00
Sandro 4a1b37d601
gmailctl: add comment why unstable is tracked 2022-03-27 19:44:25 +02:00
Francesco Gazzetta 069fd78e32 nheko: 0.9.2 -> 0.9.3 2022-03-27 18:52:21 +02:00
Sandro 15ee706e94
Merge pull request #165955 from SuperSandro2000/gmailctl 2022-03-27 17:42:56 +02:00
Sandro Jäckel de5a0ee6fc
gmailctl: 0.10.0 -> unstable-2022-03-24 2022-03-27 16:41:49 +02:00
Bruno Bigras 9f29313588
Merge pull request #165917 from techknowlogick/bump-cloudflared-2
cloudflared: 2022.3.1 -> 2022.3.4
2022-03-27 10:27:13 -04:00
Martin Weinelt d68657af92 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 15:54:05 +02:00
Sandro 393e988821
Merge pull request #164166 from dxops/termius 2022-03-27 15:39:23 +02:00
K900 805dd40e78 n8n: 0.169.0 → 0.170.0 2022-03-27 13:33:13 +00:00
Sandro 91d85ee4f9
Merge pull request #161010 from a-m-joseph/chromium-honor-systemdSupport 2022-03-27 15:25:38 +02:00
Stephan 6250441d8a
ocm: init at 0.1.62 (#165483)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:42 +02:00
Sandro 06702657c6
Merge pull request #165647 from r-ryantm/auto-update/opera 2022-03-27 14:44:45 +02:00
Sandro 4338157459
Merge pull request #165436 from QuantMint/vieb-update 2022-03-27 14:29:34 +02:00
TredwellGit c453ff3e9f Merge pull request #165931 from TredwellGit/brave
brave: 1.36.116 -> 1.36.122
2022-03-27 12:13:04 +00:00
Sandro c24680122d
Merge pull request #165582 from peterromfeldhk/peter-pluto 2022-03-27 12:47:49 +02:00
Adam Joseph 5f9ce130b2
chromium: honor systemdSupport
This commit exposes that support for compilation without systemd,
controlled by the global systemdSupport argument.  This argument is
understood by many other nixpkgs expressions and can be set globally
in ~/.config/nixpkgs/config.nix.
2022-03-27 12:47:09 +02:00
Sandro 4a86a56161
Merge pull request #165538 from chuangzhu/gotktrix 2022-03-27 12:29:54 +02:00
Sandro a77efe85da
Merge pull request #165455 from 06kellyjac/driftctl 2022-03-27 12:15:41 +02:00
Steven Kou 8b5bf9f264
vivaldi: 5.1.2567.66-1 -> 5.1.2567.73-1 2022-03-27 17:37:19 +08:00
TredwellGit 19e94fc995 brave: 1.36.116 -> 1.36.122
https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md#136122
2022-03-27 08:17:55 +00:00
techknowlogick 7b4bd32ec2 cloudflared: 2022.3.1 -> 2022.3.4 2022-03-27 02:50:32 -04:00
github-actions[bot] ec92b288e2
Merge staging-next into staging 2022-03-27 06:01:57 +00:00
github-actions[bot] aba0b519c5
Merge master into staging-next 2022-03-27 06:01:24 +00:00
Robert Schütz 12417777b2 deltachat-desktop: 1.26.0 -> 1.28.0
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.28.0
2022-03-27 03:48:21 +00:00
Martin Weinelt 7be28200e2 Merge remote-tracking branch 'origin/master' into staging-next 2022-03-27 01:45:13 +01:00
Michele Guerini Rocco 8e911fa04f
Merge pull request #165826 from matthiasbeyer/update-mutt
mutt: 2.2.1 -> 2.2.2
2022-03-26 23:02:00 +01:00
Ben Siraphob ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
Michael Weiss 89704501dc
chromium: 99.0.4844.82 -> 99.0.4844.84
https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop_25.html

This update includes 1 security fix. Google is aware that an exploit for
CVE-2022-1096 exists in the wild.

CVEs:
CVE-2022-1096
2022-03-26 20:27:38 +01:00
github-actions[bot] 77dc421883
Merge staging-next into staging 2022-03-26 18:01:56 +00:00
github-actions[bot] 3b6f03e497
Merge master into staging-next 2022-03-26 18:01:22 +00:00
Will Cohen f405c59874 libsForQt5.qwt: 6.1.6 -> 6.2.0 2022-03-26 13:35:18 -04:00
Sandro 8377014562
Merge pull request #165343 from yurrriq/kops-1.23.0 2022-03-26 15:52:13 +01:00
Bobby Rong c0387014bf
Merge pull request #165757 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.23.0 -> 0.23.1
2022-03-26 22:22:26 +08:00
github-actions[bot] b2fc63a844
Merge staging-next into staging 2022-03-26 12:02:50 +00:00
github-actions[bot] 811b90f085
Merge master into staging-next 2022-03-26 12:01:14 +00:00
Anderson Torres ae5eef682b
Merge pull request #165703 from OPNA2608/update/palemoon
palemoon: 29.4.4 -> 29.4.5
2022-03-26 08:57:48 -03:00
Sandro 950626ada3
Merge pull request #165601 from superherointj/package-fluxcd-0.28.2 2022-03-26 10:43:58 +01:00
Matthias Beyer f2c5ee8ef3 mutt: 2.2.1 -> 2.2.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-03-26 10:25:11 +01:00
Vladimír Čunát a42ca0678b
Merge branch 'master' into staging-next 2022-03-26 09:20:38 +01:00
Vladimír Čunát b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
github-actions[bot] 7e0fb26e96
Merge staging-next into staging 2022-03-26 00:02:59 +00:00
github-actions[bot] 880c50a133
Merge master into staging-next 2022-03-26 00:02:23 +00:00
superherointj b7cbe6e638 fluxcd: 0.27.4 -> 0.28.3 2022-03-25 20:08:59 -03:00
Bryan A. S ddf58f2d55 argocd: 2.3.1 -> 2.3.2 2022-03-25 18:37:23 -03:00
06kellyjac 7f618b06a0 nerdctl: 0.17.1 -> 0.18.0 2022-03-26 07:06:49 +10:00
github-actions[bot] 84962daf66
Merge staging-next into staging 2022-03-25 18:01:48 +00:00
github-actions[bot] c6dd9fd65d
Merge master into staging-next 2022-03-25 18:01:14 +00:00
Matthieu Coudron b861f07f82
Merge pull request #165255 from rien/master 2022-03-25 16:35:55 +01:00
Thiago Kenji Okada 2958a88341
Merge pull request #165695 from buckley310/pt-2022-03-24
ciscoPacketTracer8: 8.0.1 -> 8.1.1
2022-03-25 14:53:14 +00:00
Jan Tojnar d246548329 Merge branch 'master' into staging-next 2022-03-25 15:03:47 +01:00
Jan Tojnar 23817ad3a3 evolution-ews: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar f07b4584f0 evolution: 3.43.3 → 3.44.0
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.43.3...3.44.0
2022-03-25 15:02:40 +01:00
Jan Tojnar 52e90c9d2f evolution-ews: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar 93ad8bcb6a evolution: 3.43.2 → 3.43.3
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.43.2...3.43.3
2022-03-25 15:02:34 +01:00
Jan Tojnar e409cb6d60 evolution-ews: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution-ews/-/compare/3.42.3...3.43.2
2022-03-25 15:01:24 +01:00
Jan Tojnar 15eadc4cdd evolution: 3.42.3 → 3.43.2
https://gitlab.gnome.org/GNOME/evolution/-/compare/3.42.3...3.43.2
2022-03-25 15:01:24 +01:00
Jan Tojnar 7d2ded8c0f gnome-desktop: Move into top-level 2022-03-25 15:01:21 +01:00
06kellyjac 705c275b61 tektoncd-cli: 0.23.0 -> 0.23.1 2022-03-25 13:13:43 +00:00
Fabian Affolter 6e30c654e1
Merge pull request #165738 from r-ryantm/auto-update/flexget
flexget: 3.3.3 -> 3.3.4
2022-03-25 13:41:38 +01:00
github-actions[bot] 8357b101a5
Merge staging-next into staging 2022-03-25 12:02:05 +00:00
Serhii Zhuravel ff2461f0b6
termius: 7.34.1 -> 7.36.1 2022-03-25 13:22:57 +02:00
Lucas Hoffmann 47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Vladimír Čunát 0a8b4eddd2
Merge branch 'master' into staging-next 2022-03-25 10:16:56 +01:00
R. Ryantm 1eae4d8468 flexget: 3.3.3 -> 3.3.4 2022-03-25 04:58:49 +00:00
Martin Weinelt 2d023aa454
Merge pull request #165735 from squalus/librewolf 2022-03-25 05:12:05 +01:00
Ben Siraphob 1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18 2022-03-24 22:55:34 -05:00
squalus af9f2e4611 librewolf: 98.0-1 -> 98.0.2-1 2022-03-24 20:41:39 -07:00
Ben Siraphob cee88c2a1f
Merge pull request #165711 from fabius/popeye-darwin 2022-03-24 22:21:07 -05:00
Fabian Deifuß 4a9109ff20 popeye: allow to build on darwin 2022-03-24 23:54:53 +01:00
Artturin 33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
OPNA2608 e0b1208a35 palemoon: 29.4.4 -> 29.4.5 2022-03-24 22:24:12 +01:00
Michael Weiss eff7bddc84
Merge pull request #165694 from primeos/chromiumDev
chromiumDev: 101.0.4947.0 -> 101.0.4951.7
2022-03-24 22:13:15 +01:00
Michael Weiss ae62e27e88
Merge pull request #165693 from primeos/chromiumBeta
chromiumBeta: 100.0.4896.46 -> 100.0.4896.56
2022-03-24 22:13:05 +01:00
Pascal Bach 2cb130080d
Merge pull request #165579 from peterromfeldhk/peter-kubent
kubent: init at 0.5.1
2022-03-24 21:55:00 +01:00
Sean Buckley c764d3138e ciscoPacketTracer8: 8.0.1 -> 8.1.1 2022-03-24 16:46:04 -04:00
Ryan Mulligan c2e8907d62
Merge pull request #165633 from r-ryantm/auto-update/helmfile
helmfile: 0.143.1 -> 0.143.3
2022-03-24 13:41:00 -07:00
Michael Weiss a29f5a2eb3
chromiumDev: 101.0.4947.0 -> 101.0.4951.7 2022-03-24 21:34:31 +01:00
Michael Weiss ab49a71ae0
chromiumBeta: 100.0.4896.46 -> 100.0.4896.56 2022-03-24 21:34:12 +01:00
R. Ryantm 86779b82ab opera: 84.0.4316.31 -> 84.0.4316.42 2022-03-24 16:06:12 +00:00
davidak 6ea8d5ee71
Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17
treewide: rename name to pname&version
2022-03-24 16:38:33 +01:00
Ryan Mulligan b27a002344
Merge pull request #165329 from r-ryantm/auto-update/werf
werf: 1.2.77 -> 1.2.78
2022-03-24 07:58:24 -07:00
Ryan Mulligan 85d606f54e
Merge pull request #165595 from r-ryantm/auto-update/cmctl
cmctl: 1.7.1 -> 1.7.2
2022-03-24 07:57:34 -07:00
R. Ryantm 5385b2c2dd helmfile: 0.143.1 -> 0.143.3 2022-03-24 14:43:54 +00:00
Doron Behar 4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
R. Ryantm 81a80c69f7 cmctl: 1.7.1 -> 1.7.2 2022-03-24 10:38:19 +00:00
Peter Romfeld 817bf77574
pluto: init at 5.6.0 2022-03-24 10:54:27 +02:00
Peter Romfeld edd6f77fff
kubent: init at 0.5.1 2022-03-24 10:26:22 +02:00
Bobby Rong 3e6fb7d3b9
Merge pull request #165565 from bobby285271/fractal
fractal: fix build with meson 0.61
2022-03-24 16:13:27 +08:00
Bobby Rong afb5dfaf07
fractal: fix build with meson 0.61 2022-03-24 14:06:23 +08:00
Eduardo Quiros 73faeff43e
signal-desktop: 5.35.0 -> 5.36.0 2022-03-23 21:13:31 -06:00
Chuang Zhu 135cf8aec2 gotktrix: 0.1.1 -> 0.1.2 2022-03-24 08:36:51 +08:00
Felix Buehler 3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
Felix Buehler e0476d93fe treewide: rename name to pname&version 2022-03-23 22:34:54 +01:00
OPNA2608 d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Martin Weinelt b3529accfb
firefox: reformat, sort, cleanup
It is normal for such a large derivation to accumulate mixed codestyles
over all those years making it harder to maintain.

By splitting up dependencies to one per line I noticed two unused
dependencies (hunspell, sqlite) that were removed in this change.

Also most lists are now sorted alphabetically, so reasoning about them
has become much easier.

Lists now use the same style for indentation and concat, and environment
variables are all defined in preConfigure as opposed to bare in the
derivation.

The object dir, firefox build directory, is now in a predictable
directory at ${pwd}/mozobj as opposed to ${pwd}/obj-@CONFIG_GUESS@,
saving us one wildcard expansion. This is also a good prepration for the
PGO build where we need to reference bits inside this directory.

Added a few comments and clarified others from what I've learned how the
firefox build works.
2022-03-23 17:03:42 +01:00
Martin Weinelt 178d447610
firefox: pass pciutils via wrapper instead of patching it 2022-03-23 17:03:42 +01:00
Martin Weinelt 51e5f33899
firefox: fix system libffi usage
Since Firefox 51 the --enable-system-ffi flag was renamed to
--with-systemd-ffi when it moved to the javascript toolkit parts. Rename
the flag accordingly and reintroduce the dependency.

mozbz#1294803
2022-03-23 17:03:41 +01:00
Martin Weinelt 08ea534e67
firefox: drop darwin support
Darwin support was marked broken in 2019 with Firefox 69 and has missed
therefore missed out and not been tested on the following 29 major
releases since.

It cannot be supported again without a darwin user stepping up to take
care and work on and test every major release, which hasn't happened
since I took over maintainership.

The recommendation of the people that tend to the firefox source build
is for darwin users to use firefox-bin instead.
2022-03-23 17:03:41 +01:00
Martin Weinelt 71d879b16b
firefox: drop pipewire from build inputs
Firefox does not support passing pipewire as a system library and
instead relies on a vendored copy it ships. We keep the flag because it
is tied into the wrapper, because we still need to have access to its
libraries at runtime.
2022-03-23 17:03:41 +01:00
Martin Weinelt 48eabf6838
firefox: drop hint regarding system cairo
Building with system cairo has been unsupported since Firefox 60
(mozbz#1432751) and the flag was removed in 2021 with Firefox 92
(mozbz#1722653).
2022-03-23 17:03:41 +01:00
Martin Weinelt 25e22d96ba
firefox: enable necko wifi scanner
Tied to the geolocation support flag. On Linux this uses the DBus
interface of NetworkManager to query visible accesspoints and relay them
to Mozilla location service in return for position approximation.
2022-03-23 17:03:41 +01:00
Martin Weinelt e921e84e9d
firefox: don't set BUILD_OFFICIAL
It was removed in 2009 in favor of MOZILLA_OFFICIAL

mozbz#435923
2022-03-23 17:03:40 +01:00
Martin Weinelt cfcc611cb4
firefox: use our own libwebp 2022-03-23 17:03:40 +01:00
Martin Weinelt 2f31fe95fd
firefox: rename patches arg to extraPatches
This is for consistency with other extra arguments that can be handed to
firefox common.nix.

Also pull the patch phase of the derivation closer together and use the
same list concat style as elsewhere.
2022-03-23 17:03:40 +01:00
Martin Weinelt 350f1345a7
firefox: unpin autoconf & icu, drop yasm
Let's not be the package that is stuck on arbitrarily old dependency
versions that should be removed anyway.
2022-03-23 17:03:40 +01:00
06kellyjac 0e3b203d17 driftctl: 0.24.0 -> 0.25.0 2022-03-23 15:23:37 +00:00
QuantMint 472c91e201 vieb: 6.2.0 -> 7.1.2 2022-03-23 12:37:11 +01:00
Rien Maertens 3d635629be
python3Packages.notmuch2: init at 0.35 2022-03-23 11:04:27 +01:00
Rien Maertens da2a5558ab
alot: fix ModuleNotFoundError of '_notmuch_config' 2022-03-23 10:55:45 +01:00
K900 ddcca20594
n8n: 0.168.1 → 0.169.0 (#165066)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 08:19:10 +01:00
github-actions[bot] c80dabe3b1
Merge staging-next into staging 2022-03-23 06:01:55 +00:00
Bernardo Meurer 02ec7d6673
Merge pull request #165350 from mweinelt/firefox
firefox{,-bin}: 98.0.1 -> 98.0.2
2022-03-22 22:14:24 -07:00
github-actions[bot] 247c94fc6a terraform-providers: update 2022-03-23 2022-03-23 15:09:54 +10:00
Chuang Zhu e9c91a137a
gotktrix: init at 0.1.1 (#162571)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-23 05:50:12 +01:00
Sandro fb9e9db256
Merge pull request #165209 from dan4ik605743/yandex-bump 2022-03-23 04:53:03 +01:00
Sandro 368f28086b
Merge pull request #165221 from OPNA2608/revert/palemoon 2022-03-23 04:20:48 +01:00
Sandro b3cbbee112
Merge pull request #165260 from Alexnortung/session-desktop-appimage 2022-03-23 04:08:51 +01:00
R. Ryantm 4cb1fc0e58 argo-rollouts: 1.1.1 -> 1.2.0 2022-03-23 01:22:57 +00:00
Martin Weinelt 3ec7f8d487
firefox: set consistent remoting name
With Firefox 98.0 the remoting name now depends on the update channel
(mozbz#1752418), which resulted in a weird app_id/wmclass of
`firefox-default`, which broke window association in GNOME and likely
other desktops.

Fixes: #165107
2022-03-23 02:13:20 +01:00
Martin Weinelt 16129972c0
firefox-bin: 98.0.1 -> 98.0.2
https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/
2022-03-23 02:11:55 +01:00
Martin Weinelt 06518a4991
firefox: 98.0.1 -> 98.0.2
https://www.mozilla.org/en-US/firefox/98.0.2/releasenotes/
2022-03-23 02:10:19 +01:00
Eric Bailey 8e51cb22e9 kops: add me as maintainer 2022-03-22 20:10:07 -05:00
Eric Bailey 2e0663acba kops: 1.22.4 -> 1.23.0
- init kops_1_23 at 1.23.0
- drop kops_1_20
2022-03-22 20:10:07 -05:00
zowoq be98149597 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/servers/isso/default.nix
2022-03-23 10:04:17 +10:00
Rok Garbas 07b832716c
Merge pull request #165091 from n0emis/zammad-5.1.0
zammad: 5.0.1 -> 5.1.0
2022-03-22 21:32:14 +01:00
R. Ryantm 2645b864d1 werf: 1.2.77 -> 1.2.78 2022-03-22 19:44:36 +00:00