Commit Graph

99801 Commits

Author SHA1 Message Date
github-actions[bot]
17bdf768d1 terraform-providers.grafana: 1.39.0 -> 1.40.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
ddc05342fb terraform-providers.equinix: 1.14.1 -> 1.14.2 2023-05-13 10:43:01 +10:00
github-actions[bot]
f8adac9784 terraform-providers.azurerm: 3.55.0 -> 3.56.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
5b893e7036 terraform-providers.azuread: 2.38.0 -> 2.39.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
01c34b6f25 terraform-providers.aviatrix: 3.0.5 -> 3.1.0 2023-05-13 10:43:01 +10:00
github-actions[bot]
2f665c348c
Merge master into staging-next 2023-05-13 00:02:05 +00:00
R. Ryantm
93f1dd1e65 zsnes2: 2.0.10 -> 2.0.12 2023-05-12 20:42:55 -03:00
Aidan Gauland
4bfdf5a7b3 header-file-mode: remove
I am no longer able to maintain this package, and an incoming PR
(#231411) breaks this package.
2023-05-12 20:42:00 -03:00
Martin Weinelt
3f5fd3d1d8
Merge pull request #231535 from colemickens/pr-cfdyndns
cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3
2023-05-13 01:33:47 +02:00
figsoda
242c07faa2 git-series: update Cargo.lock and unpin openssl 2023-05-12 19:25:35 -04:00
Cole Mickens
feb958c83e
cfdyndns: 0.0.3 -> 0.0.4; switch to openssl_3 2023-05-12 17:19:30 -06:00
Martin Weinelt
a43950ec7e
Merge pull request #231522 from felixsinger/pkgs/mumble/use-ossl-3-api
mumble: Apply patch to use OpenSSL 3.0 API
2023-05-13 00:51:44 +02:00
Martin Weinelt
e7543ac524
Merge pull request #231534 from figsoda/spotify-tui
spotify-tui: unpin openssl, fix license, clean up
2023-05-13 00:50:39 +02:00
Martin Weinelt
d6259e6e5d
Merge pull request #231517 from dywedir/synapse-bt
synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0
2023-05-13 00:21:03 +02:00
Martin Weinelt
03afb195ff
Merge pull request #231526 from figsoda/hab
habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl
2023-05-13 00:20:08 +02:00
Michael Weiss
ec176822c0
chromiumDev: 115.0.5750.0 -> 115.0.5762.4 2023-05-13 00:00:38 +02:00
Michael Weiss
d6c0b6618c
chromiumBeta: 114.0.5735.16 -> 114.0.5735.26 2023-05-13 00:00:02 +02:00
Sergei Trofimovich
944aa75afa infamousPlugins: fix build on glibc-2.36
Without the change build fails as:

    src/casynth/casynth_ui_main.cxx:47:27: error: 'time' was not declared in this scope
    and ((unsigned int) time (NULL));
                        ^~~~
    src/casynth/casynth_ui_main.cxx:9:1: note: 'time' is defined in header '<ctime>'; did you forget to '#include <ctime>'?
        8 | #include "casynth_ui.h"
      +++ |+#include <ctime>
        9 | #include "lv2/lv2plug.in/ns/extensions/ui/ui.h"

Full build log: https://hydra.nixos.org/log/dh6qh731kjkizpymf8qpbi33pwq7bg9v-infamousPlugins-0.3.0.drv

ZHF: #230712
2023-05-12 22:48:06 +01:00
Felix Singer
948e9e1c42 mumble: Apply patch to use OpenSSL 3.0 API
Mumble is using a deprecated OpenSSL API and this is causing problems
because OpenSSL 1.1 support should be dropped from nixpkgs. However, a
patch making Mumble compatible to the OpenSSL 3.0 API is available on
its master branch and included in the latest snapshot, but unfortunately
that snapshot is not production ready.

Apply the patch for the nixpkgs build so that we can get rid of that old
OpenSSL version and drop the specific Qt package using it.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2023-05-12 23:19:20 +02:00
Martin Weinelt
4dcc63b78f
Merge pull request #231373 from mweinelt/firefox-signing-key
firefox-{,bin-}unwrapped: Update GPG signing key
2023-05-12 23:16:37 +02:00
figsoda
f508d6b65b spotify-tui: unpin openssl, fix license, clean up 2023-05-12 17:08:29 -04:00
Norbert Melzer
15b5b4756e
Merge pull request #228131 from chewblacka/patch-2
get_iplayer: 3.27 -> 3.31
2023-05-12 22:49:14 +02:00
Martin Weinelt
a56161ab38
Merge pull request #231511 from impl/p4-2022.2.2407422
p4: 2022.1.2305383 -> 2022.2.2407422
2023-05-12 22:37:31 +02:00
Matthias Beyer
ac019b94fb
meli: Remove (#231509)
Uses openssl_1_1, which will be removed before the 23.05 branchoff, so
remove this.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-05-12 22:36:49 +02:00
squalus
fa35779444 librewolf: 113.0-1 -> 113.0-3 2023-05-12 13:26:29 -07:00
figsoda
97177ab8c1 habitat: 0.90.6 -> 1.1.652, fix build, unpin openssl
Diff: https://github.com/habitat-sh/habitat/compare/0.90.6...1.6.652

Changelog: https://github.com/habitat-sh/habitat/blob/1.6.652/CHANGELOG.md
2023-05-12 16:14:09 -04:00
Vladyslav M
d05b99995b synapse-bt: 1.0 -> unstable-2023-02-16, build with openssl 3.0 2023-05-12 23:04:43 +03:00
Artturi
1cc24f8484
Merge pull request #231445 from alyssais/hello-wayland-cross 2023-05-12 22:59:44 +03:00
Ben Booth
20060ea769 JXplorer: init at 3.3.1.2 2023-05-12 11:35:40 -07:00
Ben Booth
fed8eeba5c jbrowse: init at 2.5.0 2023-05-12 11:24:26 -07:00
github-actions[bot]
206417b7a2
Merge master into staging-next 2023-05-12 18:01:18 +00:00
Noah Fontes
84c0241154
p4: 2022.1.2305383 -> 2022.2.2407422
Minor version upgrade. We're now able to link against OpenSSL 3.0.
2023-05-12 10:50:05 -07:00
Sandro
587ac4e842
Merge pull request #231501 from delroth/sfizz-zhf
sfizz: 1.2.0 -> 1.2.1
2023-05-12 19:31:29 +02:00
Sandro
7e7c514e82
Merge pull request #231159 from drupol/vscode/add-vscode-coder-extension
vscode-extensions.coder.coder-remote: init at 0.1.18
2023-05-12 19:19:12 +02:00
Pierre Bourdon
28408821dc
sfizz: 1.2.0 -> 1.2.1 2023-05-12 18:33:37 +02:00
R. Ryantm
4803e7f2a5 terragrunt: 0.45.9 -> 0.45.11 2023-05-12 16:26:00 +00:00
Martin Weinelt
a9d8cb2c16
Merge pull request #230821 from pmiddend/pyca-update
pyCA: 2.1 -> 4.5
2023-05-12 18:15:38 +02:00
Doron Behar
2f182beba9 video-trimmer: 0.8.0 -> 0.8.1 2023-05-12 18:42:35 +03:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Nick Wilburn
e31a5e4c7b zarf: 0.26.2 -> 0.26.3 2023-05-12 09:29:25 -05:00
figsoda
29639f61d8
Merge pull request #231442 from SuperSandro2000/dnscontrol
dnscontrol: 3.31.3 -> 3.31.4
2023-05-12 09:23:21 -04:00
hacker1024
ff9c888297 flutter: Move applications back to 3.7 2023-05-12 23:09:41 +10:00
Sandro
64ef58cf89
Merge pull request #220825 from PanAeon/coltrane-init 2023-05-12 14:55:18 +02:00
Mario Rodas
24833dd608
Merge pull request #231456 from marsam/update-flexget
flexget: 3.6.3 -> 3.7.0
2023-05-12 07:38:24 -05:00
Philipp Middendorf
8b54d13aac pyCA: 2.1 -> 4.5 2023-05-12 14:38:21 +02:00
github-actions[bot]
30ae8398a9
Merge master into staging-next 2023-05-12 12:01:26 +00:00
Mario Rodas
e00a337856
Merge pull request #231448 from r-ryantm/auto-update/mob
mob: 4.4.1 -> 4.4.2
2023-05-12 06:56:17 -05:00
R. Ryantm
f889c5e527 terminal-stocks: 1.0.15 -> 1.0.16 2023-05-12 11:50:57 +00:00
Mario Rodas
abaa9fe9d1
Merge pull request #231300 from QJoly/master
kubeshark: 40.1 -> 40.2
2023-05-12 06:34:23 -05:00
Marek Generowicz
a958b2a126
ledger-live-desktop: 2.57.0->2.58.0
ledger-live-desktop: 2.57.0->2.58.0
2023-05-12 13:19:30 +02:00
R. Ryantm
76a75fd2a7 mob: 4.4.1 -> 4.4.2 2023-05-12 10:46:12 +00:00
Alyssa Ross
50ea1ba37d
hello-wayland: fix cross 2023-05-12 10:27:31 +00:00
Weijia Wang
8da4604896
Merge pull request #231395 from wkral/helio-update
helio-workstation: 3.10 -> 3.11
2023-05-12 13:26:32 +03:00
Rouven Seifert
518b25708a
m/x32edit: fix source urls 2023-05-12 11:56:19 +02:00
Sandro Jäckel
3814f919d2
dnscontrol: 3.31.3 -> 3.31.4
Diff: https://github.com/StackExchange/dnscontrol/compare/v3.31.3...v3.31.4

Changelog: https://github.com/StackExchange/dnscontrol/releases/tag/v3.31.4
2023-05-12 11:52:48 +02:00
Sandro
8cec68fe72
Merge pull request #231031 from Enzime/vsce/graphql-syntax 2023-05-12 11:46:14 +02:00
github-actions[bot]
0a82cd9e62
Merge master into staging-next 2023-05-12 08:49:13 +00:00
Markus Kowalewski
ceca790324
wxmacmolplt: fix typo 2023-05-12 10:41:17 +02:00
Rick van Schijndel
0a737c52e6
Merge pull request #231294 from r-ryantm/auto-update/itd
itd: 1.0.0 -> 1.1.0
2023-05-12 10:05:33 +02:00
Weijia Wang
7c4b8228b5
Merge pull request #231386 from Enzime/syncplay-darwin
syncplay: use Qt6 for macOS
2023-05-12 10:25:35 +03:00
Elliot
6f62ba8423 vimPlugins.vim9-stargate: init at 2023-01-21 2023-05-12 14:51:59 +08:00
K900
5db8b55e2c kde/gear: 23.04.0 -> 23.04.1 2023-05-12 09:41:56 +03:00
github-actions[bot]
3afde338fa
Merge master into staging-next 2023-05-12 06:01:16 +00:00
Philipp Middendorf
05f9ddb8b5 crystfel: update dependencies 2023-05-12 07:41:39 +02:00
Mario Rodas
29b36c41c2 flexget: 3.6.3 -> 3.7.0
Diff: https://github.com/Flexget/Flexget/compare/v3.6.7...v3.7.0
2023-05-12 04:20:00 +00:00
Nick Cao
7ecd861e36
Merge pull request #231321 from r-ryantm/auto-update/fluxcd
fluxcd: 2.0.0-rc.1 -> 2.0.0-rc.2
2023-05-12 12:18:37 +08:00
Nick Cao
5ec91121d5
Merge pull request #231327 from r-ryantm/auto-update/rancher
rancher: 2.6.11 -> 2.7.0
2023-05-12 12:18:03 +08:00
Nick Cao
049e2589d3
Merge pull request #231331 from DarkOnion0/appflowy
appflowy: 0.1.4 -> 0.1.5
2023-05-12 12:16:27 +08:00
Nick Cao
9a5b4d400c
Merge pull request #231354 from buckley310/2023-05-11-brave
brave: 1.51.110 -> 1.51.114
2023-05-12 12:07:18 +08:00
Eduardo Quiros
cf96f47259
signal-desktop: 6.17.0 -> 6.17.1, signal-desktop-beta: 6.17.0-beta.1 ->
6.18.0-beta.2
2023-05-11 21:55:45 -06:00
R. Ryantm
5d55a8642f gremlin-console: 3.6.2 -> 3.6.3 2023-05-12 03:49:28 +00:00
Ryan Hendrickson
8be79ddf0a tilix: fix build issue with ldc 1.31+ 2023-05-11 22:14:15 -04:00
William Kral
6539ff9dea helio-workstation: 3.10 -> 3.11 2023-05-11 19:11:25 -07:00
Michael Hoang
5b63686346 syncplay: Switch to PySide6 and Qt6
Syncplay now works on macOS 🎉
2023-05-12 10:46:56 +10:00
Michael Hoang
e5514c8d6e syncplay: 1.6.9 -> 1.7.0 2023-05-12 10:46:56 +10:00
R. Ryantm
73e00c9ea1 opera: 98.0.4759.15 -> 98.0.4759.39 2023-05-12 00:17:21 +00:00
github-actions[bot]
84352fc449
Merge master into staging-next 2023-05-12 00:01:57 +00:00
Michael Weiss
d2b9778fdc
Merge pull request #230949 from primeos/chromiumDev
chromiumDev: 114.0.5735.6 -> 115.0.5750.0
2023-05-12 01:42:16 +02:00
Michael Weiss
f1eb34dcb3
Merge pull request #229995 from primeos/chromiumBeta
chromiumBeta: 113.0.5672.63 -> 114.0.5735.16
2023-05-12 01:41:58 +02:00
Michael Weiss
0813c818c2
Merge pull request #231357 from primeos/ungoogled-chromium
ungoogled-chromium: 113.0.5672.64 -> 113.0.5672.93
2023-05-12 01:40:43 +02:00
Martin Weinelt
c1623f47f1
firefox-bin-unwrapped: Update GPG signing key
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
2023-05-12 01:03:27 +02:00
Martin Weinelt
1d7183b3e6
firefox-unwrapped: Update GPG signing key
https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/
2023-05-12 01:03:13 +02:00
Sandro
9b877f245d
Merge pull request #231262 from SuperSandro2000/element
element-{desktop,web}: 1.11.30 -> 1.11.31
2023-05-12 00:19:51 +02:00
Michael Weiss
141d9cd961
ungoogled-chromium: 113.0.5672.64 -> 113.0.5672.93 2023-05-11 23:28:20 +02:00
Sean Buckley
980df39f01 brave: 1.51.110 -> 1.51.114
https://community.brave.com/t/release-channel-1-51-114/486313/1
2023-05-11 16:52:33 -04:00
Thiago Kenji Okada
8391403bf2
Merge pull request #231337 from r-ryantm/auto-update/audacious-plugins
audacious-plugins: 4.3 -> 4.3.1
2023-05-11 21:20:59 +01:00
DarkOnion0
0a26ced6f8
appflowy: 0.1.4 -> 0.1.5 2023-05-11 21:44:22 +02:00
R. Ryantm
67b4a94673 audacious-plugins: 4.3 -> 4.3.1 2023-05-11 19:33:53 +00:00
R. Ryantm
6ed3e360a4 linkerd: 2.13.2 -> 2.13.3 2023-05-11 19:02:57 +00:00
squalus
75916a2403 librewolf: 112.0.1-2 -> 113.0-1 2023-05-11 11:55:18 -07:00
Yaya
8317bbe57a
gitlab: 15.11.2 -> 15.11.3 (#231234)
https://about.gitlab.com/releases/2023/05/10/security-release-gitlab-15-11-3-released/

Fixes CVE-2023-2181
2023-05-11 20:37:17 +02:00
R. Ryantm
bc1156945a rancher: 2.6.11 -> 2.7.0 2023-05-11 18:18:52 +00:00
github-actions[bot]
b9c14e0e61
Merge master into staging-next 2023-05-11 18:01:13 +00:00
R. Ryantm
13735d8903 fluxcd: 2.0.0-rc.1 -> 2.0.0-rc.2 2023-05-11 17:24:31 +00:00
Nick Cao
4159685adf
Merge pull request #231298 from r-ryantm/auto-update/cmctl
cmctl: 1.11.1 -> 1.11.2
2023-05-11 23:28:43 +08:00
Weijia Wang
4b177b1dd1
Merge pull request #231228 from QJoly/kubefirst
kubefirst: init at 2.0.8
2023-05-11 17:31:43 +03:00
Sandro
58b1a946a8
Merge pull request #218368 from vs49688/cyanrip 2023-05-11 16:23:23 +02:00
R. Ryantm
485eb94007 cmctl: 1.11.1 -> 1.11.2 2023-05-11 13:58:53 +00:00
R. Ryantm
5a077cf4ed itd: 1.0.0 -> 1.1.0 2023-05-11 13:48:30 +00:00
QJoly
f7e248bb6a kubefirst: init at 2.0.8
doCheck under ldflags

Fix lint
2023-05-11 15:14:55 +02:00
QJoly
dd13cb89dd kubeshark: 40.1 -> 40.2 2023-05-11 14:57:16 +02:00
Weijia Wang
43a039f496
Merge pull request #231263 from QJoly/tfautomv
tfautomv: init at 0.5.1
2023-05-11 15:40:24 +03:00
Nick Cao
b386996117
Merge pull request #231163 from figsoda/pods
pods: 1.1.1 -> 1.1.2
2023-05-11 20:24:32 +08:00
Nick Cao
14b4c4767c
Merge pull request #231182 from lunik1/megacmd_1.6.1→1.6.3
megacmd: 1.6.1 → 1.6.3
2023-05-11 20:23:57 +08:00
Weijia Wang
4ef0dd8532
Merge pull request #231266 from teto/swaync-mainProgram
swaynotificationcenter: set meta.mainProgram
2023-05-11 15:18:27 +03:00
github-actions[bot]
387f5d9a5f
Merge master into staging-next 2023-05-11 12:01:42 +00:00
nat-418
a74eecdb0a vimPlugins.wiki-ft-vim: init at 2023-05-10 2023-05-11 13:16:31 +02:00
nat-418
76aa1b9c8a vimPlugins.wiki-vim: init at 2023-05-10 2023-05-11 13:16:23 +02:00
nat-418
e542a0cd27 vimPlugins.nvim-lua-gf: init at 2022-07-31 2023-05-11 13:16:06 +02:00
Maximilian Bosch
5b0b0970c4
Merge pull request #231239 from Ma27/fix-privacyidea
privacyidea: fix build
2023-05-11 12:54:44 +02:00
vitalii
38325c8b4a coltrane: init at 4.1.1 2023-05-11 13:22:26 +03:00
Emil Nikolov
7dbb6f3048
popcorntime: fix desktop launcher item (#201657)
* popcorntime: fix desktop launcher item
2023-05-11 12:19:02 +02:00
Matthieu Coudron
5525a97401 swaynotificationcenter: set meta.mainProgram 2023-05-11 12:16:45 +02:00
Thiago Kenji Okada
94893cc1a4
Merge pull request #231197 from zendo/up/gittyup
gittyup: 1.2.2 -> 1.3.0
2023-05-11 11:11:43 +01:00
Sandro Jäckel
1a90b006ca
element-{desktop,web}: 1.11.30 -> 1.11.31 2023-05-11 11:49:28 +02:00
Sandro
15e2a701e6
Merge pull request #217280 from aaronjheng/temporal-cli 2023-05-11 11:47:37 +02:00
Sandro
bc71ecaa8a
Merge pull request #202935 from huantianad/activitywatch 2023-05-11 11:46:24 +02:00
Sandro
2e7ce48933
Merge pull request #230832 from pedohorse/houdini-update-to-19.5 2023-05-11 11:34:58 +02:00
"QJoly"
ff3ca758ab vimPlugins.codeium-vim: init at 2023-05-09 2023-05-11 11:21:42 +02:00
Maximilian Bosch
5ba394a5f0
privacyidea: fix build
For this round of ZHF: #230712
Failing Hydra build: https://hydra.nixos.org/build/218871719

The following things needed to change:

* Drop `doc` stuff from `pyopenssl` to avoid transitive errors related
  to sphinx (and the dependency hackery in here).
* Disable a bunch of flask-babel tests failing because of `\u202f` vs
  space.
* Fix tests by using hashes supported by `libxcrypt` for tests using the
  passwd resolver[1].

[1] https://github.com/privacyidea/privacyidea/pull/3611
2023-05-11 11:10:10 +02:00
QJoly
40865ec0db tfautomv: init at 0.5.1
Delete DoCheck = True;
2023-05-11 10:10:50 +02:00
Jonas Heinrich
ada356c7f7
Merge pull request #231231 from wegank/mauikit-fix
libsForQt5.mauikit-imagetools: fix build
2023-05-11 09:17:54 +02:00
github-actions[bot]
4bee5f920e terraform-providers.vultr: 2.15.0 -> 2.15.1 2023-05-11 17:09:52 +10:00
github-actions[bot]
57921bccf4 terraform-providers.oci: 4.119.0 -> 4.120.0 2023-05-11 17:09:52 +10:00
github-actions[bot]
11315ac592 terraform-providers.signalfx: 6.23.0 -> 6.24.0 2023-05-11 17:09:52 +10:00
github-actions[bot]
70444a4b34 terraform-providers.linode: 2.0.0 -> 2.1.0 2023-05-11 17:09:52 +10:00
github-actions[bot]
e36456f0e2 terraform-providers.aiven: 4.2.1 -> 4.3.0 2023-05-11 17:09:52 +10:00
Martin Weinelt
881e233284
Merge pull request #231196 from lucasew/refactor/bpycv
{python3Packages.bpycv,blender-with-packages}: refactoring
2023-05-11 08:34:52 +02:00
Weijia Wang
7231efc0d5 libsForQt5.mauikit-imagetools: fix build 2023-05-11 09:24:48 +03:00
github-actions[bot]
d16e82bf21
Merge master into staging-next 2023-05-11 06:01:36 +00:00
Weijia Wang
5a077f08a7
Merge pull request #231155 from malob/update-signalbackup-tools
signalbackup-tools: 20230508-1 -> 20230510
2023-05-11 08:44:50 +03:00
Jann Marc
584b8e132f
gnote: init at 44.0 2023-05-11 13:26:44 +08:00
zendo
56ce112463 gittyup: 1.2.2 -> 1.3.0 2023-05-11 09:51:53 +08:00
lucasew
fd34bc39e4 blender-with-packages: refactor
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-05-10 21:49:56 -03:00
github-actions[bot]
079dc4c27d
Merge master into staging-next 2023-05-11 00:02:13 +00:00
Martin Weinelt
79478c0d3b
Merge pull request #231186 from Janik-Haag/yate
yate: updated meta.homepage
2023-05-11 01:58:26 +02:00
Jonas Heinrich
7c863a8a9f
Merge pull request #231063 from Luflosi/update/boinc
boinc: 7.22.0 -> 7.22.1
2023-05-11 01:27:04 +02:00
Jonas Heinrich
af6e6808ac
Merge pull request #231066 from jbedo/subread
subread: 2.0.5 -> 2.0.6
2023-05-11 01:22:34 +02:00
zowoq
19bef60952 gh: 2.28.0 -> 2.29.0
Diff: https://github.com/cli/cli/compare/v2.28.0...v2.29.0

Changelog: https://github.com/cli/cli/releases/tag/v2.29.0
2023-05-11 09:20:36 +10:00
Janik H
5dbe35be21 yate: updated meta.homepage 2023-05-11 01:15:30 +02:00
lunik1
e0feb6da47
megacmd: 1.6.1 → 1.6.3 2023-05-10 23:46:09 +01:00
Michael Weiss
5267a34619
chromiumBeta: Fix the configuration phase
The configuration phase was failing with "No package 'libevdev' found".
See [0] for the full output.
The build phase is still failing and we probably need to use a patch to
avoid requiring a newer, unreleased LLVM version.

[0]: https://github.com/NixOS/nixpkgs/issues/213862#issuecomment-1540854965
2023-05-10 23:58:01 +02:00
Michael Weiss
0c211eb064
Merge pull request #230948 from primeos/chromium
chromium: 113.0.5672.63 -> 113.0.5672.92
2023-05-10 23:26:08 +02:00
xapkohheh
cc63d32a0d houdini: 18.5.596 -> 19.5.569 2023-05-10 22:49:44 +02:00
xapkohheh
af171a5501 houdini: added /etc/OpenCL/vendors binding
additionally trying to bind
/run/opengl-driver/etc/OpenCL/vendors -> /etc/OpenCL/vendors
/etc/OpenCL/vendors -> /etc/OpenCL/vendors (for non NixOS)
in wrapper to use opencl with houdini's own version of libOpenCL.so
2023-05-10 22:49:26 +02:00
sternenseemann
b3fb03d00f
Merge pull request #228965 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2023-05-10 22:45:32 +02:00
figsoda
6197c3446f pods: 1.1.1 -> 1.1.2
Diff: https://github.com/marhkb/pods/compare/v1.1.1...v1.1.2

Changelog: https://github.com/marhkb/pods/releases/tag/v1.1.2
2023-05-10 16:43:49 -04:00
Pol Dellaiera
3c93534073
vscode-extensions.coder.coder-remote: init at 0.1.18 2023-05-10 22:34:32 +02:00
Martin Weinelt
3c4a0ecdb0
Merge pull request #223134 from mayjs/update_joplin_desktop
joplin-desktop: 2.10.4 -> 2.10.18
2023-05-10 22:07:06 +02:00
Malo Bourgon
584578cb44 signalbackup-tools: 20230508-1 -> 20230510
Diff: https://github.com/bepaald/signalbackup-tools/compare/20230508-1...20230510
2023-05-10 12:51:55 -07:00
Johannes May
9cc9778ce5 joplin-desktop: 2.10.4 -> 2.10.18
Changes:
https://github.com/laurent22/joplin/releases/tag/v2.10.6
https://github.com/laurent22/joplin/releases/tag/v2.10.7
https://github.com/laurent22/joplin/releases/tag/v2.10.8
https://github.com/laurent22/joplin/releases/tag/v2.10.9
https://github.com/laurent22/joplin/releases/tag/v2.10.10
https://github.com/laurent22/joplin/releases/tag/v2.10.11
https://github.com/laurent22/joplin/releases/tag/v2.10.12
https://github.com/laurent22/joplin/releases/tag/v2.10.13
https://github.com/laurent22/joplin/releases/tag/v2.10.14
https://github.com/laurent22/joplin/releases/tag/v2.10.15
https://github.com/laurent22/joplin/releases/tag/v2.10.16
https://github.com/laurent22/joplin/releases/tag/v2.10.17
https://github.com/laurent22/joplin/releases/tag/v2.10.18
2023-05-10 21:48:22 +02:00
Martin Weinelt
912f73adf5
Merge pull request #230893 from yayayayaka/gitlab-ruby_3_0
gitlab: Build with ruby_3_0
2023-05-10 21:22:00 +02:00
xapkohheh
f03311c615 houdini: exposed more executables
houdini provides additional tools that might be useful
2023-05-10 20:31:54 +02:00
xapkohheh
ca7cece9bf houdini: disabled dieWithParent, unsharePid
Due to the nature of the software, it forks and expects children to
outlive the parent, therefore dieWithParent needs to be disabled
Also licensing mechanism seem to be checking processes for it's
licensing helper process running. that process must be same for multiple
instances of houdini itself, therefore Pid namespace has to be the same
for all of them.
2023-05-10 20:26:40 +02:00
xapkohheh
23b7205f46 houdini: added missing libs to targetPkgs 2023-05-10 20:20:44 +02:00
xapkohheh
4c7a5f76de houdini: expanded lists
one entry per line for targetPkgs, executables - for simpler diffs
2023-05-10 20:12:32 +02:00
Jonas Heinrich
209347ceb6
Merge pull request #230910 from qbit/obsidian-1.2.8
obsidian: 1.2.7 -> 1.2.8
2023-05-10 19:18:04 +02:00
Jonas Heinrich
111eb38ec3
Merge pull request #230932 from i-think-rapido/insync-update
insync-v3: 3.3.5.40925 -> 3.8.5.50499
2023-05-10 19:11:51 +02:00
Jonas Heinrich
3918441d99
Merge pull request #230935 from Mic92/signal-desktop
signal-desktop: 6.16.0 -> 6.17.0
2023-05-10 19:09:55 +02:00
Jonas Heinrich
f166dbccbd
Merge pull request #230974 from figsoda/oranda
oranda: init at 0.0.3
2023-05-10 18:51:59 +02:00
Lily Foster
f4aa6afa5f
Merge pull request #228557 from ragingpastry/add-zarf
zarf: init at 0.26.2
2023-05-10 11:10:30 -04:00
sternenseemann
bd8335552e Merge remote-tracking branch 'origin/master' into haskell-updates 2023-05-10 16:32:00 +02:00
sternenseemann
dd6a74bdbe tamarin-prover: allow maude 3.1.1
See https://github.com/tamarin-prover/tamarin-prover/pull/544.

Added tamarin-prover to passthru.tests of maude to prevent future
regressions of this kind.
2023-05-10 16:30:39 +02:00
Sandro
96a744e89b
Merge pull request #231067 from thiagokokada/fix-git-cola-on-darwin 2023-05-10 16:01:13 +02:00
Sandro
2cba90f281
Merge pull request #230905 from ThibautMarty/osmtogeojson 2023-05-10 15:34:27 +02:00
Nick Wilburn
bc861c066c zarf: init at 0.26.2 2023-05-10 07:46:22 -05:00
Thiago Kenji Okada
813852469d git-cola: only use qt5.qtwayland in Linux
Fix compilation on Darwin.

ZHF: #230712
2023-05-10 13:37:25 +01:00
Sandro
4c07adb240
Merge pull request #230773 from SuperSandro2000/labplot-nix-run 2023-05-10 14:33:02 +02:00
Justin Bedo
c7a6773f8e
subread: 2.0.5 -> 2.0.6 2023-05-10 22:30:35 +10:00
github-actions[bot]
71874015ba
Merge master into staging-next 2023-05-10 12:01:10 +00:00
Weijia Wang
9b5bd90d79
Merge pull request #231047 from Aleksanaa/pbpctrl
pbpctrl: unstable-2023-02-07 -> 0.1.3
2023-05-10 14:51:40 +03:00
Luflosi
2654a46c01
boinc: 7.22.0 -> 7.22.1
https://github.com/BOINC/boinc/releases/tag/client_release/7.22/7.22.1
2023-05-10 12:56:39 +02:00
Weijia Wang
249c54b8ed
Merge pull request #230854 from AngryAnt/rusty-psn-gui-fix
rusty-psn-gui: fix build, cleanup
2023-05-10 13:25:34 +03:00
Weijia Wang
6f431f2c48
Merge pull request #230853 from wegank/gcc12-cleanup
treewide: remove explicit gcc12Stdenv
2023-05-10 13:11:20 +03:00
Linus Heckemann
cf4f8bfe60
Merge pull request #228872 from K900/weird-fruit
yuzu: update, switch to qt6, clean up, etc
2023-05-10 11:57:02 +02:00
aleksana
bdf11cb5fa pbpctrl: unstable-2023-02-07 -> 0.1.3 2023-05-10 17:56:55 +08:00
Weijia Wang
0e70ec60a1
Merge pull request #230872 from Aleksanaa/swayosd
swayosd: init at unstable-2023-05-09
2023-05-10 12:51:14 +03:00
Weijia Wang
fd25a80cac
Merge pull request #230896 from Aleksanaa/health
health: init at 0.94.0
2023-05-10 12:50:09 +03:00
Sandro
f062663e4e
Merge pull request #231034 from Thra11/osmscout-server-300 2023-05-10 11:47:36 +02:00
Emil "AngryAnt" Johansen
69fce48b0d
rusty-psn-gui: fix build, lib.optionals 2023-05-10 11:09:47 +02:00
Thomas Gerbet
9e677aeeaf
Merge pull request #230737 from risicle/ris-spark-3.4.0
spark: 3.2.2 -> 3.4.0
2023-05-10 10:49:14 +02:00
Tom Hall
2f52d09a70 osmscout-server: 2.2.2 -> 3.0.0 2023-05-10 09:36:44 +01:00
Weijia Wang
2354658424
Merge pull request #231003 from r-ryantm/auto-update/vivaldi
vivaldi: 6.0.2979.15 -> 6.0.2979.18
2023-05-10 10:59:39 +03:00
Weijia Wang
9330af3d1a
Merge pull request #230685 from figsoda/inlyne
inlyne: 0.2.1 -> 0.3.1
2023-05-10 10:00:51 +03:00
Yaya
bf964430f0 gitlab: Build with ruby_3_0
Ruby 2.7 is EOL since 2023-03-31. Support for Ruby 3.0 has been added by
gitlab in the meantime.
2023-05-10 06:56:53 +00:00
Michael Hoang
9550cb5190 vsce/graphql.vscode-graphql-syntax: init at 1.1.0 2023-05-10 16:28:49 +10:00
Michael Hoang
64616b7dd3 vsce/graphql.vscode-graphql: 0.8.6 -> 0.8.7 2023-05-10 16:27:24 +10:00
aleksana
cd73611956 swayosd: init at unstable-2023-05-09 2023-05-10 14:17:10 +08:00
aleksana
dd21449c73 health: init at 0.94.0 2023-05-10 14:13:36 +08:00
Jörg Thalheim
5ddfee23d9
Merge pull request #230968 from geri1701/ne
ne: fix build
2023-05-10 07:08:02 +01:00
github-actions[bot]
c3e196104d
Merge staging-next into staging 2023-05-10 06:02:13 +00:00
Nick Cao
4147425684
Merge pull request #230770 from kilianar/portfolio-0.62.1
portfolio: 0.62.0 -> 0.62.1
2023-05-10 13:34:03 +08:00
Nick Cao
52311ff187
Merge pull request #230793 from SFrijters/authy-2.3.0
authy: 2.2.2 -> 2.3.0
2023-05-10 13:32:57 +08:00
R. Ryantm
0f341a032c vivaldi: 6.0.2979.15 -> 6.0.2979.18 2023-05-10 05:20:47 +00:00
github-actions[bot]
8ab3c703a4 terraform-providers.snowflake: 0.63.0 -> 0.64.0 2023-05-10 15:18:30 +10:00
github-actions[bot]
32695681f8 terraform-providers.spotinst: 1.116.0 -> 1.117.0 2023-05-10 15:18:30 +10:00
github-actions[bot]
f62b85af9e terraform-providers.dnsimple: 1.1.0 -> 1.1.1 2023-05-10 15:18:30 +10:00
Nick Cao
ce3d607e5e
Merge pull request #230904 from QJoly/nova-3.6.3
nova: 3.6.2 -> 3.6.3
2023-05-10 11:19:16 +08:00
figsoda
49b3739585
Merge pull request #226323 from figsoda/neovim 2023-05-09 21:36:38 -04:00
figsoda
f09a28a893
Merge pull request #230917 from v3s1e/vim-plugins
vimPlugins: initialize several plugins
2023-05-09 21:35:57 -04:00
Bobby Rong
83fc737ae7
elementary-planner: 2.7 -> unstable-2023-04-20
https://github.com/alainm23/planner/compare/2.7...97c0f1c30d087e2ac459241bfdb9b606a12a77ce
2023-05-10 09:04:35 +08:00
github-actions[bot]
2d07e76d1a
Merge staging-next into staging 2023-05-10 00:03:33 +00:00
figsoda
3c6da3c0d3 oranda: init at 0.0.3 2023-05-09 19:37:44 -04:00
Martin Weinelt
ca426678ab
Merge pull request #220421 from ckiee/in-formant-update-qt6
in-formant: 2021-06-30 -> unstable-2022-09-15; unbreak
2023-05-10 01:10:03 +02:00
0x4A6F
cd22034f97
Merge pull request #230894 from Janik-Haag/master
qdmr: fixing udev rule build failure
2023-05-10 00:59:55 +02:00
geri1701
10ce483054
ne: fix build 2023-05-10 00:40:06 +02:00
figsoda
e71b93b1c6 inlyne: 0.2.1 -> 0.3.1
Diff: https://github.com/trimental/inlyne/compare/v0.2.1...v0.3.1

Changelog: https://github.com/trimental/inlyne/releases/tag/v0.3.1
2023-05-09 18:29:29 -04:00
Michael Weiss
a24ae615ab
chromiumDev: 114.0.5735.6 -> 115.0.5750.0 2023-05-09 22:32:13 +02:00
Michael Weiss
7ee6775901
chromium: 113.0.5672.63 -> 113.0.5672.92
https://chromereleases.googleblog.com/2023/05/stable-channel-update-for-desktop_8.html
2023-05-09 22:30:17 +02:00
Doron Behar
11a10a9c49
Merge pull request #230882 from skorpy2009/master
zoom-us: 5.14.5.2430 -> 5.14.7.2928
2023-05-09 22:40:05 +03:00
Romeo Disca
fd62f6ac9b insync-v3: 3.3.5.40925 -> 3.8.5.50499 2023-05-09 21:20:50 +02:00
Jörg Thalheim
6435835056 signal-desktop: 6.16.0 -> 6.17.0 2023-05-09 21:18:54 +02:00
Weijia Wang
f1dc1ab646
Merge pull request #230875 from kranurag7/gadget-bump
kubectl-gadget: 0.15.0 -> 0.16.0
2023-05-09 22:17:24 +03:00
figsoda
e5bb9eaa25
Merge pull request #230852 from Intuinewin/add-tfupdate
tfupdate: init at 0.6.7
2023-05-09 14:44:08 -04:00
Damien Cassou
e764298465
emacs.pkgs.treesit-grammars: init fake package
Adding this package gives Emacs access to tree-sitter grammars.
2023-05-09 20:36:17 +02:00
"Veselin Ivanov"
2ba3de6303 vimPlugins.nvim-treesitter: update grammars 2023-05-09 20:06:18 +02:00
github-actions[bot]
b5b52a946a
Merge staging-next into staging 2023-05-09 18:02:32 +00:00
Sandro
c11230f651
Merge pull request #229760 from SuperSandro2000/ledfx
ledfx: 2.0.64 -> 2.0.67
2023-05-09 20:01:07 +02:00
"Veselin Ivanov"
4efb23d7db vimPlugins: update 2023-05-09 19:59:39 +02:00
"Veselin Ivanov"
01825b1f6f vimPlugins.vim-lsp-ultisnips: init at 2023-04-07 2023-05-09 19:44:29 +02:00
"Veselin Ivanov"
eab7da2c8c vimPlugins.vim-lsp-snippets: init at 2020-01-15 2023-05-09 19:44:24 +02:00
"Veselin Ivanov"
6f2537b8eb vimPlugins.vim-lsp-settings: init at 2023-05-05 2023-05-09 19:44:19 +02:00
"Veselin Ivanov"
7f21d561b3 vimPlugins.vim-lsp-ale: init at 2021-12-28 2023-05-09 19:44:14 +02:00
"Veselin Ivanov"
32c0e3d66b vimPlugins.vim-dim: init at 2021-01-29 2023-05-09 19:44:10 +02:00
"Veselin Ivanov"
66f463aa8e vimPlugins.dash-vim: init at 2017-09-12 2023-05-09 19:44:05 +02:00
"Veselin Ivanov"
298682d809 vimPlugins.close-buffers-vim: init at 2020-09-23 2023-05-09 19:44:00 +02:00
"Veselin Ivanov"
5326b67e43 vimPlugins.asyncomplete-ultisnips-vim: init at 2023-01-13 2023-05-09 19:43:55 +02:00
"Veselin Ivanov"
a851effe5d vimPlugins.asyncomplete-tags-vim: init at 2021-04-29 2023-05-09 19:43:51 +02:00
"Veselin Ivanov"
95fc95459d vimPlugins.asyncomplete-omni-vim: init at 2018-04-04 2023-05-09 19:43:46 +02:00
"Veselin Ivanov"
568ad1dedb vimPlugins.asyncomplete-file-vim: init at 2022-07-11 2023-05-09 19:43:42 +02:00
"Veselin Ivanov"
e112fd6cfb vimPlugins.asyncomplete-buffer-vim: init at 2020-06-26 2023-05-09 19:43:37 +02:00
Aaron Bieber
bde42f7980
obsidian: 1.2.7 -> 1.2.8 2023-05-09 11:18:38 -06:00
Sandro
8f6cd53206
Merge pull request #229022 from SuperSandro2000/nox-mpv-wayland
nixos/no-x-libs: disable wayland for mpv
2023-05-09 19:07:16 +02:00
QJoly
0c9eae8320 nova: 3.6.2 -> 3.6.3 2023-05-09 18:29:21 +02:00
Weijia Wang
419d7f9c8d
Merge pull request #230753 from fetsorn/typos
several typos
2023-05-09 19:16:12 +03:00
Ryan Lahfa
fb250ff2c9
Merge pull request #172340 from 06kellyjac/k3d
k3d: rename kube3d to k3d
2023-05-09 18:02:30 +02:00
Antoine Labarussias
1d2893963a
tfupdate: init at 0.6.7 2023-05-09 17:30:41 +02:00
Janik H
7b7f6d2ea7 qdmr: fixing udev rule build failure 2023-05-09 17:28:30 +02:00
figsoda
3e09faf615
Merge pull request #229568 from figsoda/tf 2023-05-09 11:17:43 -04:00
Sandro
d199137345
Merge pull request #230560 from legendofmiracles/upddate-nodjs-asf 2023-05-09 16:58:52 +02:00
Artturi
2b1fb24bc6
Merge pull request #222348 from the-argus/fix/spotifywm 2023-05-09 17:42:57 +03:00
ckie
3e272a4f63
in-formant: 2021-06-30 -> unstable-2022-09-15; unbreak
This fixes the build failure we've had around for a while now.

It now runs, but segfaults on exit and won't render a few icons, but is
still usable once you figure out where the buttons are supposed to be.

The Qt6 transition was delightfully simple.
2023-05-09 17:42:49 +03:00
skorpy
4330f725d6 zoom-us: 5.14.5.2430 -> 5.14.7.2928
Signed-off-by: skorpy <skorpy@frankfurt.ccc.de>
2023-05-09 16:23:54 +02:00
fetsorn
84dec7a8b9 vocal: fix typo
"indepedent" -> "independent"
2023-05-09 18:02:16 +04:00
fetsorn
2fe24d5984 tinywm: fix typo
"manger" -> "manager"
2023-05-09 18:02:16 +04:00
fetsorn
f14fbf0278 siesta: fix typos
"manualy" -> "manually"
"becuase" -> "because"
2023-05-09 18:02:16 +04:00
Anurag
89e0942c56
kubectl-gadget: 0.15.0 -> 0.16.0 2023-05-09 18:57:14 +05:30
06kellyjac
d5d0f0547d k3d: update pname to k3d 2023-05-09 14:21:35 +01:00
06kellyjac
c69ca316dc k3d: rename kube3d to k3d now that attr is free
This takes the place of the old k3d which was the 3d editor k-3d
2023-05-09 14:21:35 +01:00
Ryan Lahfa
57d1b6f0cc
Merge pull request #228106 from astro/rust-hypervisor-firmware
rust-hypervisor-firmware: fix build
2023-05-09 14:32:45 +02:00
Rémi NICOLE
6810db9123
gnvim: 0.1.6 -> 0.3.1 (#204082) 2023-05-09 13:16:59 +02:00
Weijia Wang
5be2399cf5 treewide: remove explicit gcc12Stdenv 2023-05-09 13:27:05 +03:00
github-actions[bot]
9cecdd0719 terraform-providers.newrelic: 3.21.3 -> 3.22.0 2023-05-09 20:20:47 +10:00
github-actions[bot]
c12b877bf9 terraform-providers.minio: 1.15.0 -> 1.15.1 2023-05-09 20:20:47 +10:00
github-actions[bot]
50e48b3607 terraform-providers.google-beta: 4.63.1 -> 4.64.0 2023-05-09 20:20:47 +10:00
github-actions[bot]
84420c37e7 terraform-providers.google: 4.63.1 -> 4.64.0 2023-05-09 20:20:47 +10:00
Weijia Wang
805ff35106
Merge pull request #230736 from malob/update-signalbackup-tools
signalbackup-tools: 20230429 -> 20230508-1
2023-05-09 12:25:36 +03:00
Weijia Wang
49e6768a11
Merge pull request #230637 from r-ryantm/auto-update/praat
praat: 6.3.09 -> 6.3.10
2023-05-09 12:25:00 +03:00
Weijia Wang
506d63193e
Merge pull request #230590 from r-ryantm/auto-update/slweb
slweb: 0.5 -> 0.5.4
2023-05-09 12:22:14 +03:00
Weijia Wang
f2cfe60e59
Merge pull request #230817 from r-ryantm/auto-update/jetbrains-toolbox
jetbrains-toolbox: 1.28.0.15158 -> 1.28.1.15219
2023-05-09 12:21:48 +03:00
Weijia Wang
375f181b46
Merge pull request #230824 from r-ryantm/auto-update/ocenaudio
ocenaudio: 3.11.24 -> 3.11.25
2023-05-09 12:19:47 +03:00
Weijia Wang
32c81c727a
Merge pull request #230831 from wegank/root-python
python311Packages.hepmc3: fix build
2023-05-09 12:12:10 +03:00
Weijia Wang
d63d6cb660 python311Packages.hepmc3: fix build 2023-05-09 11:28:25 +03:00
Linus Heckemann
a3721d5ebe
Merge pull request #228065 from takov751/master
obs-studio-plugins.advanced-scene-switcher: 1.20.5 -> 1.21.1
2023-05-09 10:23:51 +02:00
Weijia Wang
9c7cc80425
Merge pull request #230759 from Aleksanaa/gabutdm
gabutdm: init at 2.1.5
2023-05-09 10:39:55 +03:00
R. Ryantm
34c4f23540 ocenaudio: 3.11.24 -> 3.11.25 2023-05-09 07:14:37 +00:00
Franz Pletz
e6809fb8db
Merge pull request #230397 from NixOS/wip/jtojnar/wireshark-cleanup 2023-05-09 08:31:43 +02:00
R. Ryantm
63331669d3 jetbrains-toolbox: 1.28.0.15158 -> 1.28.1.15219 2023-05-09 06:03:37 +00:00
github-actions[bot]
b872b6b45c
Merge staging-next into staging 2023-05-09 06:01:52 +00:00
Fabian Affolter
a80d621b2c
Merge pull request #230807 from r-ryantm/auto-update/ticker
ticker: 4.5.6 -> 4.5.10
2023-05-09 07:54:35 +02:00
R. Ryantm
d984c76a50 ticker: 4.5.6 -> 4.5.10 2023-05-09 04:35:31 +00:00
Peter Hoeg
8d447c5626 quaternion: 0.0.95.1 -> 0.0.95.81 2023-05-09 09:02:13 +08:00
Stefan Frijters
3a0e931dc0
authy: 2.2.2 -> 2.3.0 2023-05-09 02:55:33 +02:00
Malo Bourgon
8950bdb5fa signalbackup-tools: 20230429 -> 20230508-1
Diff: 20230429...20230508-1
2023-05-08 17:50:29 -07:00
lom
ea1cef8c00 ArchiSteamFarm.ui: use buildNpmPackage 2023-05-08 20:34:21 -04:00
Martin Weinelt
8fe90f5986
Merge pull request #230717 from mweinelt/firefox-113.0
firefox-unwrapped: 112.0.2 -> 113.0; firefox-esr-102-unwrapped: 102.10.0esr -> 102.11.0esr
2023-05-09 02:05:19 +02:00
github-actions[bot]
5b562cf621
Merge staging-next into staging 2023-05-09 00:02:44 +00:00
Sandro
edefe53eaa
Merge pull request #228578 from Zahrun/master
latte-dock: fix dependencies
2023-05-09 01:08:54 +02:00
maxine
83e533520b
Merge pull request #230767 from maxeaubrey/1password-gui-fixups 2023-05-09 00:04:39 +02:00
Sandro Jäckel
e4d83f7129
labplot: fix nix run .#labplot 2023-05-08 23:40:59 +02:00
kilianar
760c58b59b portfolio: 0.62.0 -> 0.62.1
https://github.com/buchen/portfolio/releases/tag/0.62.1
2023-05-08 23:26:43 +02:00
Sandro
acdf962047
Merge pull request #229565 from zendo/up/obfuscate
gnome-obfuscate: 0.0.7 -> 0.0.9
2023-05-08 22:52:16 +02:00
Maxine Aubrey
4302b7d199
_1password-gui: package fixups
patch all included helpers and add op-ssh-sign to path
2023-05-08 22:34:31 +02:00
Weijia Wang
13f44bf09f
Merge pull request #230741 from figsoda/conceal
conceal: mark as broken on darwin
2023-05-08 23:15:08 +03:00
Tungsten842
504893d0ea nnn: add desktop file, fix nerd icons, add option to build with emojis 2023-05-08 22:13:03 +02:00
aleksana
d9385a3df1 gabutdm: init at 2.1.5 2023-05-09 04:10:51 +08:00
Sandro
cc8e3e9c1f
Merge pull request #229540 from ShamrockLee/git-fix-ls
Revert #224474, git completion command patching
2023-05-08 22:01:21 +02:00
Thibaut Marty
b0a7806728 osmtogeojson: init at 3.0.0-beta.5 2023-05-08 21:31:20 +02:00
Artturin
f3b780d933 spotifywm: don't needlessly propagate spotify 2023-05-08 22:28:13 +03:00
Ian McFarlane
78aa6738d0 spotifywm: add the-argus as maintainer 2023-05-08 22:28:13 +03:00
Ian McFarlane
b98d314b4a spotifywm: make behave as patch instead of separate package 2023-05-08 22:28:13 +03:00
Sandro
05b1a97381
Merge pull request #179752 from hqurve/cantor
init labplot, cantor and supporting libraries
2023-05-08 21:28:08 +02:00
Pavol Rusnak
b15daed965
Merge pull request #230732 from lourkeur/trezor-suite
trezor-suite: 22.11.1 -> 23.4.2
2023-05-08 20:46:09 +02:00
fetsorn
c13a5e7eb6 quicksynergy: fix typo
"diferent" -> "different"
2023-05-08 22:11:19 +04:00
fetsorn
0d90723fb0 polypane: fix typo
"acessibility" -> "accessibility"
2023-05-08 22:11:18 +04:00
figsoda
290280d678 conceal: mark as broken on darwin 2023-05-08 13:46:41 -04:00
Louis Bettens
1073924a1b
trezor-suite: 22.11.1 -> 23.4.2 2023-05-08 18:57:38 +02:00
Robert Scott
4a348ef47e spark_2_4, spark_3_1, spark_3_2, spark2: remove 2023-05-08 17:49:15 +01:00
Weijia Wang
b966b6feb5
Merge pull request #230727 from fetsorn/typo/kdevelop
kdevelop: fix typo
2023-05-08 19:33:50 +03:00
fetsorn
1b0067e88f kdevelop: fix typo
"programing" -> "programming"
2023-05-08 20:32:39 +04:00