R. Ryantm
a7bcc9a871
podman-tui: 0.2.0 -> 0.3.0
2022-03-30 23:19:48 +00:00
R. Ryantm
0e671e2b2b
strawberry: 1.0.2 -> 1.0.3
2022-03-29 13:54:03 +08:00
ajs124
ed612de9ab
Merge pull request #165928 from kouyk/update/vivaldi
...
vivaldi: 5.1.2567.66-1 -> 5.1.2567.73-1
2022-03-29 04:44:08 +02:00
Ben Siraphob
27f51c5d7a
Merge pull request #165321 from malob/update-1password
2022-03-28 21:29:23 -05:00
Malo Bourgon
fc3331b522
neovim-remote: add meta.mainProgram ( #166173 )
2022-03-29 04:15:31 +02:00
Malo Bourgon
47417621a5
_1password: add shell completions
2022-03-28 15:40:54 -07:00
Malo Bourgon
93eb4dbde1
_1password: refactor code to reduce duplication
2022-03-28 14:30:54 -07:00
Bernardo Meurer
0e3d0d844e
Merge pull request #166078 from mweinelt/firefox-drm
...
firefox: fix drmSupport flag
2022-03-28 12:49:42 -07:00
Martin Weinelt
2cb9593cad
firefox: always build with clang
...
Both LTO and PGO require the use of clang so I think its easier to just
stick with clang for all builds, so PGO and LTO could in theory be used
without each other.
2022-03-28 21:42:49 +02:00
Martin Weinelt
4cf4a7b848
firefox: add pname to throw message
...
https://github.com/NixOS/nixpkgs/pull/164646#discussion_r835879348
2022-03-28 21:42:49 +02:00
Martin Weinelt
05a6b3c2b7
librewolf: disable pgo support
...
Starts profiling, starts librewolf, but gets stuck and never terminates.
2022-03-28 21:42:49 +02:00
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
Ryan Mulligan
f9d7452d46
Merge pull request #164617 from r-ryantm/auto-update/rpcs3
...
rpcs3: 0.0.21-13327-6c096b72b -> 0.0.21-13352-e58906cb4
2022-03-28 09:30:12 -07: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
Mr Hedgehog
8c496e6193
vimPlugins.vim-svelte: init at 2022-02-17
2022-03-28 09:11:35 -04:00
Mr Hedgehog
85f2d57a48
vimPlugins.coc-svelte: init at 2022-03-14
2022-03-28 09:11:34 -04:00
Mr Hedgehog
996863b07e
vimPlugins.coc-tailwindcss: init at 2020-08-19
2022-03-28 09:11:33 -04:00
Mr Hedgehog
c8a5b5aa89
vimPlugins: update
2022-03-28 09:11:27 -04:00
Sandro
866bf33324
Merge pull request #166001 from minijackson/vimplugins-telescope-ui
2022-03-28 14:36:58 +02:00
Sandro
a22227520e
Merge pull request #165690 from rhoriguchi/spicetify-cli
2022-03-28 14:29:25 +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
Jörg Thalheim
2a61b85e4b
Merge pull request #166013 from hmenke/git-branchless
...
git-branchless: 0.3.9 -> 0.3.10
2022-03-28 12:53:16 +01: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
Sandro
615a0a3593
Merge pull request #164165 from ilya-fedin/vscode-clear-closure
2022-03-28 13:23:55 +02:00
Sandro
528edfe5ec
Merge pull request #165187 from rgrinberg/ablog
2022-03-28 13:21:51 +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
Sandro
97f06b5e0b
byzan: switch to working source
...
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2022-03-28 12:23:11 +02:00
Pavol Rusnak
1188c14e06
Merge pull request #164457 from prusnak/electrum
...
electrum: 4.1.5 -> 4.2.1
2022-03-28 11:14:46 +02:00
Yaya
7d1a55bdfb
gitlab: 14.8.4 -> 14.9.1 ( #165309 )
2022-03-28 11:11:17 +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
Maximilian Bosch
f9dd150fbe
Merge pull request #165960 from Ma27/bump-stellarium
...
stellarium: 0.21.3 -> 0.22.0
2022-03-28 10:06:37 +02:00
7c6f434c
1dfd957336
Merge pull request #165570 from r-ryantm/auto-update/jmol
...
jmol: 14.32.33 -> 14.32.39
2022-03-28 07:52:03 +00: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
github-actions[bot]
70dc29f9e8
terraform-providers: update 2022-03-28
2022-03-28 15:58:32 +10:00
Vincent Laporte
bb559f92af
stog: use dune version 3
2022-03-28 07:08:14 +02: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
Henri Menke
a39b29dd09
git-branchless: 0.3.9 -> 0.3.10
2022-03-27 23:39:51 +00:00
Ryan Horiguchi
3c245b4e49
spicetify-cli: 2.9.2 -> 2.9.4
2022-03-27 22:21:03 +02:00
Michael Weiss
b3088d4478
Merge pull request #165995 from primeos/ungoogled-chromium
...
ungoogled-chromium: 99.0.4844.82 -> 99.0.4844.84
2022-03-27 22:03:30 +02:00
Michael Weiss
d037e72af9
ungoogled-chromium: 99.0.4844.82 -> 99.0.4844.84
2022-03-27 21:26:50 +02:00
Jan Tojnar
1548b29685
Merge pull request #162976 from Abdillah/bugfix/rhythmbox-plugin
...
rhythmbox: fix python plugin PYTHONPATH
2022-03-27 21:22:34 +02:00