Commit Graph

547402 Commits

Author SHA1 Message Date
Andrew Marshall
daed31a57d bitwarden: 2023.10.0 -> 2023.10.1
Diff: https://github.com/bitwarden/clients/compare/desktop-v2023.10.0...desktop-v2023.10.1

Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2023.10.1
2023-11-14 03:15:49 -05:00
Anna Lee
b69ef74c95 collectd: fix building with python3.11
add upstream patch
623e95394e
to fix building with python3.11
2023-11-14 09:07:03 +01:00
Mario Rodas
0f98cccb0a
Merge pull request #267348 from r-ryantm/auto-update/sqldef
sqldef: 0.16.9 -> 0.16.10
2023-11-14 03:05:39 -05:00
Silvan Mosberger
1a02468341
Merge pull request #266628 from GaetanLepage/singularity
apptainer: 1.2.2 -> 1.2.4, singularity-ce: 3.11.4 -> 4.0.1
2023-11-14 09:02:11 +01:00
Mario Rodas
988d2d98f7
Merge pull request #266772 from bcdarwin/gdcm-unvendor
gdcm: unvendor some dependencies (openjpeg, zlib, uuid, expat)
2023-11-14 03:01:40 -05:00
Fabian Affolter
7a2db9d98a python311Packages.simple-salesforce: adjust inputs 2023-11-14 09:00:58 +01:00
Mario Rodas
61cdc02fc6
Merge pull request #267131 from aaronjheng/tab-rs
tab-rs: mark broken on aarch64-darwin
2023-11-14 03:00:09 -05:00
Mario Rodas
4f2bd72692
Merge pull request #267289 from adamcstephens/cowsql/1.15.4
cowsql: 1.15.3 -> 1.15.4
2023-11-14 02:59:24 -05:00
Mario Rodas
4653c24ac9
Merge pull request #267178 from aaronjheng/pb
pb: 0.2.0 -> 0.3.0
2023-11-14 02:57:52 -05:00
Silvan Mosberger
3e5bc28ec5
Merge pull request #266598 from infinisil/fix-fwupd
nixos/fwupd: Fix fwupd-refresh service
2023-11-14 08:56:25 +01:00
Fabian Affolter
28cc46dbdb python311Packages.pyperf: 2.6.1 -> 2.6.2
Changelog: https://github.com/psf/pyperf/releases/tag/2.6.2
2023-11-14 08:52:54 +01:00
Fabian Affolter
e1113395d2 python311Packages.duo-client: disable failing tests 2023-11-14 08:46:42 +01:00
Anna Lee
179e011a54
baboossh: fix build
Incorporate PR https://github.com/cybiere/baboossh/pull/12 which updates
import paramiko.py3compat import u -> paramiko.utils import u
2023-11-13 23:30:12 -08:00
Fabian Affolter
74971b137d home-assistant: update component-packages 2023-11-14 08:29:20 +01:00
Fabian Affolter
6c6f2931e4 python311Packages.pysuez: init at 0.2.0 2023-11-14 08:28:59 +01:00
Pol Dellaiera
599fefe03a
Merge pull request #267305 from drupol/php/bumps-php83rc6
php83: 8.3.0RC5 -> 8.3.0RC6
2023-11-14 08:16:17 +01:00
Silvan Mosberger
e89ad83555
Merge pull request #263059 from DanielSidhion/add-doc-convention
doc: commit header convention for documentation changes
2023-11-14 08:11:41 +01:00
R. Ryantm
ded74cdb9d closurecompiler: 20230802 -> 20231112 2023-11-14 06:39:30 +00:00
R. Ryantm
e08445b3e0 certspotter: 0.17.0 -> 0.18.0 2023-11-14 06:39:01 +00:00
Weijia Wang
b0eb18fd1d
Merge pull request #267366 from cu1ch3n/fix-qq-update-script
qq: fix update script; 3.2.1-17412 -> 3.2.2-18394
2023-11-14 07:38:10 +01:00
Silvan Mosberger
2035f8a324 lib.fileset.fileFilter: Don't run predicate unnecessarily
Before:

    nix-repl> fileset.trace (fileset.fileFilter (file: builtins.trace file.name false) ./default.nix)
    trace: README.md
    trace: benchmark.sh
    trace: default.nix
    trace: internal.nix
    trace: mock-splitRoot.nix
    trace: tests.sh

After:

    nix-repl> fileset.trace (fileset.fileFilter (file: builtins.trace file.name false) ./default.nix)
    trace: default.nix
2023-11-14 07:30:16 +01:00
Silvan Mosberger
e1d8331738 lib.fileset.fileFilter: Minor cleanups and more tests 2023-11-14 07:29:57 +01:00
Jonathan Ringer
9f806fc312
libhugetlbfs: fix cross compile 2023-11-13 22:29:55 -08:00
Pol Dellaiera
ebc36f09d7
Merge pull request #267126 from khaneliman/yabai-update
yabai: 6.0.0 -> 6.0.1
2023-11-14 07:25:51 +01:00
R. Ryantm
78fe3015ef swaykbdd: 1.2 -> 1.4 2023-11-14 06:12:56 +00:00
R. Ryantm
9f0addcf6b supabase-cli: 1.107.0 -> 1.112.0 2023-11-14 05:56:32 +00:00
Chen
109bef7af3 abella: 2.0.7 -> 2.0.8 2023-11-14 13:38:26 +08:00
eyjhb
2387a37fa0 nixos/flexget: remove TZ envvar 2023-11-14 06:35:40 +01:00
R. Ryantm
592a07d9d5 structorizer: 3.32-12 -> 3.32-14 2023-11-14 05:18:39 +00:00
R. Ryantm
cb6aaf0e35 storj-uplink: 1.90.1 -> 1.90.2 2023-11-14 05:07:55 +00:00
Chen
95b0f0858c qq: 3.2.1-17412 -> 3.2.2-18394 2023-11-14 13:06:23 +08:00
Chen
dc70869c1c qq: fix update script 2023-11-14 13:03:45 +08:00
R. Ryantm
b750612bbb static-web-server: 2.23.0 -> 2.24.0 2023-11-14 04:47:51 +00:00
Stephen Huan
3a7da75011
blis: fix so version 2023-11-13 23:44:48 -05:00
DS
e93a3d7b58 doc: separate commit header conventions for each area, info on docs changes. 2023-11-13 20:41:08 -08:00
Colin
c4f2dd52cd libgnome-games-support: support cross compilation 2023-11-14 04:34:22 +00:00
R. Ryantm
867cec8253 starboard: 0.15.16 -> 0.15.17 2023-11-14 04:33:47 +00:00
Silvan Mosberger
7eddbf5690
Merge pull request #265710 from ShamrockLee/lib-copy-function-args
lib.mirrorFunctionArgs: init
2023-11-14 05:33:40 +01:00
Mario Rodas
e072852d9f nodejs_21: 21.1.0 -> 21.2.0
Changelog: https://github.com/nodejs/node/releases/tag/v21.2.0
2023-11-14 04:20:00 +00:00
Mario Rodas
3e4f9f8990 quicktype: 23.0.75 -> 23.0.78
Diff: 9b570a73a8...317deefa6a
2023-11-14 04:20:00 +00:00
Mario Rodas
70c19a54d7 yt-dlp: 2023.10.13 -> 2023.11.14
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.14
2023-11-14 04:20:00 +00:00
R. Ryantm
56b67f12ee sssd: 2.9.2 -> 2.9.3 2023-11-14 04:17:18 +00:00
R. Ryantm
560e41562c sslh: 2.0.0 -> 2.0.1 2023-11-14 04:06:10 +00:00
Jerry Starke
b6e15091e5 linuxKernel.kernels.linux_lqx: 6.5.11-lqx1 -> 6.5.11-lqx2 2023-11-14 04:56:58 +01:00
R. Ryantm
2cebf9d2ca squashfuse: 0.4.0 -> 0.5.0 2023-11-14 03:36:58 +00:00
R. Ryantm
882ce2cde4 sqldef: 0.16.9 -> 0.16.10 2023-11-14 03:33:17 +00:00
Anna Lee
7b1a680345
cdist: add dependency to fix build
add six to native build inputs
2023-11-13 19:21:02 -08:00
R. Ryantm
6276c26abf spicy-parser-generator: 1.8.1 -> 1.9.0 2023-11-14 03:02:47 +00:00
Austin Horstman
99cfb55694
sketchybar: 2.19.2 -> 2.19.3 2023-11-13 20:01:18 -06:00
Shane Sveller
5d6c732222 jujutsu: 0.10.0 -> 0.11.0
Diff: https://github.com/martinvonz/jj/compare/v0.10.0...v0.11.0

Changelog: 2f6cce1e4f/CHANGELOG.md (0110---2023-11-01)
2023-11-13 18:59:27 -06:00