Commit Graph
562127 Commits
Author SHA1 Message Date
r-vdp 5258723108 atuin: 17.0.1 -> 17.1.0 2023-12-10 23:25:38 +01:00
Nick CaoandGitHub e52f0b97f0 Merge pull request #272152 from Gerg-L/spotify
spotify: add libGL
2023-12-10 17:20:16 -05:00
Weijia Wang 07f5f75da6 flwrap: remove stdenv override 2023-12-10 23:13:16 +01:00
Weijia Wang ac30f5f4d6 jigdo: 0.7.3 -> 0.8.2, refactor 2023-12-10 23:10:35 +01:00
Aidan Gauland cae4cbf42f r2modman: update electron version
We had been pinning to an older Electron release to avoid regressions in
later Electron versions, but that version is now EOL.
2023-12-11 10:55:30 +13:00
Theodor-Alexandru Irimia 39899cea55 maintainers: add tirimia 2023-12-10 22:48:40 +01:00
AtemuandGitHub 88dc6b0b82 Merge pull request #273291 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-12-08
2023-12-10 22:37:55 +01:00
Gerg-L 8374ab2113 spicetify-cli: 2.27.2 -> 2.28.1 2023-12-10 16:36:37 -05:00
Gerg-L f2e3aba1e4 spicetify-cli: migrate to by-name 2023-12-10 16:34:50 -05:00
Weijia WangandGitHub 12f77d8f1b Merge pull request #271227 from TomaSajt/dash
python311Packages.dash: 2.14.1 -> 2.14.2
2023-12-10 22:19:21 +01:00
Pierre BourdonandGitHub 6bdd104c71 Merge pull request #273172 from benmanns/chore/update_dioxus-cli_0.4.3
dioxus-cli: 0.4.1 -> 0.4.3
2023-12-10 22:17:25 +01:00
Pierre BourdonandGitHub 04c5ceb3f5 Merge pull request #272926 from katexochen/dnf5/5-1-9
dnf5: 5.1.8 -> 5.1.9
2023-12-10 22:16:31 +01:00
Pierre BourdonandGitHub 9c933ab5e6 Merge pull request #273278 from r-ryantm/auto-update/jamesdsp
jamesdsp: 2.6.1 -> 2.7.0
2023-12-10 22:15:54 +01:00
Weijia WangandGitHub 4dbde97503 Merge pull request #273339 from 1sixth/update-lxgw-wenkai
lxgw-wenkai: 1.311 -> 1.312
2023-12-10 22:13:58 +01:00
Weijia WangandGitHub ee8014ec78 Merge pull request #273365 from wegank/getdp-stdenv
getdp: remove stdenv override
2023-12-10 22:12:27 +01:00
Weijia WangandGitHub 63ced7113e Merge pull request #273348 from wegank/idsk-refactor
idsk: refactor
2023-12-10 22:11:12 +01:00
Weijia Wang 36df21cb96 xcbuild6Hook, xcodebuild6: drop 2023-12-10 22:07:54 +01:00
Weijia Wang e75d394a65 contacts: drop xcbuild6Hook 2023-12-10 22:07:54 +01:00
Christian KöglerandGitHub 8f4970162b Merge pull request #272970 from idlip/nf-patcher-bump
nerd-font-patcher: 3.0.2 -> 3.1.1
2023-12-10 21:44:56 +01:00
Adam C. StephensandGitHub c8490a5bf1 Merge pull request #273353 from adamcstephens/vscodium/1.85
vscodium: 1.84.2.23319 -> 1.85.0.23343
2023-12-10 15:40:04 -05:00
imad.nyc 9692c0f88a gnomeExtensions: update 2023-12-10 15:39:22 -05:00
Robert SchützandGitHub 7eb0ff576d Merge pull request #272541 from dotlambda/bitwarden-2023.12.0
bitwarden: 2023.10.1 -> 2023.12.0
2023-12-10 11:42:38 -08:00
Niklas Korz a4c3ba0b67 pocketbase: 0.19.4 -> 0.20.0 2023-12-10 20:31:28 +01:00
Rick van SchijndelandGitHub d0e46f286c Merge pull request #271993 from imincik/proj-9.3.1
proj: 9.3.0 -> 9.3.1
2023-12-10 20:27:44 +01:00
Rick van SchijndelandGitHub 744bd5f63d Merge pull request #271831 from zeuner/sgmllib3k
python310Packages.sgmllib3k: fix source access after github repo being …
2023-12-10 20:26:07 +01:00
Ivan Petkov fc004b09e5 nixos/ups: install udev rules for nut
This is necessary to allow the usbhid driver to successfully send
commands to the attached UPS.

It is possible to work around this by explicitly using setting the user
flag (e.g. `upsdrvctl -u root shutdown`), though it is much simpler to
install the udev rules rather than patch things further.
2023-12-10 11:23:37 -08:00
Ivan Petkov 7d9956755e nut: fix systemd unit patching
The NixOS module will create a file in /etc/nut/nut.conf (not in
/etc/nut.conf) so the systemd units should be patched accordingly.
2023-12-10 11:06:33 -08:00
Weijia Wang e377a77e8d colima: 0.6.6 -> 0.6.7 2023-12-10 20:01:12 +01:00
Sandro 5a64fb2799 nixos/acme: add syntax highlighting to code blocks 2023-12-10 19:59:22 +01:00
Ivan Petkov 4a219c8aeb nut: patch nutshutdown to set a default for NUT_CONFPATH
The way we build the package results in the binaries being hardcoded to
look for $out/etc/ups.conf instead of /etc/nut/ups.conf (where the
module places the file). This results in `upsdrvctl` failing to dispatch
shutdown commands (since it cannot find the configuration) and prevents
a primary monitor from cutting power to the appropriate UPS.

Note that we cannot use `--sysconfdir=/etc/nut` as a configure flag
since that results in the install phase trying to install directly into
/etc/nut which predictably fails in the sandbox.
2023-12-10 10:57:50 -08:00
Ryan LahfaandGitHub 610a958b03 Merge pull request #263625 from sgrb/emscripten-fix 2023-12-10 19:53:32 +01:00
Ryan LahfaandGitHub c36344b125 Merge pull request #272920 from SuperSandro2000/nginx-return 2023-12-10 19:38:18 +01:00
maxineandGitHub cfe951f8fd Merge pull request #272973 from Cottand/nomad-17
nomad_1_7: init at 1.7.1
2023-12-10 19:38:08 +01:00
Rick van SchijndelandGitHub ab09ab75a9 Merge pull request #272656 from turion/dev_kdenlive_mlt
kdenlive: Use ffmpeg-full for mlt
2023-12-10 19:34:31 +01:00
Rick van SchijndelandGitHub 0dbbe1567e Merge pull request #272816 from Enzime/fix/taler-exchange-src
taler: fix determinism of `taler-exchange.src`
2023-12-10 19:21:03 +01:00
7c6f434candGitHub 2f480818d7 Merge pull request #272397 from MuKnIO/devel
Gerbil v0.18.1
2023-12-10 18:14:38 +00:00
JanikandGitHub aeb42e2383 Merge pull request #273345 from wegank/no-import-check
treewide: fix imports check
2023-12-10 19:13:09 +01:00
Paul Meyer 3ca45e2bbb upx: add version test 2023-12-10 19:09:06 +01:00
Paul Meyer 7bc4955aaa upx: use finalAttrs 2023-12-10 19:09:06 +01:00
TornaxO7 dc522329ea rio: 0.0.29 -> 0.0.30 2023-12-10 19:05:03 +01:00
github-actions[bot]andGitHub 1e8386407c Merge master into staging-next 2023-12-10 18:01:10 +00:00
Fabian Affolter 143e44f576 metasploit: fix update script 2023-12-10 18:58:00 +01:00
Pol DellaieraandGitHub d4901634df Merge pull request #273381 from shyim/upd-blackfire-probe-83
php82Extensions.blackfire: 1.92.0 -> 1.92.3
2023-12-10 18:49:49 +01:00
Martin PovišerandAustin Seipp 1b72831944 yosys: propagate build inputs as need be for plugins 2023-12-10 11:41:14 -06:00
Jonas HeinrichandGitHub b3eddb0c53 Merge pull request #272646 from onny/btrbk-stream-compress
nixos/btrbk: Add required stream_compress packages
2023-12-10 18:38:38 +01:00
tilpner 70ada52c57 vivictpp: 0.3.1 -> 1.0.0 2023-12-10 18:24:31 +01:00
Pol DellaieraandGitHub a9496242b7 Merge pull request #273385 from drupol/vscode/extensions/fix/typst-lsp/hash
vscode-extensions.nvarner.typst-lsp: fix hash
2023-12-10 18:08:57 +01:00
Pol Dellaiera da0bb5f6cf vscode-extensions.nvarner.typst-lsp: fix hash
Introduced in #273141
2023-12-10 17:56:45 +01:00
Nick CaoandGitHub 575eb79439 Merge pull request #273208 from wamserma/bandit-1.7.6
python3Packages.bandit: 1.7.5 -> 1.7.6
2023-12-10 11:56:25 -05:00
Nick CaoandGitHub e8f1aa89c4 Merge pull request #273243 from wegank/bppsuite-stdenv
bppsuite: remove stdenv overrides
2023-12-10 11:52:24 -05:00