Commit Graph

118990 Commits

Author SHA1 Message Date
Ludovico Piero
cb3037a2e2
armcord: remove myself from meta.maintainers
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-01-24 16:29:26 +09:00
R. Ryantm
67909b84da kubergrunt: 0.13.1 -> 0.14.0 2024-01-24 07:23:59 +00:00
Doron Behar
44a14fe2dc
Merge pull request #283378 from r-ryantm/auto-update/monkeysAudio
monkeysAudio: 10.40 -> 10.43
2024-01-24 09:12:09 +02:00
kirillrdy
2d9a9c32d3
Merge pull request #274919 from PowerUser64/sonobus
sonobus: 1.7.0 -> 1.7.2
2024-01-24 15:33:16 +09:00
R. Ryantm
9f2a9b80ef sameboy: 0.16.1 -> 0.16.2 2024-01-24 06:29:59 +00:00
Alex Bates
146ae384c5 ares: 133 -> 135 2024-01-24 06:26:43 +00:00
github-actions[bot]
bd24648ae1
Merge master into staging-next 2024-01-24 06:00:59 +00:00
R. Ryantm
29011f2734 printrun: 2.0.0 -> 2.0.1 2024-01-24 05:28:07 +00:00
Robert Schütz
089e505c4c iptsd: set meta.mainProgram 2024-01-23 20:17:17 -08:00
Robert Schütz
deac8c4608 iptsd: 1.4.0 -> 2
Diff: https://github.com/linux-surface/iptsd/compare/v1.4.0...v2

Changelog: https://github.com/linux-surface/iptsd/releases/tag/v2
2024-01-23 20:12:41 -08:00
R. Ryantm
710b239fca urh: 2.9.4 -> 2.9.6 2024-01-24 03:27:41 +00:00
Mario Rodas
8b6b276ee1
Merge pull request #283242 from linsui/pot
pot: 2.7.0 -> 2.7.4
2024-01-23 22:26:52 -05:00
Mario Rodas
263e296bbe
Merge pull request #278452 from aaronjheng/ablog
ablog: 0.11.4.post1 -> 0.11.6
2024-01-23 22:22:27 -05:00
PowerUser64
17156e1cf3 sonobus: 1.7.0 -> 1.7.2 2024-01-23 19:20:48 -08:00
Mario Rodas
284c10975e
Merge pull request #283310 from r-ryantm/auto-update/terraform-compliance
terraform-compliance: 1.3.45 -> 1.3.46
2024-01-23 22:13:41 -05:00
R. Ryantm
364d698aac monkeysAudio: 10.40 -> 10.43 2024-01-24 02:42:08 +00:00
emilylange
1724fc3271
chromium: work around rust toolchain requirement in M121+
M121 is the first version to require the new rust toolchain, which we
haven't ready yet.
Specifically, there seems to be an issue where clang looks up library
paths (with `clang_version = 17;` added to `gnFlags` (defaults to 18 and
is part of the lookup path)):

```
ninja: error: '../../../../nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/17/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a', needed by 'obj/third_party/protobuf/libprotoc_lib.a', missing and no known rule to make it
```

Instead of
```
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/17/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/lib/clang/18/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a
```
it should be something like
```
/nix/store/q5f07rqsvsxnzwbw97yi8lacksrmy13x-clang-wrapper-17.0.6/resource-root/lib/linux/libclang_rt.builtins-x86_64.a
```

So to give us ever so slightly more time to figure out and fix the rust
toolchain, we revert the upstream commit, that requires the rust
toolchain.
The c++ version of the QR code generator will be gone in the next few
version bumps, meaning we can no longer work around this by then.
Again, this is only to buy us ever so slightly more time.

This could have been prepared better and ahead of the stable bump, but
we simply don't have enough chromium maintainers right now :(
2024-01-24 03:00:06 +01:00
R. Ryantm
907b0f580a librewolf-unwrapped: 121.0.1-1 -> 122.0-1 2024-01-24 01:50:43 +00:00
Mario Rodas
463de728cb
Merge pull request #283323 from trofi/ccemux-fix-hash
ccemux: update hash for a `.jar` upstream file
2024-01-23 20:01:27 -05:00
Mario Rodas
7caefbd686
Merge pull request #283117 from r-ryantm/auto-update/podman
podman: 4.8.3 -> 4.9.0
2024-01-23 19:40:15 -05:00
OPNA2608
d4397100e9 nuked-md: Fetch patch for missing include on Darwin 2024-01-24 01:37:08 +01:00
github-actions[bot]
6a4e9dff73
Merge master into staging-next 2024-01-24 00:02:25 +00:00
José Romildo Malaquias
32077c539a
Merge pull request #280943 from romildo/upd.mpc-qt
mpc-qt: 23.02 -> 23.12
2024-01-23 20:28:37 -03:00
Weijia Wang
89163c38cf
Merge pull request #282780 from r-ryantm/auto-update/atlantis
atlantis: 0.27.0 -> 0.27.1
2024-01-24 00:15:50 +01:00
Manuel Frischknecht
19004cb1b5 snapcast: fix build failure due to missing #include <cstdint>
`snapcast` fails to build with GCC 13 because of a missing include
of `cstdint` (that got transitively included in older versions).
This issue has already been fixed upstream some months ago, but
there have been no new releases after that, so this change pulls
in the upstream commit using `fetchpatch` for now.
2024-01-23 23:55:39 +01:00
Franz Pletz
64bebeafb1
Merge pull request #282500 from r-ryantm/auto-update/mopidy 2024-01-23 23:11:20 +01:00
Thomas Gerbet
1be7025339
Merge pull request #282028 from r-ryantm/auto-update/polypane
polypane: 17.0.0 -> 17.1.0
2024-01-23 23:11:02 +01:00
Sergei Trofimovich
a0a49a2214 ccemux: update hash for a .jar upstream file
The upstream file is known to change from time to time:
    https://github.com/CCEmuX/CCEmuX/issues/167

Let's update the hash.
2024-01-23 22:02:08 +00:00
kirillrdy
e1415ee3a3
Merge pull request #283202 from nicolas-goudry/update-gitkraken
gitkraken: 9.10.0 -> 9.11.1
2024-01-24 06:48:05 +09:00
R. Ryantm
f964b7777f terraform-compliance: 1.3.45 -> 1.3.46 2024-01-23 21:00:41 +00:00
a-kenji
5c680a65c2 moonlight-embedded: add meta.mainProgram 2024-01-23 21:54:41 +01:00
emilylange
23f343f1b0
chromium: 120.0.6099.109 -> 121.0.6167.85
https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_23.html

This update includes 17 security fixes.

CVEs:
CVE-2024-0807 CVE-2024-0812 CVE-2024-0808 CVE-2024-0810 CVE-2024-0814
CVE-2024-0813 CVE-2024-0806 CVE-2024-0805 CVE-2024-0804 CVE-2024-0811
CVE-2024-0809
2024-01-23 21:35:22 +01:00
Pravin Dahal
97f2b81fed
terraform-docs: 0.16.0 -> 0.17.0 (#282495) 2024-01-23 20:53:50 +01:00
R. Ryantm
11afa0b0a1 shotcut: 23.12.15 -> 24.01.13 2024-01-23 19:26:56 +00:00
R. Ryantm
e30623ef16 jmol: 16.1.47 -> 16.1.49 2024-01-23 18:41:36 +00:00
Fabian Affolter
58a7f4684a ledfx: 2.0.86 -> 2.0.8
Changelog: https://github.com/LedFx/LedFx/blob/2.0.89/CHANGELOG.rst
2024-01-23 19:33:18 +01:00
github-actions[bot]
01a65d81f3
Merge master into staging-next 2024-01-23 18:00:56 +00:00
Ilan Joselevich
947661df11
Merge pull request #281817 from Twingate/twingate-2024.018.111182
twingate: 2023.250.97595 -> 2024.018.111182
2024-01-23 19:54:17 +02:00
Weijia Wang
8007117f79
Merge pull request #282666 from wegank/ebtks-refactor
ebtks: fix build on darwin, refactor
2024-01-23 18:23:42 +01:00
Maciej Krüger
92aa94f271
Merge pull request #282367 from mkg20001/fluffy-17
fluffychat: 1.14.1 -> 1.17.1
2024-01-23 18:05:40 +01:00
José Romildo
cccf8b3658 mpc-qt: 23.02 -> 23.12 2024-01-23 13:57:11 -03:00
Weijia Wang
4b2ff89430
Merge pull request #282705 from r-ryantm/auto-update/pe-bear
pe-bear: 0.6.7 -> 0.6.7.3
2024-01-23 17:27:06 +01:00
linsui
8bd0f826f5 pot: 2.7.0 -> 2.7.4 2024-01-23 23:09:21 +08:00
Beisenherz, Steffen [CBC]
1dd21e0a1b
kitty-themes: unstable-2032-09-15 -> unstable-2023-12-28
Updated the kitty-themes revision to use
2024-01-23 16:05:18 +01:00
Nicolas Goudry
0ecc683ee4
gitkraken: 9.10.0 -> 9.11.1
Release notes: https://help.gitkraken.com/gitkraken-client/current/#version-9-11-1
2024-01-23 15:36:15 +01:00
Nick Cao
ab82229e50
Merge pull request #283183 from xrelkd/update/clipcat
clipcat: 0.16.2 -> 0.16.3
2024-01-23 09:26:08 -05:00
Nick Cao
1af399d249
Merge pull request #283147 from r-ryantm/auto-update/hcl2json
hcl2json: 0.6.0 -> 0.6.1
2024-01-23 09:20:03 -05:00
Nick Cao
3f6ac02b8e
Merge pull request #283130 from r-ryantm/auto-update/kubedog
kubedog: 0.12.0 -> 0.12.2
2024-01-23 09:11:32 -05:00
Nick Cao
087b497846
Merge pull request #283069 from r-ryantm/auto-update/treesheets
treesheets: unstable-2024-01-03 -> unstable-2024-01-21
2024-01-23 09:07:33 -05:00
Yt
76a4ed26a3
Merge pull request #283154 from r-ryantm/auto-update/op-geth
op-geth: 1.101305.0 -> 1.101305.1
2024-01-23 13:50:24 +00:00
Sandro
c5869d4299
Merge pull request #281207 from TomaSajt/mysql-workbench
mysql-workbench: fix build, small refactor
2024-01-23 14:45:32 +01:00
Pavol Rusnak
553cacb064
trezor-suite: 23.12.3 -> 24.1.2 2024-01-23 07:35:58 -06:00
github-actions[bot]
568f381221
Merge master into staging-next 2024-01-23 12:01:17 +00:00
Yureka
46f1dbf40d blender: build with openexr 3 2024-01-23 12:35:06 +01:00
Yureka
ce95061d7d prusa-slicer: openvdb overrideAttrs -> override 2024-01-23 12:35:06 +01:00
Naïm Favier
287694981a
Merge pull request #283180 from trofi/weechat-unwrapped-update
weechat-unwrapped: 4.2.0 -> 4.2.1
2024-01-23 12:14:36 +01:00
embr
b43bb235ef syncterm: Cherry-pick upstream fixes for pthread_yield errors
This non-standard function has been deprecated since glibc 2.34 (August 2021),
and calls to it were breaking the build. This has since been fixed in the
upstream Synchronet tree, from which SyncTERM releases are cut, but this was
last done in 2020.

Big thanks to @aexoxea, who not only dug into this, but adapted the upstream
patches to the SyncTERM tree and posted almost this exact diff in #174749 -
where it completely slipped my mind until now, sorry!

Fixes #174749
2024-01-23 11:38:30 +01:00
xrelkd
b4ccacc6cc
clipcat: migrate to by-name 2024-01-23 18:38:28 +08:00
Sergei Trofimovich
63d379b04b weechat-unwrapped: 4.2.0 -> 4.2.1
Changes: https://weechat.org/files/releasenotes/ReleaseNotes-devel.html#v4.2.1
2024-01-23 10:23:34 +00:00
Sandro
a9767322d0
Merge pull request #274739 from 3JlOy-PYCCKUi/anilibria-winmaclinux
anilibria-winmaclinux: 1.2.12 -> 1.2.14
2024-01-23 10:28:00 +01:00
R. Ryantm
007c39b532 op-geth: 1.101305.0 -> 1.101305.1 2024-01-23 08:48:10 +00:00
Weijia Wang
521e625bc1
Merge pull request #283116 from r-ryantm/auto-update/qpwgraph
qpwgraph: 0.6.1 -> 0.6.2
2024-01-23 09:33:33 +01:00
R. Ryantm
dcbc2a303c hcl2json: 0.6.0 -> 0.6.1 2024-01-23 08:26:40 +00:00
R. Ryantm
5505ef401d kubedog: 0.12.0 -> 0.12.2 2024-01-23 07:20:52 +00:00
Thomas BESSOU
b557c429ca streamlink-twitch-gui-bin: add meta.mainProgram
So that `nix run` works
2024-01-23 08:18:53 +01:00
R. Ryantm
b8d1c8355e podman: 4.8.3 -> 4.9.0 2024-01-23 06:35:59 +00:00
R. Ryantm
4b0c410a7e qpwgraph: 0.6.1 -> 0.6.2 2024-01-23 06:34:15 +00:00
Weijia Wang
9e3c309c9a
Merge pull request #280828 from katexochen/docker-machine/remove
docker-machine{,-kvm,-xhyve}: remove
2024-01-23 07:15:59 +01:00
github-actions[bot]
70e275b1cb
Merge master into staging-next 2024-01-23 06:00:55 +00:00
Weijia Wang
9dbf5074db
Merge pull request #280563 from impl/keepassrpc-1.16.0
keepass-keepassrpc: 1.14.0 -> 1.16.0
2024-01-23 06:59:49 +01:00
Franz Pletz
7faa0f15fe
Merge pull request #275221 from hufman/patch-obs-arm64
obs-studio: patch to fix libobs.po on arm64
2024-01-23 06:37:22 +01:00
John Chadwick
a55b396e05 neovim: also unset PYTHONSAFEPATH in python wrapper 2024-01-22 23:58:49 -05:00
R. Ryantm
51872b1c11 treesheets: unstable-2024-01-03 -> unstable-2024-01-21 2024-01-23 02:25:17 +00:00
Peder Bergebakken Sundt
4d3d04cfd3
Merge pull request #282871 from trofi/bsnes-hd-gcc-13-fix
bsnes-hd: pull upstream `gcc-13` fix
2024-01-23 03:13:08 +01:00
Peder Bergebakken Sundt
b01c493119
Merge pull request #281758 from r-ryantm/auto-update/legit
legit: 1.2.0 -> 1.2.0.post0
2024-01-23 03:08:18 +01:00
Weijia Wang
1079b3fb6e
Merge pull request #278145 from r-ryantm/auto-update/microsoft-edge
microsoft-edge: 120.0.2210.77 -> 120.0.2210.144
2024-01-23 02:21:31 +01:00
Noah Fontes
fac5d65455 keepass-keepassrpc: 1.14.0 -> 1.16.0 2024-01-23 02:03:23 +01:00
Weijia Wang
da72af0961
Merge pull request #281282 from Icy-Thought/upscayl
upscayl: 2.9.5 -> 2.9.8
2024-01-23 02:01:27 +01:00
github-actions[bot]
8303a96c2d
Merge master into staging-next 2024-01-23 00:02:30 +00:00
Cosima Neidahl
ef178a6131
Merge pull request #281918 from mfrischknecht/fix-foxotron
foxotron: fix build due to deprecated C stdint import in vendored dependency
2024-01-23 00:35:33 +01:00
Peder Bergebakken Sundt
5d4dd2a364
Merge pull request #277891 from greizgh/f3d-broken
f3d: mark broken
2024-01-22 23:42:38 +01:00
Henner Zeller
205038b1f7 sdrpp: 1.0.4 -> 1.1.0-unstable-2024-01-22
sdrpp switched to a rolling release, so take a git hash from head.
2024-01-22 14:15:00 -08:00
Ryan Hendrickson
71e49b4120
Merge pull request #276633 from zendo/upd/songrec
songrec: 0.3.3 -> 0.4.1
2024-01-22 17:02:37 -05:00
Nick Cao
b5fea46f01
Merge pull request #282949 from r-ryantm/auto-update/tuifimanager
tuifimanager: 3.3.1 -> 3.3.5
2024-01-22 17:00:19 -05:00
Nick Cao
2ec555b4cb
Merge pull request #282959 from TomaSajt/simulide
simulide_1_1_0: use corrected upstream source
2024-01-22 16:57:57 -05:00
R. Ryantm
c84b0d32fa kyverno: 1.11.3 -> 1.11.4 2024-01-22 21:53:48 +00:00
Felix Bühler
f35e0b7d21
Merge pull request #282714 from wegank/sony-headphones-client
sony-headphones-client: fix build with gcc 13
2024-01-22 22:32:18 +01:00
Manuel Frischknecht
5ff0ef514f foxotron: fetch assimp patches to fix build
Foxotron vendors a lot of dependencies (see the `external` directory and
the various submodules it contains). One of them (`FBX`) fails to build
with current versions of GCC because the compiler cannot resolve the
type `std::uint32_t`. The affected file still imports the type via
`#include <stdint.h>`, which has been superseded by `#include <cstdint>`
in C++11.

The upstream patch applied here fixes this build issue by introducing
the missing include line of `<cstdint>`.

The new addition to `postPatch` disables a `-Werror` setting that
(currently) seemingly only causes assimp builds failures on darwin.

Co-authored-by: Cosima Neidahl <opna2608@protonmail.com>
2024-01-22 21:24:20 +01:00
Anderson Torres
522c89c370
melonDS: 0.9.5 -> 0.9.5-unstable-2024-01-17 (#282620)
* melonDS: refactor

- extra dependency: zstd
- finalAttrs design pattern
- get rid of nested with
- add AndersonTorres as maintainer

* melonDS: set strictDeps as true

- Why does it not find extra-cmake-modules in nativeBuildInputs?

  Let's mark it on issue https://github.com/NixOS/nixpkgs/issues/178468

* melonDS: 0.9.5 -> 0.9.5-unstable-2024-01-17
2024-01-22 14:41:08 -05:00
Nick Cao
647fcae939
Merge pull request #282057 from LostAttractor/qq
qq: 3.2.3-20201 -> 3.2.5-20979
2024-01-22 14:39:47 -05:00
Weijia Wang
f1e512235c
Merge pull request #282663 from wegank/stormlib-refactor
stormlib: fix build on darwin, refactor
2024-01-22 20:08:16 +01:00
github-actions[bot]
3c7375b75c
Merge master into staging-next 2024-01-22 18:00:55 +00:00
TomaSajt
62204e05fa
simulide_1_1_0: use corrected upstream source 2024-01-22 18:49:22 +01:00
Nick Cao
02d7f3b56c
Merge pull request #282911 from yayayayaka/element-1.11.55
element-{web,desktop}: 1.11.54 -> 1.11.55
2024-01-22 12:25:20 -05:00
maxine
e86007813d
Merge pull request #282366 from r-ryantm/auto-update/cemu
cemu: 2.0-61 -> 2.0-65
2024-01-22 18:23:11 +01:00
maxine
11697e856d
Merge pull request #282670 from r-ryantm/auto-update/kubecm
kubecm: 0.26.0 -> 0.27.1
2024-01-22 18:16:39 +01:00
maxine
122f7d6f6f
Merge pull request #282665 from r-ryantm/auto-update/oxker
oxker: 0.5.0 -> 0.6.0
2024-01-22 18:15:18 +01:00
maxine
f3fdd9414d
Merge pull request #282693 from r-ryantm/auto-update/kaniko
kaniko: 1.19.2 -> 1.20.0
2024-01-22 18:15:05 +01:00
maxine
1efae68415
Merge pull request #282747 from r-ryantm/auto-update/ipatool
ipatool: 2.1.3 -> 2.1.4
2024-01-22 18:14:13 +01:00
maxine
9876e8294f
Merge pull request #282943 from r-ryantm/auto-update/yazi
yazi: 0.2.1 -> 0.2.2
2024-01-22 18:13:13 +01:00
R. Ryantm
ea0ae5d2bc tuifimanager: 3.3.1 -> 3.3.5 2024-01-22 16:49:36 +00:00
R. Ryantm
97b2b4452e microsoft-edge: 120.0.2210.77 -> 120.0.2210.144 2024-01-22 16:42:02 +00:00
Nick Cao
2a5f24096d
Merge pull request #282916 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2023-12-31 -> unstable-2024-01-22
2024-01-22 11:21:18 -05:00
Nikolay Korotkiy
5de595f655
Merge pull request #282125 from sikmir/josm
josm: 18907 → 18940
2024-01-22 20:14:27 +04:00
R. Ryantm
637f9c7a1a yazi: 0.2.1 -> 0.2.2 2024-01-22 16:14:09 +00:00
R. Ryantm
d4f67bdfb9 nwg-displays: 0.3.10 -> 0.3.12 2024-01-22 15:39:05 +00:00
Nick Cao
f048098f0b
Merge pull request #282858 from r-ryantm/auto-update/tuba
tuba: 0.6.1 -> 0.6.2
2024-01-22 10:08:01 -05:00
markuskowa
e6e941f341
Merge pull request #282890 from sheepforce/molcas-fix
openmolcas: fix pyparsing >= 3.11 compatibility
2024-01-22 15:54:31 +01:00
R. Ryantm
11e3813729 eigenmath: unstable-2023-12-31 -> unstable-2024-01-22 2024-01-22 14:34:43 +00:00
R. Ryantm
905fa5072a vscodium: 1.85.1.23348 -> 1.85.2.24019 2024-01-22 22:17:59 +08:00
Phillip Seeber
9ad625fdfa openmolcas: fix pyparsing >= 3.11 compatibility 2024-01-22 15:09:57 +01:00
Yaya
4e6a53c699
element-{web,desktop}: 1.11.54 -> 1.11.55
https://github.com/element-hq/element-desktop/releases/tag/v1.11.55
https://github.com/element-hq/element-web/releases/tag/v1.11.55
2024-01-22 14:55:50 +01:00
Bill
90edbf1dd4
fstl: 0.9.4 -> 0.10.0 (#264257)
* fstl: 0.9.4 -> 0.10.0

Note that https://github.com/mkeeter/fstl now redirects to
https://github.com/fstl-app/fstl. It would appear the old repo is no
longer updated, and the version under fstl-app is the proper location.

* fstl: address pull request feedback

* fstl: change install hook usage per review suggestion.
2024-01-22 22:41:16 +09:00
h7x4
5bd5d7e5d0
Merge pull request #279741 from orivej/davinci-resolve-street
davinci-resolve: add street to fix build
2024-01-22 14:27:34 +01:00
Azat Bahawi
771b079bb8
Merge pull request #282873 from r-ryantm/auto-update/seaweedfs
seaweedfs: 3.61 -> 3.62
2024-01-22 13:06:07 +00:00
github-actions[bot]
3a8094730e
Merge master into staging-next 2024-01-22 12:01:10 +00:00
Mario Rodas
1e9b4f7f65
Merge pull request #282489 from r-ryantm/auto-update/nanovna-saver
nanovna-saver: 0.6.0 -> 0.6.3
2024-01-22 06:59:25 -05:00
Mario Rodas
d28776fbf6
Merge pull request #282732 from marsam/update-gallery-dl
gallery-dl: 1.26.6 -> 1.26.7
2024-01-22 06:56:08 -05:00
Yt
3e39969a53
Merge pull request #282815 from datafoo/vscode-extensions.elixir-lsp.vscode-elixir-ls
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.18.1 -> 0.19.0
2024-01-22 11:47:59 +00:00
kirillrdy
73ab92ec78
Merge pull request #280843 from kirillrdy/unpin-go
[treewide] unpin go
2024-01-22 20:28:38 +09:00
Florian Klink
17ee917fed
Merge pull request #279906 from buckley310/2024-01-09-vmware
vmware-horizon-client: 2306 -> 2309.1
2024-01-22 13:28:17 +02:00
R. Ryantm
54221e26f9 seaweedfs: 3.61 -> 3.62 2024-01-22 11:21:38 +00:00
Sergei Trofimovich
4eead0f5ef bsnes-hd: pull upstream gcc-13 fix
Without the change the build fails as
https://hydra.nixos.org/build/246737851:

    ../nall/arithmetic/natural.hpp: In function 'void nall::div(const uint256_t&, const uint256_t&, uint256_t&, uint256_t&)':
    ../nall/arithmetic/natural.hpp:239:23: error: 'runtime_error' is not a member of 'std'
      239 |   if(!rhs) throw std::runtime_error("division by zero");
          |                       ^~~~~~~~~~~~~
2024-01-22 11:13:24 +00:00
R. Ryantm
53456b8d04 tuba: 0.6.1 -> 0.6.2 2024-01-22 10:20:11 +00:00
Franz Pletz
5af9ce3fd6
Merge pull request #282628 from GaetanLepage/obs-composite-blur 2024-01-22 10:59:05 +01:00
markuskowa
139f39716f
Merge pull request #282783 from r-ryantm/auto-update/abracadabra
abracadabra: 2.3.4 -> 2.3.5
2024-01-22 10:38:41 +01:00
K900
54bcda452a
Merge pull request #282813 from K900/fresh-fruit
Yuzu updates for 2024-01-22
2024-01-22 11:49:38 +03:00
R. Ryantm
4e5ecd998b pt2-clone: 1.65.1 -> 1.66.1 2024-01-22 08:43:14 +00:00
kirillrdy
6ca1d21489
Merge pull request #273098 from nicolas-goudry/gitkraken-bundled-git
gitkraken: devendor bundled git
2024-01-22 17:27:37 +09:00
datafoo
dfc5adf62a vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.18.1 -> 0.19.0
https://github.com/elixir-lsp/vscode-elixir-ls/blob/master/CHANGELOG.md#v0190-21-january-2023
2024-01-22 08:50:05 +01:00
K900
86b1381d7b yuzu-ea: 4056 -> 4079 2024-01-22 10:44:15 +03:00
Fabian Affolter
a6a7415a18
Merge pull request #282650 from r-ryantm/auto-update/unifi-protect-backup
unifi-protect-backup: 0.10.2 -> 0.10.3
2024-01-22 08:42:39 +01:00
Vincent Laporte
8aa86b260c orpie: use OCaml 4.14 2024-01-22 08:36:01 +01:00
K900
44b5127020 yuzuPackages.mainline: 1676 -> 1689
Changelog: https://yuzu-emu.org/entry
2024-01-22 10:35:05 +03:00
K900
c7ad50e515 yuzuPackages.compat-list: unstable-2024-01-08 -> unstable-2024-01-21 2024-01-22 10:30:48 +03:00
Matthias Beyer
297dbf9e34
Merge pull request #282700 from r-ryantm/auto-update/timewarrior
timewarrior: 1.7.0 -> 1.7.1
2024-01-22 07:48:11 +01:00
Weijia Wang
261366b039
Merge pull request #282058 from r-ryantm/auto-update/qcad
qcad: 3.29.0.0 -> 3.29.2.0
2024-01-22 07:26:16 +01:00
Christian Kögler
847d8ef412
Merge pull request #282713 from r-ryantm/auto-update/vdrPlugins.markad
vdrPlugins.markad: 3.4.3 -> 3.4.5
2024-01-22 07:08:49 +01:00
github-actions[bot]
f363b57fc7
Merge master into staging-next 2024-01-22 06:01:17 +00:00
R. Ryantm
7d3d02684f abracadabra: 2.3.4 -> 2.3.5 2024-01-22 04:25:11 +00:00
R. Ryantm
e4015bb8b8 atlantis: 0.27.0 -> 0.27.1 2024-01-22 04:15:05 +00:00
Luke Granger-Brown
6befff6c45
Merge pull request #282611 from leona-ya/paperless-2.4.0
paperless-ngx: 2.3.3 -> 2.4.0
2024-01-22 02:29:40 +00:00
Weijia Wang
93ddec52b4
Merge pull request #282409 from r-ryantm/auto-update/bilibili
bilibili: 1.12.5-2 -> 1.13.0-2
2024-01-22 03:17:37 +01:00
Weijia Wang
7850f14630
Merge pull request #278199 from r-ryantm/auto-update/cvs-fast-export
cvs-fast-export: 1.62 -> 1.63
2024-01-22 03:08:34 +01:00
R. Ryantm
f8ac3f1035 ipatool: 2.1.3 -> 2.1.4 2024-01-22 01:23:57 +00:00
github-actions[bot]
dceddd03df
Merge master into staging-next 2024-01-22 00:02:14 +00:00
Fabian Affolter
8639095604
Merge pull request #282534 from fabaff/cwltool-fix
cwltool: 3.1.20230213100550 -> 3.1.20240112164112
2024-01-21 23:46:45 +01:00
Weijia Wang
5d19c0c441 sony-headphones-client: fix build with gcc 13 2024-01-21 23:45:50 +01:00
R. Ryantm
faff52d113 vdrPlugins.markad: 3.4.3 -> 3.4.5 2024-01-21 22:33:18 +00:00
Weijia Wang
54f104a929 inormalize: fix build on darwin 2024-01-21 23:26:55 +01:00
Weijia Wang
07ae660f55 n3: fix build on darwin 2024-01-21 23:22:54 +01:00
R. Ryantm
1037f8aadc pe-bear: 0.6.7 -> 0.6.7.3 2024-01-21 22:04:10 +00:00
R. Ryantm
e37ac865fe timewarrior: 1.7.0 -> 1.7.1 2024-01-21 21:34:52 +00:00
Nick Cao
f36cf57e73
Merge pull request #282588 from r-ryantm/auto-update/rsclock
rsclock: 0.1.10 -> 0.1.11
2024-01-21 16:00:09 -05:00
R. Ryantm
18ee1f5314 kaniko: 1.19.2 -> 1.20.0 2024-01-21 20:50:16 +00:00
R. Ryantm
ad095f5411 kubecm: 0.26.0 -> 0.27.1 2024-01-21 18:48:20 +00:00
OPNA2608
c9f07e7555 sunvox: 2.1c -> 2.1.1c 2024-01-21 19:44:42 +01:00
Weijia Wang
abb97f6022 ebtks: migrate to by-name, rename from EBTKS 2024-01-21 19:37:48 +01:00
R. Ryantm
8c26170c99 oxker: 0.5.0 -> 0.6.0 2024-01-21 18:31:46 +00:00
Cosima Neidahl
745e7d3757
Merge pull request #277358 from OPNA2608/update/libvgm
{,vgmplay-}libvgm: Bump to unstable-2023-12-31
2024-01-21 19:26:23 +01:00
Weijia Wang
47e878f094 stormlib: migrate to by-name, rename from StormLib 2024-01-21 19:22:25 +01:00
Robert Scott
cf37ef83c2 freerdp: 2.11.2 -> 2.11.5 2024-01-21 19:00:04 +01:00
Nick Cao
d5fca6d371
Merge pull request #282126 from NickCao/telegram-desktop
telegram-desktop: 4.14.8 -> 4.14.9
2024-01-21 12:59:31 -05:00
R. Ryantm
150ef13193 unifi-protect-backup: 0.10.2 -> 0.10.3 2024-01-21 17:38:45 +00:00
Nick Cao
c3dd806a84
Merge pull request #282578 from marsam/update-docker-slim
docker-slim: 1.40.9 -> 1.40.10
2024-01-21 11:57:31 -05:00
Nick Cao
059f977811
Merge pull request #282559 from r-ryantm/auto-update/podman-tui
podman-tui: 0.15.0 -> 0.16.0
2024-01-21 11:49:10 -05:00
Fabian Affolter
bbb984e65c
Merge pull request #281721 from fabaff/nomadnet-bump
python311Packages.nomadnet: 0.4.4 -> 0.4.5, python312Packages.urwid: 2.2.3 -> 2.4.3, python311Packages.lxmf: 0.3.8 -> 0.3.9, python311Packages.rns: 0.6.9 -> 0.7.0
2024-01-21 17:46:09 +01:00
3JlOy_PYCCKUI
babc062694 anilibria-winmaclinux: 1.2.12 -> 1.2.14 2024-01-21 19:41:27 +03:00
Gaetan Lepage
edd4761788 obs-studio-plugins.obs-composite-blur: init at 1.1.0 2024-01-21 17:02:48 +01:00
Nick Cao
67a8005a98
Merge pull request #282555 from GaetanLepage/mujoco
mujoco: 3.1.0 -> 3.1.1
2024-01-21 10:52:55 -05:00
Vladimír Čunát
bb64af1196
Merge #281848: thunderbird-unwrapped: 115.6.0 -> 115.6.1 2024-01-21 16:39:27 +01:00
Leona Maroni
28f44879c5
paperless-ngx: 2.3.3 -> 2.4.0 2024-01-21 15:56:27 +01:00
zendo
55db691b5e songrec: 0.3.3 -> 0.4.1 2024-01-21 22:07:02 +08:00
R. Ryantm
3a2b7e6e8e rsclock: 0.1.10 -> 0.1.11 2024-01-21 13:40:30 +00:00
Thiago Kenji Okada
3af4a82a47
Merge pull request #282453 from gepbird/picom-11
picom: 10.2 -> 11
2024-01-21 12:07:58 +00:00
github-actions[bot]
cabf4612ca
Merge master into staging-next 2024-01-21 12:01:00 +00:00
R. Ryantm
ee127c9256 podman-tui: 0.15.0 -> 0.16.0 2024-01-21 11:28:15 +00:00
Gaetan Lepage
a9f8122a9e mujoco: 3.1.0 -> 3.1.1
Changelog: https://github.com/google-deepmind/mujoco/releases/tag/3.1.1
2024-01-21 12:24:04 +01:00
Naïm Favier
2a3dd735b9
Merge pull request #282543 from ncfavier/weechat
weechat-unwrapped: 4.1.3 -> 4.2.0
2024-01-21 12:08:56 +01:00
7c6f434c
09a13ff5b9
Merge pull request #282406 from r-ryantm/auto-update/baresip
baresip: 3.8.0 -> 3.8.1
2024-01-21 10:19:00 +00:00
Naïm Favier
0f9615ef9e
weechat-unwrapped: 4.1.3 -> 4.2.0
https://github.com/weechat/weechat/releases/tag/v4.2.0
2024-01-21 11:09:32 +01:00
Naïm Favier
46fa7b9abe
Merge pull request #282431 from trofi/weechat-unwrapped-update
weechat-unwrapped: 4.1.2 -> 4.1.3
2024-01-21 11:02:37 +01:00
Fabian Affolter
48433b4d36 cwltool: 3.1.20230213100550 -> 3.1.20240112164112
Diff: https://github.com/common-workflow-language/cwltool/compare/refs/tags/3.1.20230213100550...3.1.20240112164112

Changelog: https://github.com/common-workflow-language/cwltool/releases/tag/3.1.20240112164112
2024-01-21 10:32:48 +01:00
Weijia Wang
7f0ba982fa
Merge pull request #282474 from r-ryantm/auto-update/qownnotes
qownnotes: 24.1.2 -> 24.1.4
2024-01-21 08:11:57 +01:00
R. Ryantm
c1cf433881 mopidy: 3.4.1 -> 3.4.2 2024-01-21 06:23:30 +00:00
Weijia Wang
f2f0e24f7c
qownnotes: do not inherit appname
Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-01-21 07:18:46 +01:00
github-actions[bot]
2e9c9cc4bb
Merge master into staging-next 2024-01-21 06:00:57 +00:00
R. Ryantm
b9d0190c54 nanovna-saver: 0.6.0 -> 0.6.3 2024-01-21 05:17:49 +00:00
Weijia Wang
1f02ae58fd
Merge pull request #282374 from superherointj/mark-broken-SPAdes
SPAdes: fix build
2024-01-21 05:49:14 +01:00
Robert Schütz
9c9ae1fb13
Merge pull request #281663 from dotlambda/kdeltachat-unstable-2024-01-10
kdeltachat: unstable-2023-01-31 -> unstable-2024-01-14
2024-01-20 20:35:05 -08:00
Mario Rodas
44480e0389 gallery-dl: 1.26.6 -> 1.26.7
Changelog: https://github.com/mikf/gallery-dl/blob/v1.26.7/CHANGELOG.md
2024-01-21 04:20:00 +00:00
Mario Rodas
ce359b4e4a docker-slim: 1.40.9 -> 1.40.10
Diff: https://github.com/slimtoolkit/slim/compare/1.40.9...1.40.10

Changelog: https://github.com/slimtoolkit/slim/raw/1.40.10/CHANGELOG.md
2024-01-21 04:20:00 +00:00
R. Ryantm
48c419741e qownnotes: 24.1.2 -> 24.1.4 2024-01-21 03:33:04 +00:00
Anderson Torres
9838c39dac mgba: unpin lua 2024-01-20 23:13:49 -03:00
Anderson Torres
4c1a14fe5c mgba: 0.10.2 -> 0.10.3
Including-but-disabling discord-rpc, because the upstream includes it however
it doesn't work.
2024-01-20 22:51:10 -03:00
OPNA2608
ea74cbe410 mmlgui: Fix compatibility with newer libvgm 2024-01-21 02:27:55 +01:00
OPNA2608
3cabe5375d vgmplay-libvgm: unstable-2023-04-12 -> unstable-2024-01-03 2024-01-21 02:27:42 +01:00
Anderson Torres
4d643055ab mgba: refactor
- split outputs
- strictDeps
- get rid of nested with
- meta.changelog
2024-01-20 22:22:06 -03:00
Weijia Wang
aea0620a3a
Merge pull request #278431 from r-ryantm/auto-update/weechatScripts.weechat-notify-send
weechatScripts.weechat-notify-send: 0.9 -> 0.10
2024-01-21 01:18:05 +01:00
github-actions[bot]
84335ac8cb
Merge master into staging-next 2024-01-21 00:02:21 +00:00
Gutyina Gergő
98088d7183
picom-{allusive,jonaburg}: fix build by adding pcre 2024-01-21 00:58:04 +01:00
Robert Schütz
31f6556543 kdeltachat: unstable-2023-01-31 -> unstable-2024-01-14 2024-01-20 15:38:05 -08:00
maxine
8f9e98da67
Merge pull request #282335 from Bauke/obs-livesplit-one-0-3-4
obs-studio-plugins.obs-livesplit-one: 0.2.0 -> 0.3.4
2024-01-21 00:35:43 +01:00
maxine
10f6452490
Merge pull request #282214 from r-ryantm/auto-update/variety
variety: 0.8.10 -> 0.8.11
2024-01-21 00:35:13 +01:00
h7x4
07ad22242c
Merge pull request #282420 from dali99/update_hydrus2
hydrus: 557 -> 559
2024-01-21 00:31:57 +01:00
Sergei Trofimovich
eb9a982f97 weechat-unwrapped: 4.1.2 -> 4.1.3
Changes: https://weechat.org/files/doc/weechat/ReleaseNotes-4.1.3.html
2024-01-20 22:46:43 +00:00
Gutyina Gergő
9083a8f02f
picom: add maintainer gepbird 2024-01-20 23:39:07 +01:00
Gutyina Gergő
0659bf8c1f
picom: 10.2 -> 11 2024-01-20 23:38:56 +01:00
kirillrdy
5d42faba46
Merge pull request #279569 from linsui/localsend
localsend: 1.12.0 -> 1.13.1
2024-01-21 07:10:44 +09:00
Daniel Olsen
6f29ff4a36 hydrus: 557 -> 559 2024-01-20 22:49:46 +01:00
Thiago Kenji Okada
7d09d935ab
Merge pull request #282403 from thiagokokada/fix-libretro-mupen64plus
libretro.mupen64-plus: fix build under GCC 13
2024-01-20 21:07:51 +00:00
Sporesirius
4fef90dc12
teamspeak5_client: 5.0.0-beta76 -> 5.0.0-beta77 2024-01-20 21:51:15 +01:00
R. Ryantm
3fec4fd5dc bilibili: 1.12.5-2 -> 1.13.0-2 2024-01-20 20:46:27 +00:00
Weijia Wang
a935c0661d
Merge pull request #280558 from r-ryantm/auto-update/tartube
tartube: 2.4.221 -> 2.5.0
2024-01-20 21:31:56 +01:00
R. Ryantm
76384d4d3b baresip: 3.8.0 -> 3.8.1 2024-01-20 20:09:40 +00:00
Aman Setia
00f48620ac winePackages.*: Enable wayland driver; wine-waylan
..d only add -wayland prefix if wine-wayland package is selected otherwise keep the original name
2024-01-20 21:08:49 +01:00
Thiago Kenji Okada
3db3f2455f libretro.mupen64-plus: fix build under GCC 13 2024-01-20 19:53:57 +00:00
Nick Cao
1c6ebd4eab
Merge pull request #282215 from r-ryantm/auto-update/miriway
miriway: unstable-2024-01-01 -> unstable-2024-01-19
2024-01-20 14:26:50 -05:00
Greizgh
6fc5258c5c
f3d: mark broken
As of 2024-01-20, running f3d result in:
error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory

Related issue: https://github.com/NixOS/nixpkgs/issues/262328
2024-01-20 20:21:43 +01:00
Walter Huf
d838162cfb obs-studio: use fetchpatch to fix arm64 cmake 2024-01-20 10:44:15 -08:00
superherointj
41ad0e477d SPAdes: fix build
Fixes #282372

Co-authored-by: @wegank
2024-01-20 15:28:48 -03:00
Weijia Wang
21e97f7807
Merge pull request #282129 from r-ryantm/auto-update/fava
fava: 1.27 -> 1.27.1
2024-01-20 19:23:52 +01:00
github-actions[bot]
4dea63e421
Merge master into staging-next 2024-01-20 18:01:02 +00:00
Weijia Wang
2e7eed7291
Merge pull request #280069 from wegank/flirc-bump
flirc: 3.24.3 -> 3.27.10
2024-01-20 18:57:55 +01:00
Weijia Wang
48ca30331e
Merge pull request #282083 from NixOS/revert-278622-auto-update/pairdrop
Revert "pairdrop: 1.7.6 -> 1.10.3"
2024-01-20 18:56:36 +01:00
Weijia Wang
6ab7485924
Merge pull request #281942 from wegank/photoqt-bump
photoqt: 4.1 -> 4.2
2024-01-20 18:50:44 +01:00
Robert Scott
4a83b65029
Merge pull request #282310 from r-ryantm/auto-update/argocd
argocd: 2.9.3 -> 2.9.5
2024-01-20 17:36:16 +00:00
Matthew "strager" Glazar
a6f96f04c8 sapling: 0.2.20231113-145254 -> 0.2.20240116-133042 2024-01-20 11:25:51 -06:00
Maciej Krüger
e47245e5a6
Merge pull request #280533 from Luflosi/fluffychat-desktop-icon-exec
fluffychat: don't hardcode path in .desktop file
2024-01-20 17:52:56 +01:00
Mario Rodas
efb46f81e2
Merge pull request #281434 from atorres1985-contrib/stella
stella: 6.7 -> 6.7.1
2024-01-20 11:02:07 -05:00
Luflosi
799702f2e7
fluffychat: don't hardcode path in .desktop file
This allows wrapping the binary in a separate derivation without touching the .desktop file.
2024-01-20 16:52:41 +01:00
Luflosi
1c8d21c2d6
fluffychat: set meta.mainProgram 2024-01-20 16:52:40 +01:00
Maciej Krüger
7e21e28768
fluffychat: 1.14.1 -> 1.17.1 2024-01-20 16:45:09 +01:00
linsui
299c0185d6 localsend: add linsui as maintainer 2024-01-20 23:41:53 +08:00
linsui
2e5ae73bb6 localsend: 1.12.0 -> 1.13.1 2024-01-20 23:41:31 +08:00
R. Ryantm
6852c70d13 cemu: 2.0-61 -> 2.0-65 2024-01-20 15:40:55 +00:00
Nick Cao
3b1e822636
Merge pull request #282359 from r-ryantm/auto-update/timew-sync-server
timew-sync-server: 1.1.0 -> 1.2.0
2024-01-20 10:29:48 -05:00
R. Ryantm
69a063590f timew-sync-server: 1.1.0 -> 1.2.0 2024-01-20 15:11:19 +00:00
7c6f434c
0244bd2d1a
Merge pull request #281480 from markus1189/visidata-302
visidata: 3.0.1 -> 3.0.2
2024-01-20 15:06:51 +00:00
Nick Cao
40b79a8cce
Merge pull request #282222 from r-ryantm/auto-update/process-compose
process-compose: 0.77.8 -> 0.80.0
2024-01-20 10:05:43 -05:00
Nick Cao
a342adc5e9
Merge pull request #282218 from r-ryantm/auto-update/roxctl
roxctl: 4.3.2 -> 4.3.3
2024-01-20 10:05:18 -05:00
Nick Cao
fc8d57cc9a
Merge pull request #282211 from wegank/freedv-bump
freedv: 1.9.7.1 -> 1.9.7.2
2024-01-20 09:59:48 -05:00
Nick Cao
08fa966348
Merge pull request #282209 from r-ryantm/auto-update/mopidy-podcast
mopidy-podcast: 3.0.0 -> 3.0.1
2024-01-20 09:58:55 -05:00
Mario Rodas
6b84f4f507
Merge pull request #279922 from nadir-ishiguro/update-clifm
clifm: 1.15 -> 1.16
2024-01-20 09:18:58 -05:00
Maciej Krüger
9b587bc7e9
Merge pull request #282092 from nevivurn/feat/helm-k8sversion
kubernetes-helm: set k8sVersion to match upstream
2024-01-20 15:18:23 +01:00
Mario Rodas
dc992c386a
Merge pull request #281797 from DeeUnderscore/update/streamlink-6.5.1
streamlink: 6.5.0 -> 6.5.1
2024-01-20 09:14:54 -05:00
Mario Rodas
cfa5514c96
Merge pull request #282144 from kilianar/calibre-7.4.0
calibre: 7.3.0 -> 7.4.0
2024-01-20 09:01:17 -05:00
Mario Rodas
9d200448cb
Merge pull request #281549 from anthonyroussel/updates/gns3
gns3-server,gns3-gui: 2.2.44.1 -> 2.2.45
2024-01-20 09:00:07 -05:00
Bauke
02f4d953c1
obs-studio-plugins.obs-livesplit-one: 0.2.0 -> 0.3.4 2024-01-20 14:17:07 +01:00
Stanisław Pitucha
08183932ce
Merge pull request #282176 from r-ryantm/auto-update/lyrebird
lyrebird: 1.1.0 -> 1.2.0
2024-01-20 23:10:05 +11:00