R. Ryantm
1329915f6b
python312Packages.yolink-api: 0.3.7 -> 0.3.8
2024-02-28 13:36:34 +00:00
Martin Weinelt
6918630372
home-assistant: 2024.2.4 -> 2024.2.5
...
https://github.com/home-assistant/core/releases/tag/2024.2.5
2024-02-28 14:33:52 +01:00
Andrew Childs and Artturin
741377b300
lib/customization: propagate function arguments in callPackagesWith
...
makeOverridable is very careful to ensure the arguments to the
overridden function are the same as the input function. As a result,
the arguments of hello.override are exactly the same as the original
arguments of the hello function that produced the derivation.
However, callPackagesWith calls makeOverridable with a lambda that
does not propagate the arguments. The override function for a package
instantiated with callPackagesWith will not have the original
arguments.
For example:
nix-repl> lib.functionArgs hello.override
{ callPackage = false; fetchurl = false; hello = false; lib = false; nixos = false; stdenv = false; testers = false; }
nix-repl> lib.functionArgs openssl.override
{ }
By copying the arguments onto the inner lambda before passing it to
makeOverridable, we can make callPackage and callPackages behave the
same.
nix-repl> lib.functionArgs openssl.override
{ buildPackages = false; coreutils = false; cryptodev = false; enableSSL2 = true; enableSSL3 = true; fetchurl = false; lib = false; perl = false; removeReferencesTo = false; static = true; stdenv = false; withCryptodev = true; withPerl = true; }
2024-02-28 15:29:08 +02:00
R. Ryantm
90820e5706
python312Packages.pyasyncore: 1.0.3 -> 1.0.4
2024-02-28 13:25:43 +00:00
Martin Weinelt and GitHub
b0c816c865
Merge pull request #292076 from mweinelt/home-assistant-chips-wheels-2024.2.1
...
python311Packages.home-assistant-chip-{core,clusters}: 2024.1.0 -> 2024.2.1; python-matter-server: 5.5.3 -> 5.7.0b1
2024-02-28 14:14:49 +01:00
Ghislain PUTOIS and GitHub
bf79c805ea
Insert correct sha256 for vllm 0.3.2
2024-02-28 14:03:15 +01:00
Shea Levy and GitHub
59e3db96f9
github-runner: 2.314.0 -> 2.314.1 ( #292077 )
2024-02-28 14:02:56 +01:00
Mario Rodas and GitHub
15538a6cbc
Merge pull request #291989 from r-ryantm/auto-update/python311Packages.types-docutils
...
python311Packages.types-docutils: 0.20.0.20240201 -> 0.20.0.20240227
2024-02-28 08:01:02 -05:00
Mario Rodas and GitHub
00c4d3c6d1
Merge pull request #292013 from r-ryantm/auto-update/imgui
...
imgui: 1.90.3 -> 1.90.4
2024-02-28 08:00:25 -05:00
tomberek and GitHub
8dd032ce6c
Merge pull request #292054 from r-ryantm/auto-update/parallel
...
parallel: 20240122 -> 20240222
2024-02-28 07:57:56 -05:00
Mario Rodas and GitHub
c421bbf0b8
Merge pull request #292047 from r-ryantm/auto-update/postgresql12JitPackages.pgroonga
...
postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8
2024-02-28 07:55:55 -05:00
Mario Rodas and GitHub
d6d871946f
Merge pull request #292070 from r-ryantm/auto-update/git-gone
...
git-gone: 1.0.0 -> 1.1.0
2024-02-28 07:53:52 -05:00
Mario Rodas and GitHub
c20f6bb3a0
Merge pull request #291990 from r-ryantm/auto-update/twilio-cli
...
twilio-cli: 5.18.0 -> 5.19.0
2024-02-28 07:52:37 -05:00
Fabian Affolter
bb106d0ccf
python312Packages.msrestazure: refactor
2024-02-28 13:48:55 +01:00
Ghislain PUTOIS and GitHub
0fc8b6bc61
Update to vllm 0.3.2 (first attempt)
2024-02-28 13:47:01 +01:00
Fabian Affolter
284b8139c4
python311Packages.msrest: refactor
...
- disable failing test on Python 3.12
2024-02-28 13:46:46 +01:00
Radik Islamov
fa6812067d
python311Packages.python-idzip init at 0.3.9
2024-02-28 17:32:10 +05:00
pcasaretto and Pol Dellaiera
db3868e64c
hexfiend: 2.16.0 -> 2.17.1
...
https://hexfiend.github.io/HexFiend/ReleaseNotes.html
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com >
2024-02-28 09:31:53 -03:00
R. Ryantm
1e3ceb4ef1
rauc: 1.11.1 -> 1.11.2
2024-02-28 12:30:17 +00:00
Martin Weinelt
9a4cba0171
python311Packages.python-matter-server: 5.5.3 -> 5.7.0b1
...
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.6.0
https://github.com/home-assistant-libs/python-matter-server/releases/tag/5.7.0b1
2024-02-28 13:22:25 +01:00
Martin Weinelt
4c2c277d0a
python311Packages.home-assistant-chip-core: 2024.1.0 -> 2024.2.1
...
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.0
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.1
2024-02-28 13:22:24 +01:00
Martin Weinelt
27aa469751
python311Packages.home-assistant-chip-clusters: 2024.1.0 -> 2024.2.1
...
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.0
https://github.com/home-assistant-libs/chip-wheels/releases/tag/2024.2.1
2024-02-28 13:22:22 +01:00
R. Ryantm
edf4c6561b
muffet: 2.9.3 -> 2.10.0
2024-02-28 12:21:53 +00:00
R. Ryantm
fe9920d4c1
karmor: 1.1.0 -> 1.1.1
2024-02-28 12:11:53 +00:00
Janne Heß and GitHub
2fed6e1f25
Merge pull request #279587 from loewenheim/sentry-cli-shell-completions
...
sentry-cli: Enable shell completions
2024-02-28 13:04:47 +01:00
superherointj and GitHub
aaad94dbd7
Merge pull request #291830 from SuperSandro2000/audible-cli
...
audible-cli: add missing runtime setuptools
2024-02-28 09:03:14 -03:00
R. Ryantm
8b487da801
mise: 2024.2.18 -> 2024.2.19
2024-02-28 12:02:57 +00:00
R. Ryantm
8c67056997
git-gone: 1.0.0 -> 1.1.0
2024-02-28 12:02:38 +00:00
Fabian Affolter
28bd0351a0
python311Packages.pyenphase: 1.19.0 -> 1.19.1
...
Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.19.0...v1.19.1
Changelog: https://github.com/pyenphase/pyenphase/blob/v1.19.1/CHANGELOG.md
2024-02-28 13:02:11 +01:00
R. Ryantm
68cb9583e9
emptty: 0.11.0 -> 0.12.0
2024-02-28 11:57:58 +00:00
Florian Klink and GitHub
6780926802
Merge pull request #288956 from MatthewCroughan/mc/mycelium
...
mycelium: init at 0.4.2
2024-02-28 13:52:49 +02:00
Alyssa Ross
dc6eafa64f
linux_6_5: remove
2024-02-28 12:48:08 +01:00
R. Ryantm
62c0d92c35
renode-dts2repl: unstable-2024-02-23 -> unstable-2024-02-26
2024-02-28 11:19:06 +00:00
R. Ryantm
b19ddc76db
gickup: 0.10.27 -> 0.10.28
2024-02-28 11:15:25 +00:00
nikstur
380f36f350
nixos/systemd: include systemd-boot-random-seed.service
...
This is necessary to properly refresh the boot loader random seed.
See https://www.freedesktop.org/software/systemd/man/latest/systemd-boot-random-seed.service.html#
2024-02-28 12:14:06 +01:00
R. Ryantm
40b487c691
python311Packages.monty: 2024.2.2 -> 2024.2.26
2024-02-28 11:13:20 +00:00
matthewcroughan
bd5bc4bcb6
mycelium: init at 0.4.2
2024-02-28 10:58:16 +00:00
teutat3s
88fbaf2ac5
element-desktop: 1.11.58 -> 1.11.59
...
https://github.com/element-hq/element-desktop/releases/tag/v1.11.59
2024-02-28 11:55:07 +01:00
toastal
877afa8eda
hunspellDicts.th_TH: experimental-2023-03-01 → experimental-2024-02-27
2024-02-28 17:54:13 +07:00
R. Ryantm
8cfc4f0455
commitizen: 3.15.0 -> 3.16.0
2024-02-28 10:51:45 +00:00
R. Ryantm
bb5df569a5
cargo-tauri: 1.6.0 -> 1.6.1
2024-02-28 10:46:11 +00:00
nikstur
bd4c49f29b
nixos/systemd: remove a superfluous override
...
This is already the upstream default.
2024-02-28 11:45:39 +01:00
happysalada
fe856f46a1
nushell: 0.89.0 -> 0.90.1
2024-02-28 05:36:32 -05:00
Martin Weinelt and GitHub
b84d9f029f
Merge pull request #291756 from christoph-heiss/floorp/update
...
floorp: 11.10.2 -> 11.10.5
2024-02-28 11:28:31 +01:00
R. Ryantm
1c7b70bee0
amd-libflame: 4.1 -> 4.2
2024-02-28 10:21:33 +00:00
R. Ryantm
7d133525d3
lima-bin: 0.19.1 -> 0.20.1
2024-02-28 10:21:08 +00:00
R. Ryantm
ad6f8f23a8
amd-blis: 4.1 -> 4.2
2024-02-28 10:20:17 +00:00
R. Ryantm
24ba93ba02
aocl-utils: 4.1 -> 4.2
2024-02-28 10:19:38 +00:00
R. Ryantm
0793cb1235
postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8
2024-02-28 10:15:19 +00:00
R. Ryantm
698e8907bc
parallel: 20240122 -> 20240222
2024-02-28 10:14:37 +00:00