Fabian Affolter and GitHub
303118e0c3
checkov: 3.2.355 -> 3.2.357 ( #376936 )
2025-01-27 17:35:35 +01:00
Martin Weinelt and GitHub
75ad98ac5f
home-assistant-custom-lovelace-modules.hourly-weather: 6.6.0 -> 6.6.1 ( #377278 )
2025-01-27 17:31:52 +01:00
R. Ryantm
255a75ad74
roslyn-ls: 4.13.0-3.25051.1 -> 4.14.0-1.25060.2
2025-01-27 16:25:32 +00:00
c0c8643bc3
narsil: bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 -> f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5 ( #377336 )
...
Co-authored-by: x123 <x123@users.noreply.github.com >
2025-01-27 16:22:03 +00:00
Moraxyc
67015516a9
alist: add updateScript
2025-01-28 00:21:41 +08:00
aszlig
3bad4054ad
Merge pull request #376195 (netrw build fix)
...
This fixes a build error with GCC 14.
The ofborg checks for Darwin are still pending since 4 days, but given
that it's a fix for an already broken build, the worst case that could
happen is that it's still broken. This is why I decided to merge this.
2025-01-27 17:17:59 +01:00
Gaétan Lepage and GitHub
34a9dfb71e
regolith: init at 1.5.1 ( #374961 )
2025-01-27 17:08:13 +01:00
Leona Maroni and GitHub
edbc1dbfb9
victoriametrics: 1.109.0 -> 1.110.0 ( #377330 )
2025-01-27 17:05:51 +01:00
Gaetan Lepage
3a98893922
python312Packages.stable-baselines3: 2.4.1-unstable-2025-01-07 -> 2.5.0
...
Diff: https://github.com/DLR-RM/stable-baselines3/compare/b7c64a1aa4dd2fd3efed96e7a9ddb4d1f5c96112...v2.5.0
Changelog: https://github.com/DLR-RM/stable-baselines3/releases/tag/v2.5.0
2025-01-27 17:05:26 +01:00
R. Ryantm
2c537622d5
capslock: 0.2.6 -> 0.2.7
2025-01-27 15:52:20 +00:00
8bd6a166a1
plasma-panel-colorizer: 1.2.0 -> 2.1.0 ( #377245 )
...
Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me >
2025-01-27 15:52:04 +00:00
R. Ryantm
a0762f435f
narsil: bbc8fc5efd779ec885045f9b8d903d0df1bec1b2 -> f5ec6bd6b8013f2a2b74fc45b6f4c53744590ec5
2025-01-27 15:42:18 +00:00
Piotr Kwiecinski and GitHub
5b1b7838b6
phpmd: switch to buildComposerProject2, tag and versionCheckHook ( #377325 )
...
* phpmd: switch to buildComposerProject2
* phpmd: switch to tag
* phpmd: add versionCheckHook
2025-01-27 16:37:41 +01:00
Sandro and GitHub
a3744adcf5
filebeat8: pin updateScript to major v8 ( #377256 )
2025-01-27 16:36:06 +01:00
Sandro and GitHub
ed0a2a8aab
wownero: pin boost 1.86 ( #377314 )
2025-01-27 16:33:35 +01:00
R. Ryantm
62fff9635c
amazon-ssm-agent: 3.3.1345.0 -> 3.3.1611.0
2025-01-27 15:30:40 +00:00
Gaetan Lepage
d874878568
python312Packages.jaxopt: disable flaky test
2025-01-27 16:27:32 +01:00
liberodark
80223d5e0c
stretchly: 1.16.0 -> 1.17.2
2025-01-27 16:26:42 +01:00
transcaffeine
7b5ed4120d
victoriametrics: 1.109.0 -> 1.110.0
2025-01-27 16:16:03 +01:00
Maximilian Bosch
5645cd22d4
linux: expose make flags for modules in linuxKernel.packages.linux_X_Y
...
Closes #376820
The issue with providing `moduleMakeFlags` via `passthru` of the kernel
package is that when this package gets overriden[1], the `moduleMakeFlags`
list still references the kernel without the overrides.
This broke e.g. kernel modules of linux-rpi4 which can be reproduced
with
nix-build --argstr system aarch64-linux -A linuxKernel.packages.linux_rpi4.zfs_2_3
This used to break with
Error: modDirVersion 6.6.51 specified in the Nix expression is wrong, it should be: 6.6.51-v8
since KBUILD_OUTPUT referenced the kernel without the changes from
`overrideDerivation` that also changes the `modDirVersion`.
The new approach is to add the build flags right into
`linuxKernel.packages.linux_X_Y`: that way we don't need any hacks to
update `moduleMakeFlags` when the derivation with the passthru gets
overridden.
By using the fixpoint of the package-set, the `kernelModuleMakeFlags`
list is correctly updated. E.g. given
with import ./. {};
linuxKernel.packages.linux_6_6.extend (self: super: {
kernel = super.kernel.overrideAttrs (_: {
name = "linux-snens";
});
})
the `makeFlags` is correctly updated:
$ nix-instantiate snenskek.nix -A zfs_2_3.makeFlags --eval --strict
[ "ARCH=x86_64" "CROSS_COMPILE=" "KBUILD_OUTPUT=/nix/store/gsp68549k1aqbwxwczpgw67w5jjn4shw-linux-snens-dev/lib/modules/6.6.74/build" ]
[1] E.g. `linux-rpi4`.
2025-01-27 16:09:50 +01:00
Sandro and GitHub
e57ede447b
python311Packages.jax: fix build on Darwin ( #376874 )
2025-01-27 16:05:49 +01:00
Arne Keller and GitHub
2c62218ab7
python312Packages.altair: 5.4.1 -> 5.5.0, disable flaky tests ( #371464 )
2025-01-27 15:58:41 +01:00
Austin Horstman and GitHub
5861228f6e
vimPlugins.blink-copilot: init at 2025-01-27 ( #377313 )
2025-01-27 08:45:55 -06:00
R. Ryantm
ae255878c3
mailpit: 1.21.8 -> 1.22.0
2025-01-27 14:28:03 +00:00
Sandro and GitHub
8601973cec
ArchiSteamFarm: 6.1.0.3 -> 6.1.1.3 ( #377233 )
2025-01-27 15:24:38 +01:00
Weijia Wang and GitHub
85ef4e8abe
photoqt: 4.7 -> 4.8 ( #376703 )
2025-01-27 15:14:30 +01:00
Defelo
9dbe664d61
aerc: add maintainers
2025-01-27 15:12:02 +01:00
Ihar Hrachyshka
a8b2a4dbbd
python312Packages.llama-cpp-python: respect NIX_BUILD_CORES
2025-01-27 09:11:34 -05:00
arthsmn
cad725befa
lime3ds: fix build
2025-01-27 11:03:45 -03:00
R. Ryantm
7075f9eaa3
simdutf: 6.0.3 -> 6.1.1
2025-01-27 13:46:37 +00:00
"Gaetan Lepage"
4e279b9ded
vimPlugins.blink-copilot: init at 2025-01-27
2025-01-27 14:38:02 +01:00
Philip Taron and GitHub
230e24f275
nixVersions.nix_2_25: 2.25.4 -> 2.25.5 ( #375825 )
2025-01-27 05:36:36 -08:00
linsui
d9bde042b1
wownero: pin boost 1.86
2025-01-27 21:34:18 +08:00
bc76cc9298
davinci-resolve-studio: 19.1.2 -> 19.1.3 ( #376964 )
...
Co-authored-by: amarshall <amarshall@users.noreply.github.com >
2025-01-27 13:30:36 +00:00
Gaetan Lepage
4a6ee7e08b
python312Packages.jaxtyping: 0.2.36 -> 0.2.37
...
Diff: https://github.com/google/jaxtyping/compare/refs/tags/v0.2.36...v0.2.37
Changelog: https://github.com/patrick-kidger/jaxtyping/releases/tag/v0.2.37
2025-01-27 14:24:25 +01:00
Gaetan Lepage
ff5c205639
python312Packages.wadler-lindig: init at 0.1.3
2025-01-27 14:24:22 +01:00
Philip Taron and GitHub
e43d648ac1
fetchurl: improve error handling flags to curl to retry harder ( #358042 )
2025-01-27 05:23:23 -08:00
Pascal Wittmann and GitHub
b04bc354ce
checkstyle: 10.21.1 -> 10.21.2 ( #377183 )
2025-01-27 14:19:14 +01:00
R. Ryantm
83e3baa4a4
flutter_rust_bridge_codegen: 2.7.0 -> 2.7.1
2025-01-27 13:11:30 +00:00
Sandro and GitHub
6133097ea8
rastertoezpl: init at 1.1.12 ( #376411 )
2025-01-27 14:07:48 +01:00
Gaétan Lepage and GitHub
36818f7c5f
python312Packages.pyedflib: 0.1.38 -> 0.1.39 ( #377290 )
2025-01-27 14:06:08 +01:00
Silvan Mosberger and GitHub
7cceab521e
pds: init at 0.4.74, nixos/pds: init ( #350645 )
2025-01-27 13:54:09 +01:00
R. Ryantm
e7b631559b
tfswitch: 1.2.4 -> 1.3.0
2025-01-27 12:38:21 +00:00
Christoph Honal
d65ff67488
rastertoezpl: init at 1.1.12
2025-01-27 13:29:47 +01:00
R. Ryantm
28af2a6ec4
lazysql: 0.3.3 -> 0.3.4
2025-01-27 12:22:08 +00:00
R. Ryantm
871c57e5f8
sqldef: 0.17.27 -> 0.17.28
2025-01-27 12:21:00 +00:00
R. Ryantm
da43c1e3f1
python312Packages.pyedflib: 0.1.38 -> 0.1.39
2025-01-27 12:08:02 +00:00
966a592cde
snipaste: 2.10.3 -> 2.10.5 ( #377236 )
...
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com >
2025-01-27 12:03:44 +00:00
Niklas Korz
837da5afc8
colorstorm: 2.0.0 -> 2.0.0-unstable-2025-01-17
2025-01-27 13:00:01 +01:00
tochiaha
e45245cdcd
python313Packages.compliance-trestle: init at 3.7.0
2025-01-27 11:51:46 +00:00