7c6f434c
|
ef1dbbcca3
|
Merge pull request #252008 from hraban/sbcl-2.3.8
sbcl: 2.3.7 -> 2.3.8
|
2023-08-28 20:06:22 +00:00 |
|
Fabian Affolter
|
f396deaae7
|
python311Packages.pydaikin: 2.10.5 -> 2.11.0
|
2023-08-28 22:04:12 +02:00 |
|
Matthias Beyer
|
8d5b2633d2
|
Merge pull request #251982 from Sigmanificient/vera
banana-vera: 1.30-python3.10 -> 1.30-fedora38
|
2023-08-28 22:00:23 +02:00 |
|
Matthias Beyer
|
b63225c946
|
Merge pull request #251997 from figsoda/glicol
glicol-cli: init at 0.2.0
|
2023-08-28 21:56:36 +02:00 |
|
Matthias Beyer
|
9aeca0cb8e
|
Merge pull request #252003 from surfaceflinger/walk-1.6.2
walk: 1.5.2 -> 1.6.2
|
2023-08-28 21:52:29 +02:00 |
|
Matthias Beyer
|
64107b75a7
|
Merge pull request #252011 from fabaff/tlsx-bump
tlsx: 1.1.3 -> 1.1.4
|
2023-08-28 21:52:18 +02:00 |
|
Matthias Beyer
|
812899dcf8
|
Merge pull request #252013 from adamcstephens/squeezelite/1449
squeezelite: 1.9.9.1430 -> 1.9.9.1449
|
2023-08-28 21:52:08 +02:00 |
|
Matthias Beyer
|
aa6be1602d
|
Merge pull request #252017 from yurrriq/convco-0.4.2
convco: 0.4.1 -> 0.4.2
|
2023-08-28 21:48:44 +02:00 |
|
Matthias Beyer
|
aa5448bf77
|
Merge pull request #252018 from jbgosselin/gimme-aws-creds/2.7.2
gimme-aws-creds: 2.7.1 -> 2.7.2
|
2023-08-28 21:46:56 +02:00 |
|
Matthias Beyer
|
9da0d092e4
|
Merge pull request #252020 from fabaff/commoncode-bump
python311Packages.commoncode: 31.0.2 -> 31.0.3
|
2023-08-28 21:46:24 +02:00 |
|
Matthias Beyer
|
3cf85e1c53
|
Merge pull request #252021 from wfdewith/ansible-lint/6.18.0
ansible-lint: 6.17.1 -> 6.18.0
|
2023-08-28 21:45:58 +02:00 |
|
Artturi
|
206ca4bef4
|
Merge pull request #246487 from amjoseph-nixpkgs/pr/binfmt-mips
|
2023-08-28 22:40:30 +03:00 |
|
Connor Baker
|
9f0d35dabd
|
Merge pull request #251872 from ConnorBaker/feat/magma-2_7_2
magma: 2.7.1 -> 2.7.2
|
2023-08-28 15:38:03 -04:00 |
|
Connor Baker
|
31ab8e1df0
|
Merge pull request #251856 from ConnorBaker/feat/nccl-update-script
cudaPackages.nccl: 2.18.3-1 -> 2.18.5-1; add updateScript
|
2023-08-28 15:37:26 -04:00 |
|
Matthias Beyer
|
3efb0f6f40
|
Merge pull request #252022 from fabaff/homematicip-bump
python311Packages.homematicip: 1.0.14 -> 1.0.15
|
2023-08-28 21:22:03 +02:00 |
|
Fabian Affolter
|
81b28c7a1f
|
python311Packages.pywemo: 1.2.1 -> 1.3.0
Diff: https://github.com/pywemo/pywemo/compare/refs/tags/1.2.1...1.3.0
Changelog: https://github.com/pywemo/pywemo/releases/tag/1.3.0
|
2023-08-28 21:22:00 +02:00 |
|
Fabian Affolter
|
474a92a3b1
|
Merge pull request #251560 from cpcloud/azure-cli
azure-cli: fix build
|
2023-08-28 21:19:51 +02:00 |
|
Adam Joseph
|
3901f0c853
|
libnvme: add withDocs
The libnvme documentation fails to build when cross compiling, with:
FAILED: doc/nvme_admin_opcode.2
/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson --internal exe --capture doc/nvme_admin_opcode.2 -- /build/source/doc/kernel-doc -module libnvme -man -function nvme_admin_opcode ../doc/../src/nvme/types.h
Traceback (most recent call last):
File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson", line 6, in <module>
File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/lib/python3.10/site-packages/mesonbuild/mesonmain.py", line 30, in <module>
from . import mlog
ImportError: cannot import name 'mlog' from 'mesonbuild' (/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/lib/python3.10/site-packages/mesonbuild/__init__.py)
[703/811] Generating doc/nvme_identify_cns_man with a custom command (wrapped by meson to capture output)
FAILED: doc/nvme_identify_cns.2
/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson --internal exe --capture doc/nvme_identify_cns.2 -- /build/source/doc/kernel-doc -module libnvme -man -function nvme_identify_cns ../doc/../src/nvme/types.h
Traceback (most recent call last):
File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/bin/meson", line 6, in <module>
File "/nix/store/qcvcsink30f4wh36jzg3rbvkshwzj38c-meson-1.1.1/lib/python3.10/site-packages/mesonbuild/mesonmain.py", line 30, in <module>
from . import mlog
|
2023-08-28 22:13:34 +03:00 |
|
Theodore Ni
|
336e03c10b
|
Merge pull request #249575 from chuangzhu/komikku
komikku: 1.22.0 -> 1.23.0
|
2023-08-28 12:04:04 -07:00 |
|
Theodore Ni
|
dccafef643
|
Merge pull request #249585 from shyim/upd-shopware-cli
shopware-cli: 0.2.1 -> 0.2.6
|
2023-08-28 12:02:56 -07:00 |
|
Artturi
|
4564732311
|
Merge pull request #246644 from amjoseph-nixpkgs/pr/apparmor/fix-withPython-false
|
2023-08-28 21:56:49 +03:00 |
|
Mario Rodas
|
bd194f336c
|
pgbadger: 11.5 -> 12.2
Diff: https://github.com/darold/pgbadger/compare/v11.5...v12.2
Changelog: https://github.com/darold/pgbadger/raw/v12.2/ChangeLog
|
2023-08-28 11:55:56 -07:00 |
|
Artturi
|
1fe570a9e6
|
Merge pull request #247416 from amjoseph-nixpkgs/pr/meta.availableOn/libdrm
|
2023-08-28 21:55:25 +03:00 |
|
Artturi
|
9815bda285
|
Merge pull request #247414 from amjoseph-nixpkgs/pr/meta.availableOn/ceph
|
2023-08-28 21:54:29 +03:00 |
|
figsoda
|
67664830e0
|
cargo-edit: 0.12.0 -> 0.12.1
Diff: https://github.com/killercup/cargo-edit/compare/v0.12.0...v0.12.1
Changelog: https://github.com/killercup/cargo-edit/blob/v0.12.1/CHANGELOG.md
|
2023-08-28 14:50:48 -04:00 |
|
figsoda
|
ff0f3e23bc
|
cargo-hack: 0.5.29 -> 0.6.2
Diff: https://diff.rs/cargo-hack/0.5.29/0.6.2
Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.2/CHANGELOG.md
|
2023-08-28 14:49:22 -04:00 |
|
JB Gosselin
|
2872237cb2
|
python3Packages.pytest-recording: 0.12.2 -> 0.13.0
|
2023-08-28 14:46:57 -04:00 |
|
Artturi
|
2dd22620f3
|
Merge pull request #247443 from amjoseph-nixpkgs/pr/openssh/withPAM
|
2023-08-28 21:45:48 +03:00 |
|
Fabian Affolter
|
87921072c5
|
python311Packages.commoncode: 31.0.2 -> 31.0.3
Changelog: https://github.com/nexB/commoncode/blob/v31.0.3/CHANGELOG.rst
|
2023-08-28 20:44:28 +02:00 |
|
Samuel Ainsworth
|
7e544420c4
|
Merge pull request #250559 from GaetanLepage/numpyro
python310Packages.numpyro: 0.12.1 -> 0.13.0
|
2023-08-28 14:41:49 -04:00 |
|
0x4A6F
|
23633f0a65
|
Merge pull request #251951 from VuiMuich/fix/zellij-0.38.0
zellij: 0.37.2 -> 0.38.0
|
2023-08-28 20:36:46 +02:00 |
|
Austin Horstman
|
87456a91cc
|
yabai: chore remove unused input
|
2023-08-28 13:24:55 -05:00 |
|
Austin Horstman
|
1ac67f7b20
|
yabai: add khaneliman to maintainers
|
2023-08-28 13:24:55 -05:00 |
|
Austin Horstman
|
f92eaa934e
|
yabai: 5.0.6 -> 5.0.7
|
2023-08-28 13:24:55 -05:00 |
|
Wim de With
|
1246976a33
|
ansible-lint: 6.17.1 -> 6.18.0
|
2023-08-28 20:22:59 +02:00 |
|
Fabian Affolter
|
14aa029997
|
python311Packages.homematicip: 1.0.14 -> 1.0.15
Diff: https://github.com/hahn-th/homematicip-rest-api/compare/refs/tags/1.0.14...1.0.15
Changelog: https://github.com/hahn-th/homematicip-rest-api/releases/tag/1.0.15
|
2023-08-28 20:21:13 +02:00 |
|
figsoda
|
83ac5b3af2
|
Merge pull request #251642 from figsoda/vim
|
2023-08-28 14:15:41 -04:00 |
|
JB Gosselin
|
858018fd32
|
gimme-aws-creds: 2.7.1 -> 2.7.2
|
2023-08-28 14:13:49 -04:00 |
|
Hraban Luyat
|
3a8f2d0e9f
|
docs: fix link to Nix manual on sandbox config
|
2023-08-28 14:12:27 -04:00 |
|
Eric Bailey
|
dca2cda70b
|
convco: 0.4.1 -> 0.4.2
|
2023-08-28 13:08:50 -05:00 |
|
Adam Stephens
|
ab26980675
|
squeezelite: 1.9.9.1430 -> 1.9.9.1449
|
2023-08-28 13:47:20 -04:00 |
|
Adam Joseph
|
49add44e4d
|
openssh: add withPAM parameter
|
2023-08-28 20:38:32 +03:00 |
|
Fabian Affolter
|
9b7d2dbb5c
|
tlsx: 1.1.3 -> 1.1.4
Diff: https://github.com/projectdiscovery/tlsx/compare/v1.1.3...v1.1.4
Changelog: https://github.com/projectdiscovery/tlsx/releases/tag/v1.1.4
|
2023-08-28 19:25:01 +02:00 |
|
Hraban Luyat
|
6f31622654
|
sbcl: 2.3.7 -> 2.3.8
|
2023-08-28 13:01:39 -04:00 |
|
Kira Bruneau
|
074dea1e11
|
Merge pull request #251077 from kira-bruneau/krane
krane: 3.1.0 -> 3.3.0
|
2023-08-28 12:42:15 -04:00 |
|
figsoda
|
4959264681
|
cargo-shuttle: 0.24.0 -> 0.25.1
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.24.0...v0.25.1
Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.25.1
|
2023-08-28 12:39:24 -04:00 |
|
Jan Tojnar
|
434d160d7c
|
Merge pull request #234615 from linsui/dconf
nixos/dconf: support generating from attrs
|
2023-08-28 18:31:52 +02:00 |
|
K900
|
b07fffd56e
|
Merge pull request #252004 from nadimkobeissi/colord-kde
colord-kde: fix missing buildInput
|
2023-08-28 19:27:19 +03:00 |
|
Nadim Kobeissi
|
e1854055c8
|
colord-kde: fix missing buildInput
Added a buildInput that is not strictly required for the package
to compile, but without which the package will not actually work at all.
|
2023-08-28 18:19:18 +02:00 |
|
nat
|
5e3bb2d3f4
|
walk: 1.5.2 -> 1.6.2
|
2023-08-28 18:17:56 +02:00 |
|