Commit graph

553220 commits

Author SHA1 Message Date
Ivar Larsson
2ff208e85b maintainers: add ivarmedi 2023-11-26 16:28:46 +02:00
Fabian Affolter
d59c93938b python311Packages.bitstring: 4.1.2 -> 4.1.3
Changelog: https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.1.3
2023-11-26 15:28:08 +01:00
ivan770
b00ec384d4 replace-secret: add mainProgram 2023-11-26 16:27:42 +02:00
ajs124
a5ba4bf8c7 ue4: remove
Closes https://github.com/NixOS/nixpkgs/issues/17162
has been broken for years
2023-11-26 16:26:41 +02:00
Azat Bahawi
688e3878e5 iaito: fix desktop entry icon 2023-11-26 16:20:24 +02:00
Mario Rodas
15e46d1f2f
Merge pull request #269866 from kashw2/quisk
quisk: 4.2.22 -> 4.2.24
2023-11-26 09:17:28 -05:00
Mario Rodas
08de95bcd8
Merge pull request #268956 from SuperSandro2000/dnscontrol
dnscontrol: 4.6.0 -> 4.6.1, remove inactive maintainer
2023-11-26 09:16:27 -05:00
Auguste Baum
51e20bb809 bumblebee-status: init at 2.2.0 2023-11-26 15:11:38 +01:00
Pierre Bourdon
8552dade43
Merge pull request #269431 from r-ryantm/auto-update/linkerd_edge
linkerd_edge: 23.10.4 -> 23.11.4
2023-11-26 15:08:13 +01:00
Pierre Bourdon
f396b7d152
Merge pull request #269428 from r-ryantm/auto-update/linkerd
linkerd: 2.14.2 -> 2.14.5
2023-11-26 15:07:55 +01:00
Pierre Bourdon
bcbf8ac86a
Merge pull request #269512 from katexochen/dnf5/5-1-8
dnf5: 5.1.7 -> 5.1.8, re-enable tests, add man pages
2023-11-26 15:07:03 +01:00
R. Ryantm
297b2f617d python311Packages.python-hosts: 1.0.4 -> 1.0.5 2023-11-26 13:56:47 +00:00
Pierre Bourdon
f64d29996b
Merge pull request #268342 from xvello/patch-1
datadog-agent: fix metric submission
2023-11-26 14:56:24 +01:00
Pierre Bourdon
0a4235e5b9
Merge pull request #268644 from r-ryantm/auto-update/kraft
kraft: 0.6.6 -> 0.7.0
2023-11-26 14:55:36 +01:00
Pierre Bourdon
a7b439681f
Merge pull request #269536 from r-ryantm/auto-update/mmlgui
mmlgui: unstable-2023-09-20 -> unstable-2023-11-16
2023-11-26 14:44:12 +01:00
Pierre Bourdon
9c9eee2f11
Merge pull request #269999 from Stunkymonkey/outline-migrate-prefetch-yarn-deps
outline: migrate to prefetch-yarn-deps
2023-11-26 14:39:44 +01:00
Pierre Bourdon
493d8aa94b
Merge pull request #269366 from r-ryantm/auto-update/cfitsio
cfitsio: 4.3.0 -> 4.3.1
2023-11-26 14:38:45 +01:00
Pierre Bourdon
46aafa963c
Merge pull request #269440 from iblech/citrix_reproducible
citrix_workspace: make reproducible
2023-11-26 14:38:26 +01:00
Pierre Bourdon
fd44c780f0
Merge pull request #269889 from felschr/tor-mullvad-libgl-fix
{tor,mullvad}-browser: add missing libGL required for wayland
2023-11-26 14:36:19 +01:00
Silvan Mosberger
d50cfe203c
Merge pull request #270101 from mfrischknecht/osquery-llvm-15
osquery: Apply unreleased upstream patch to build using Clang 16
2023-11-26 14:26:32 +01:00
Fabian Affolter
d5307e6cbc
Merge pull request #270073 from fabaff/pysigma-bump
python311Packages.pysigma: 0.10.6 -> 0.10.9
2023-11-26 14:21:24 +01:00
Fabian Affolter
69947abdc8
Merge pull request #270083 from fabaff/aiortm-bump
python311Packages.aiortm: 0.6.4 -> 0.8.5
2023-11-26 14:20:54 +01:00
Fabian Affolter
cc005dc9f3
Merge pull request #269863 from kashw2/bearer
bearer: 1.29.0 -> 1.31.1
2023-11-26 14:12:54 +01:00
Silvan Mosberger
16c9ed6b3c
Merge pull request #250753 from twesterhout/arrayfire-3.9.0
arrayfire: 3.7.3 -> 3.9.0
2023-11-26 13:42:12 +01:00
Markus Kowalewski
3b8d3c6c61 kamailio: add TLS support 2023-11-26 13:35:47 +01:00
Markus Kowalewski
231b889d79 kamailio: make "modules" customiziable by overrideAttrs 2023-11-26 13:35:04 +01:00
Manuel Frischknecht
8110ae5f41 osquery: also apply Use-locale.h-instead-of-removed-xlocale.h-header.patch on aarch64
The patch file fixes a build issue due to a missing `xlocale.h` header,
but *only* for x86. aarch64 actually has the same issue, so expanding
it hopefully also fixes that build, too.
2023-11-26 13:29:38 +01:00
Markus Kowalewski
9f3a21f0e9 kamailio: make "modules" customiziable by overrideAttrs 2023-11-26 13:26:43 +01:00
Cabia Rangris
4ff48c9f84
super-slicer-beta: 2.5.59.2 -> 2.5.59.3 (#269969) 2023-11-26 16:26:42 +04:00
Azat Bahawi
fab9ae621c
tbls: 1.71.0 -> 1.72.0 2023-11-26 14:53:01 +03:00
Manuel Frischknecht
c9e65df9df osquery: add unreleased upstream patch for current Clang version
osquery uses vendored boost libraries that still rely on old
standard types like `std::unary_function` (deprecated since
C++11, removed in C++17) which breaks the build with Clang 16.

Upstream already contains a fix [1] that hasn't been released yet.

[1]: 222991a15b
2023-11-26 12:46:57 +01:00
Pierre Bourdon
c6c20c63b4
Merge pull request #269954 from imincik/fix-tmate-ssh-server-module
nixos/tmate-ssh-server: fix tmate-client-config script
2023-11-26 12:42:09 +01:00
R. Ryantm
e921fd7f99 muffet: 2.9.2 -> 2.9.3 2023-11-26 11:26:12 +00:00
James Conroy-Finn
c973975aa0
babashka: Remove superfluous removal of references 2023-11-26 11:23:16 +00:00
James Conroy-Finn
56aedbd477
Move reference removal logic into build support 2023-11-26 11:23:15 +00:00
Ivan Mincik
7a834eeb82 qgis-ltr: 3.28.12 -> 3.28.13 2023-11-26 12:10:19 +01:00
Ivan Mincik
a16cdc2e39 qgis: 3.34.0 -> 3.34.1 2023-11-26 12:02:19 +01:00
Fabian Affolter
50b6184a33 python311Packages.ninebot-ble: init at 0.0.6
Ninebot scooter BLE client

https://github.com/ownbee/ninebot-ble
2023-11-26 11:47:32 +01:00
Fabian Affolter
b9d0453d1b python311Packages.miauth: init at 0.9.1
Authenticate and interact with Xiaomi devices over BLE

https://github.com/dnandha/miauth
2023-11-26 11:46:42 +01:00
R. Ryantm
173b74db07 jellyfin: 10.8.11 -> 10.8.12 2023-11-26 11:40:07 +01:00
Thiago Kenji Okada
e6e0787c3f
Merge pull request #256159 from YtvwlD/yama
nixos/sysctl: Stop disabling yama by default
2023-11-26 10:32:32 +00:00
Fabian Affolter
854c887047 python311Packages.aws-lambda-builders: 1.41.0 -> 1.42.0
Diff: https://github.com/awslabs/aws-lambda-builders/compare/refs/tags/v1.41.0...v1.42.0

Changelog: https://github.com/aws/aws-lambda-builders/releases/tag/v1.42.0
2023-11-26 11:17:59 +01:00
Fabian Affolter
d152e08a3e python311Packages.awscrt: 0.19.12 -> 0.19.17
Changelog: https://github.com/awslabs/aws-crt-python/releases/tag/v0.19.17
2023-11-26 11:17:12 +01:00
Bobby Rong
26dc877716
Merge pull request #269553 from FedericoSchonborn/budgie.magpie-no-shared-components
budgie.magpie: Don't install shared components
2023-11-26 18:14:17 +08:00
Fabian Affolter
3f038d206c python311Packages.simpful: 2.11.0 -> 2.11.1
Diff: aresio/simpful@refs/tags/2.11.0...2.11.1

Changelog: https://github.com/aresio/simpful/releases/tag/2.11.1
2023-11-26 11:12:51 +01:00
R. Ryantm
f0174515af cpp-utilities: 5.24.1 -> 5.24.2 2023-11-26 10:11:40 +00:00
Ivan Trubach
3eaa5ffac3 centrifugo: 5.1.1 -> 5.1.2 2023-11-26 13:11:06 +03:00
Fabian Affolter
8a96f54dbe
Merge pull request #269221 from fabaff/dbus-fast-bump
python311Packages.dbus-fast: 2.14.0 -> 2.15.0
2023-11-26 11:06:24 +01:00
Fabian Affolter
798b3790db
Merge pull request #269938 from fabaff/asysocks-bump
python311Packages.asysocks: 0.2.9 -> 0.2.11
2023-11-26 11:05:11 +01:00
Fabian Affolter
8298ad1e91
Merge pull request #269935 from fabaff/minikerberos-bump
python311Packages.minikerberos: 0.4.2 -> 0.4.3
2023-11-26 11:04:23 +01:00