Commit graph

73306 commits

Author SHA1 Message Date
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
R. Ryantm 53dff2f7c8 rink: 0.6.2 -> 0.6.3 2022-03-28 18:13:37 +00:00
superherointj 34241facca fluxcd: 0.28.3 -> 0.28.4 2022-03-28 14:32:37 -03: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
MinerSebas f756e87ede smartgithg: 20.2.5 -> 21.2.2 2022-03-28 18:15:57 +02: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
Bobby Rong c75a58bb92
bless: fix build with meson 0.61
doc/user/meson.build:73:6: ERROR: Program 'itstool' not found or not executable
2022-03-28 22:31:20 +08:00
Ivar Scholten 6e822b50df reicast: remove
Reicast is unmaintained, and the upstream repository has been archived.
Use the maintained fork flycast instead.
2022-03-28 16:30:10 +02:00
Ivar Scholten fd50b86920 flycast: init at 1.2 2022-03-28 16:27:37 +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
Johannes Schleifenbaum 6056676770
dbeaver: use overridden maven in javaPackages.mavenfod
fixes

dbeaver> [ERROR] Internal error: org.eclipse.tycho.core.ee.UnknownEnvironmentException: Unknown OSGi execution environment: 'JavaSE-17' -> [Help 1]
dbeaver> org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.core.ee.UnknownEnvironmentException: Unknown OSGi execution environment: 'JavaSE-17'
dbeaver>     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
dbeaver>     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)
dbeaver>     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
dbeaver>     at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
dbeaver>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
dbeaver>     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
dbeaver>     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
dbeaver>     at java.lang.reflect.Method.invoke (Method.java:568)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
dbeaver>     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
2022-03-28 12:30:07 +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
github-actions[bot] f0839d8bcd
Merge master into haskell-updates 2022-03-28 00:11:42 +00: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
Philippe Hürlimann 836171e89a
cmusfm: use versiont tags, add compile options (#142135)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:16:48 +02:00
Sandro 2522ff9c46
Merge pull request #165742 from zhaofengli/phosh-0.16.0 2022-03-27 20:15:50 +02:00
Sandro ebfdd4d145 Merge pull request #163384 from skykanin/ani-cli 2022-03-27 20:13:43 +02:00
wahjava 353d271351
fnc: init at 0.10 (#165667)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 20:13:27 +02:00
"Minijackson" 006d42d8f0 vimPlugins.telescope-ui-select-nvim: init at 2022-03-20 2022-03-27 20:12:07 +02:00
"Minijackson" 9b94bfa168 vimPlugins: resolve github repository redirects 2022-03-27 20:05:08 +02:00
"Minijackson" c22627a866 vimPlugins: update 2022-03-27 19:59:14 +02:00
Pavol Rusnak 882ecdce35
electrum: 4.1.5 -> 4.2.1 2022-03-27 19:47:54 +02: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
Hernawan Faiz Abdillah e5132de7db rhythmbox: fix python plugin PYTHONPATH 2022-03-27 23:51:48 +07:00
Sandro Jäckel a9ab92ee12
gtkpod: fix build 2022-03-27 17:54:57 +02:00
Sandro 15ee706e94
Merge pull request #165955 from SuperSandro2000/gmailctl 2022-03-27 17:42:56 +02:00
Maximilian Bosch c951914f43
stellarium: 0.21.3 -> 0.22.0
ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.22.0
2022-03-27 17:40:34 +02:00
Sandro Jäckel de5a0ee6fc
gmailctl: 0.10.0 -> unstable-2022-03-24 2022-03-27 16:41:49 +02:00
Sandro a025dff6dd
Merge pull request #165891 from harrisonthorne/add-hotpot-nvim 2022-03-27 16:41:35 +02:00
Sandro 3908b64630
Merge pull request #165879 from qowoz/lima 2022-03-27 16:35:32 +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
Sandro 17110807dd
Merge pull request #165686 from gador/update-pinegrow-6.5 2022-03-27 16:15:49 +02:00
Sandro 966dd84461
Merge pull request #165778 from Luz/ngspice 2022-03-27 16:13:39 +02:00
Sandro c04df1d1ce
Merge pull request #165433 from chvp/bump-qtile 2022-03-27 15:48:55 +02:00
Sandro 393e988821
Merge pull request #164166 from dxops/termius 2022-03-27 15:39:23 +02:00
skykanin dae89279bb
ani-cli: init at 1.9 2022-03-27 15:38:49 +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
Anderson Torres c10737b3a0
Merge pull request #165904 from AndersonTorres/new-elisp
Elisp updates
2022-03-27 10:22:55 -03: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
Matthew Leach 620ead69a4
srsran: init at 21.10 (#164167)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:17 +02:00
wahjava 63dd57021f
got: 0.67 -> 0.68.1 (#165415)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 15:15:07 +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
Matt Christ c5fac1f611
brscan5: 1.2.7-0 -> 1.2.9.0 (#164903)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-27 13:43:16 +02:00
Sandro 7d63d0891b
Merge pull request #156413 from numinit/klee-fixes 2022-03-27 13:36:16 +02:00
Sandro 42e11bc5e3
Merge pull request #165586 from r-ryantm/auto-update/logseq 2022-03-27 12:56:47 +02:00
Sandro 39cb7c0e3e
Merge pull request #165598 from bobby285271/apostrophe 2022-03-27 12:54:44 +02:00
Sandro 5c1f8cd19f
Merge pull request #163509 from NixOS/drop/ffmpeg_3 2022-03-27 12:52:12 +02:00
Sandro fe16115187
Merge pull request #165580 from bobby285271/pika-backup 2022-03-27 12:50:38 +02: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
Francesco Gazzetta 2d67f3ae6b
organicmaps: init at 2021-05-15 (#123259) 2022-03-27 12:15:15 +02:00
Bobby Rong c99d4dc0ad
Merge pull request #165900 from r-ryantm/auto-update/koreader
koreader: 2022.03 -> 2022.03.1
2022-03-27 17:58:48 +08:00
Sandro 08e8862bca
Merge pull request #159943 from evils/kicad-unstable 2022-03-27 11:58:39 +02:00
Sandro 2a581ac5e5
Merge pull request #164981 from evils/kicad-6.0.4 2022-03-27 11:58:31 +02:00
Sandro ced99c0248
Merge pull request #165137 from armeenm/bump-patchage 2022-03-27 11:42:23 +02:00
Sandro c2bc9e6c56
Merge pull request #165009 from fgaz/sfxr-qt/1.5.0 2022-03-27 11:39:40 +02:00
Sandro 5cbbec9f2c
Merge pull request #165424 from knl/make-freedv-as-broken-on-darwin 2022-03-27 11:39:08 +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
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
AndersonTorres e5f4b80b9a emacs.pkgs.plz: update description 2022-03-26 23:10:10 -03:00
AndersonTorres 73a3119c3d nongnu-packages.nix: update comment 2022-03-26 23:09:13 -03:00
AndersonTorres 74d67b052c melpa-packages.nix: update comment 2022-03-26 23:08:58 -03:00
AndersonTorres 18dab4b019 elpa-packages.nix: update comment 2022-03-26 23:08:34 -03:00
AndersonTorres 334d60d7b3 elpa-generated.nix: manual fixup 2022-03-26 23:07:53 -03:00
R. Ryantm c58f2135ea koreader: 2022.03 -> 2022.03.1 2022-03-27 01:14:22 +00:00
github-actions[bot] 61d6c3bc7c
Merge master into haskell-updates 2022-03-27 00:12:02 +00:00
Artturi d4ac7d201d
Merge pull request #165769 from maxhbr/maxhbr/bump-freeplane-to-1.9.14 2022-03-27 01:10:30 +02:00
AndersonTorres 440221f06c elpa-generated.nix: updated 2022-03-26 2022-03-26 20:01:49 -03:00
AndersonTorres 7ee717161e recipes-archive-melpa.json: updated 2022-03-26 2022-03-26 20:01:29 -03:00
AndersonTorres b8f0be76d0 nongnu-generated.nix: updated 2022-03-26 2022-03-26 20:00:33 -03:00
Artturi 0446d6eb67
Merge pull request #163575 from yuuyins/nix-tour 2022-03-27 00:38:47 +02: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
yuu 1b9bb6909a nix-tour: 0.0.1 -> unstable-2022-01-03 2022-03-26 23:57:59 +02:00
yuu 01dd766701 nix-tour: Add XDG desktop entry
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-26 23:57:59 +02:00
yuu 976de01d44 nix-tour: refactoring
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-26 23:51:02 +02:00
zowoq 42eeaa206e lima: 0.9.1 -> 0.9.2
https://github.com/lima-vm/lima/releases/tag/v0.9.2
2022-03-27 07:08:54 +10:00
Michael Weiss 4d0adc220d
Merge pull request #165867 from primeos/chromium
chromium: 99.0.4844.82 -> 99.0.4844.84
2022-03-26 21:50:17 +01:00
Artturi 31747079c1
Merge pull request #165317 from fedeinthemix/xfig-icons 2022-03-26 21:39:28 +02: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
Will Cohen f405c59874 libsForQt5.qwt: 6.1.6 -> 6.2.0 2022-03-26 13:35:18 -04:00
Sandro f338d0737c
Merge pull request #159997 from jvanbruegge/isabelle-linter 2022-03-26 15:58:08 +01:00
Sandro 8377014562
Merge pull request #165343 from yurrriq/kops-1.23.0 2022-03-26 15:52:13 +01:00
Rudi Grinberg da264c508d ablog: init at 0.10.23 2022-03-26 08:33:37 -06:00
Bobby Rong 8325c4b910
Merge pull request #165643 from dali99/update_hydrus2
hydrus: 477 -> 478
2022-03-26 22:31:07 +08: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
Sandro 57451367cf
Merge pull request #165841 from r-ryantm/auto-update/docker-compose 2022-03-26 15:16:06 +01:00
Sandro bd14f9c03a
Merge pull request #164372 from lockejan/git-team 2022-03-26 13:32:48 +01:00
Maximilian Huber adf026421e freeplane: 1.9.5 -> 1.9.14
Signed-off-by: Maximilian Huber <gh@maxhbr.de>
2022-03-26 13:22:06 +01:00
R. Ryantm c443e2fc5d docker-compose_2: 2.3.3 -> 2.3.4 2022-03-26 12:18:51 +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
Jan Schmitt 34d0b8601c
git-team: init at 1.7.0 2022-03-26 12:29:07 +01:00
barinov274 cc7594a705
unigine-superposition: init at 1.1 (#163820)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-26 12:02:27 +01:00
Jan Tojnar 94b4123015
Merge pull request #162862 from linsui/solanum
gnome-solanum: init at 3.0.1
2022-03-26 11:37:32 +01:00
toonn d81e16ccf6
mupdf: Refactor desktop item (#165117)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-26 11:34:50 +01: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
sternenseemann 372d0a707e Merge remote-tracking branch 'origin/master' into haskell-updates 2022-03-26 09:59:28 +01:00
Vladimír Čunát b9eab51eed
Merge #160343: GNOME: 41 -> 42 2022-03-26 09:16:07 +01:00
Aaron Jheng fc8fa47cde podman-tui: 0.1.0 -> 0.2.0 2022-03-26 15:59:38 +10:00
Artturi b01423905a
Merge pull request #165731 from bobby285271/almanah
almanah: fix build with meson 0.61
2022-03-26 06:50:43 +02:00
Artturi 2e8aa9a012
Merge pull request #165793 from r-ryantm/auto-update/snd
snd: 22.1 -> 22.2
2022-03-26 06:36:42 +02:00
Artturi b3629e6343
Merge pull request #165791 from bryanasdev000/argocd-232
argocd: 2.3.1 -> 2.3.2
2022-03-26 05:38:56 +02:00
Zhaofeng Li 69c490670e phoc: 0.12.0 -> 0.13.0 2022-03-25 20:24:04 -07:00
R. Ryantm f99046bcab taskwarrior-tui: 0.21.0 -> 0.21.1 2022-03-25 22:12:45 -04:00
Anderson Torres 22588ab564
Merge pull request #165136 from r-ryantm/auto-update/qmplay2
qmplay2: 21.12.24 -> 22.03.19
2022-03-25 21:36:40 -03:00
superherointj b7cbe6e638 fluxcd: 0.27.4 -> 0.28.3 2022-03-25 20:08:59 -03:00
R. Ryantm 08903014a5 snd: 22.1 -> 22.2 2022-03-25 21:56:55 +00: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
maxine [they] 65f39165eb
Merge pull request #165479 from savannidgerinel/savanni/1password-browsersupport
nixos/1password-gui: init at 8.6.0
2022-03-25 21:48:31 +01:00
Jan Tojnar 3d12c9ce1c scribusUnstable: Fix build with Poppler 22.03 2022-03-25 21:35:53 +01:00
Jan Tojnar 9adc2089f9 plasma5Packages.kitinerary: fix build with Poppler 22.03 2022-03-25 20:21:11 +01:00
Jan Tojnar 9102478153 libreoffice: fix build with Poppler 22.03 2022-03-25 19:27:18 +01:00
Luz 793d40b8df ngspice: 34 -> 36 2022-03-25 19:19:48 +01:00
Jan Tojnar 534a73511e inkscape: fix build with poppler 22.03 2022-03-25 19:02:30 +01:00
Silvan Mosberger 3180037c84
Merge pull request #164616 from TilCreator/update-inav-configurator
inav-configurator: 3.0.2 -> 4.1.0
2022-03-25 18:19:45 +01:00
Silvan Mosberger d96a67d156
Merge pull request #161545 from Infinisil/synaesthesia
synaesthesia: init at 2.4
2022-03-25 17:42:24 +01: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
Maciej Krüger 511e56d76c
Merge pull request #140406 from mkg20001/mvn 2022-03-25 15:08:44 +01:00
Jan Tojnar 3b052a0f61 orca: 42.rc → 42.0
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_RC...ORCA_42_0
2022-03-25 15:02:50 +01:00
Jan Tojnar 2a3f38f305 gthumb: 3.12.0 → 3.12.1
https://gitlab.gnome.org/GNOME/gthumb/-/compare/3.12.0...3.12.1
2022-03-25 15:02:49 +01:00
Jan Tojnar 31a318d325 gnome-photos: 40.0 → 42.0
https://gitlab.gnome.org/GNOME/gnome-photos/-/compare/40.0...42.0
2022-03-25 15:02:46 +01:00
Jan Tojnar 1e8f2716bc gnome-builder: 42.rc1 → 42.0
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.rc1...42.0
2022-03-25 15:02:41 +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 a150787ddc orca: 42.beta → 42.rc
https://gitlab.gnome.org/GNOME/orca/-/compare/ORCA_42_BETA...ORCA_42_RC
2022-03-25 15:02:38 +01:00
Jan Tojnar 3c834a10ca gnome-builder: 42.beta1 → 42.rc1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.beta1...42.rc1
2022-03-25 15:02:37 +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 09c31ed811 gnome-builder: 42.alpha1 → 42.beta1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.alpha1...42.beta1
2022-03-25 15:02:33 +01:00
Jan Tojnar 184fe6a337 gnome-console: unstable-2021-03-13 → 42.beta
105adb6a8d...42.beta
2022-03-25 15:02:32 +01:00
Jan Tojnar fa13ab6e1f gnome-console: rename from kgx 2022-03-25 15:02:32 +01:00
Jan Tojnar 30f4cad09d orca: 41.2 → 42.beta
https://gitlab.gnome.org/GNOME/orca/-/compare/41.2...42.beta
2022-03-25 15:01:26 +01:00
Jan Tojnar 316d1c2e9a gnome-builder: 41.3 → 42.alpha1
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/41.3...42.alpha1
2022-03-25 15:01:26 +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
Ryan Mulligan 1d425aeca2
Merge pull request #165736 from r-ryantm/auto-update/cudatext
cudatext: 1.158.2 -> 1.159.0
2022-03-25 04:33:03 -07:00
Serhii Zhuravel ff2461f0b6
termius: 7.34.1 -> 7.36.1 2022-03-25 13:22:57 +02:00
Lucas Hoffmann f3bda2f2c0 docs: replace defunct git://github.com urls with https:// 2022-03-25 11:21:42 +01: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
Zhaofeng Li 856a298580 phosh: 0.15.0 -> 0.16.0 2022-03-24 23:28:56 -07:00
R. Ryantm 1eae4d8468 flexget: 3.3.3 -> 3.3.4 2022-03-25 04:58:49 +00:00
Ben Siraphob 22ad0a991b
Merge pull request #165389 from gador/octoprint-fix-black 2022-03-24 23:58:08 -05:00
Ben Siraphob 5e9f61240c
Merge pull request #162096 from Synthetica9/micro-test-expect 2022-03-24 23:23:55 -05:00
Ben Siraphob fcd48783a7
Merge pull request #165416 from SuperSandro2000/autokey 2022-03-24 23:14:23 -05:00
Martin Weinelt 2d023aa454
Merge pull request #165735 from squalus/librewolf 2022-03-25 05:12:05 +01:00
R. Ryantm 08353710a9 cudatext: 1.158.2 -> 1.159.0 2022-03-25 04:04:09 +00:00
Artturi 816fb933df
Merge pull request #165734 from Artturin/removemetarep 2022-03-25 06:02:23 +02: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
Artturin 62883c1a5f qmmp: remove meta.repositories
missed this
2022-03-25 05:40:29 +02:00
Bobby Rong c359339249
almanah: fix build with meson 0.61 2022-03-25 11:24:43 +08:00
Ben Siraphob cee88c2a1f
Merge pull request #165711 from fabius/popeye-darwin 2022-03-24 22:21:07 -05:00
Ben Siraphob e0e745fe26
Merge pull request #165512 from Artturin/metarepremove 2022-03-24 22:19:44 -05:00
Bobby Rong 036976edfe
Merge pull request #165669 from DarkOnion0/master
drawio: 16.5.1 -> 17.2.1
2022-03-25 10:36:47 +08:00
github-actions[bot] 79b7796557
Merge master into haskell-updates 2022-03-25 00:11:06 +00:00
Naïm Favier e6ff028cfa
vim_configurable: drop patchelf
It doesn't seem to change the RPATH even with all features enabled.
2022-03-25 00:12:19 +01:00
Naïm Favier 0eb92176bf
vim_configurable: don't accept arbitrary arguments
This hides potential errors.
2022-03-25 00:12:19 +01:00
Naïm Favier 65a6e2cb0d
vim_configurable: don't rewrap
See discussion at 40dea2488f (commitcomment-68982753)

Also remove the patchelf call on gvim since it's a symlink now.
2022-03-25 00:12:19 +01:00
Naïm Favier 7ab1fd262f
vimUtils.makeCustomizable: rewrite to include more things
The current wrapper only includes vim, gvim and the man pages
(optionally). This rewrite distinguishes two scenarios, which I expect
cover the majority of use cases:

- standalone mode, when `name != "vim"`, means the user already has a
  vim in scope and only wants to add a customized version with a
  different name. In this case we only include wrappers for `/bin/*vim`.
- non-standalone mode, when `name == "vim"`, means the user expects a
  normal vim package that uses the specified configuration. In this case
  we include everything in the original derivation, with wrappers for
  all the executables that accept a vimrc.
2022-03-25 00:12:02 +01:00
Fabian Deifuß 4a9109ff20 popeye: allow to build on darwin 2022-03-24 23:54:53 +01:00
Maximilian Bosch 6a74aa0a13
Merge pull request #165545 from techknowlogick/bump-gitea-1165
gitea: 1.16.4 -> 1.16.5
2022-03-24 23:52:10 +01:00
Zak Kemble 05124c72a9 avrdudess: 2.2 -> 2.13
Also updated download locations to GitHub.
2022-03-24 23:34:12 +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
Bernardo Meurer 6a1cb83b41
Merge pull request #165567 from barinov274/ganga
unigine-heaven: init at 4.0
2022-03-24 14:24:17 -07: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
Pascal Bach 337ca44af3
Merge pull request #165509 from Luz/hexdino
hexdino: 0.1.0 -> 0.1.1
2022-03-24 21:53:52 +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
Fabian Affolter dc718bc2e7
Merge pull request #159320 from tylerjl/update/mopidy-youtube-3-5
python3Packages.mopidy-youtube: 3.4 -> 3.5
2022-03-24 21:18:16 +01:00
florian on nixos (Florian Brandes) 6c7720839b
pinegrow: 6.4 -> 6.5
also switched to makeWrapper due to library issues

Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-24 21:00:09 +01:00
Fabian Affolter 9f84ed0b43
mopidy-youtube: re-enable tests 2022-03-24 20:55:32 +01:00
DarkOnion0 f138bc1972 drawio: 16.5.1 -> 17.2.1 2022-03-24 19:31:28 +01:00
Ryan Mulligan 12e48068a5
Merge pull request #165609 from r-ryantm/auto-update/fceux
fceux: 2.6.3 -> 2.6.4
2022-03-24 11:09:54 -07:00
Daniel Olsen d224903d16 hydrus: 477 -> 478 2022-03-24 17:25:00 +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 994642544e
Merge pull request #165594 from r-ryantm/auto-update/marvin
marvin: 22.7.0 -> 22.8.0
2022-03-24 07:57:52 -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
sternenseemann b2f458dc40 hledger-check-fancyassertions: update source hash for 1.25 2022-03-24 15:17:50 +01:00
Savanni D'Gerinel 7f1f6eeffb nixos/1password-gui: init at 8.6.0
Browser Integration requires setgid and setuid programs, which needs to be done in the system configuration.

This is cleaner than the ad-hoc ways we have to set things up for platforms without a global configuration file.
2022-03-24 10:13:43 -04:00
R. Ryantm 91e6099118 fceux: 2.6.3 -> 2.6.4 2022-03-24 12:59:36 +00:00
Bobby Rong 255b02ef46
apostrophe: 2.5 -> 2.6.1
https://gitlab.gnome.org/World/apostrophe/-/compare/v2.5...v2.6.1
https://gitlab.gnome.org/World/apostrophe/-/blob/v2.6.1/NEWS
2022-03-24 19:18:22 +08:00
R. Ryantm 81a80c69f7 cmctl: 1.7.1 -> 1.7.2 2022-03-24 10:38:19 +00:00
R. Ryantm a7f7b6977f marvin: 22.7.0 -> 22.8.0 2022-03-24 10:35:36 +00:00
Maxine Aubrey ae79018c44
docker: 20.10.13 -> 20.10.14
https://docs.docker.com/engine/release-notes/#201014
2022-03-24 10:50:48 +01:00
R. Ryantm c3bbd2b715 logseq: 0.6.3 -> 0.6.5 2022-03-24 09:46:14 +00:00
zowoq 508549156c containerd: 1.6.1 -> 1.6.2
https://github.com/containerd/containerd/releases/tag/v1.6.2
2022-03-24 19:23:45 +10:00
Vincent Laporte 3d0a9d1668 coq_8_15: 8.15.0 → 8.15.1 2022-03-24 10:17:42 +01:00
Bobby Rong eff2f9e528
pika-backup: set meta.platforms
zbus is linux-specific in 1.9.1 so we restrict the platforms.
2022-03-24 17:09:58 +08:00
Peter Romfeld 817bf77574
pluto: init at 5.6.0 2022-03-24 10:54:27 +02:00
Bobby Rong 8044c6960a
pika-backup: fix build with meson 0.61 2022-03-24 16:39:28 +08:00
zowoq 2d2fd406c4 crun: 1.4.3 -> 1.4.4
https://github.com/containers/crun/releases/tag/1.4.4
2022-03-24 18:27:06 +10:00
Peter Romfeld edd6f77fff
kubent: init at 0.5.1 2022-03-24 10:26:22 +02:00