Martin Weinelt and GitHub
71734a2297
pypy3Packages.home-assistant-chip-clusters: fix the eval ( #355051 )
2024-11-10 22:07:40 +01:00
Sefa Eyeoglu and GitHub
ab58dcfaf4
maintainers/README: add guidelines for committers ( #351744 )
2024-11-10 22:04:48 +01:00
Atemu and GitHub
95855a90f9
aquamarine: 0.4.3 -> 0.4.4 ( #355030 )
2024-11-10 21:59:56 +01:00
genga
fe095ccfec
notonoto: init at 0.0.3
2024-11-10 23:59:21 +03:00
Mikael Fangel
1bc2a95e43
changedetection-io: 0.46.04 -> 0.47.06
...
update
2024-11-10 21:45:58 +01:00
David McFarland and GitHub
34ed0c9cc1
scarab: Apply scaling factor in Wayland ( #348427 )
2024-11-10 16:41:53 -04:00
Anthony ROUSSEL
c0306c0411
python312Packages.doc8: fix build
2024-11-10 21:37:32 +01:00
R. Ryantm
d14092445b
hwatch: 0.3.15 -> 0.3.16
2024-11-10 20:35:27 +00:00
Gliczy
b2d3866858
simple64: 2024.09.1 -> 2024.11.1
2024-11-10 21:33:20 +01:00
Thomas Gebert
ed331ebdcc
Fix lightworks by changing path load order.
2024-11-10 15:22:01 -05:00
Gavin John
7d627de21b
cpm-cmake: remove a with lib from meta
2024-11-10 12:11:49 -08:00
Gavin John
612e61fd7a
cpm-cmake: nixfmt
2024-11-10 12:11:46 -08:00
Gavin John
ba62c1d849
cpm-cmake: Add pandapip1 to maintainers list
2024-11-10 12:11:44 -08:00
Gavin John
182a524cce
cpm-cmake: Set CURRENT_CPM_VERSION
...
cpm-cmake has a test to see if the CURRENT_CPM_VERSION contains development-version, and if so, it produces a warning. By setting it to the correct value, this warning is dismissed
2024-11-10 12:11:41 -08:00
Theodore Ni and GitHub
ae725bafb3
python312Packages.debugpy: 1.8.7 -> 1.8.8 ( #354925 )
2024-11-10 11:43:41 -08:00
Luke Granger-Brown and GitHub
eba346ebfe
teamspeak3: modernise ( #354161 )
2024-11-10 19:40:50 +00:00
Luke Granger-Brown and GitHub
673033d742
yubioath-flutter: 7.1.0 -> 7.1.1 ( #352448 )
2024-11-10 19:36:35 +00:00
Sergei Trofimovich
8f0c9853d5
pypy3Packages.home-assistant-chip-clusters: fix the eval
...
Without the change the eval fails as:
nix build --no-link -f. pypy3Packages.home-assistant-chip-clusters
error:
… while evaluating the attribute 'drvPath'
at lib/customisation.nix:365:7:
364| in commonAttrs // {
365| drvPath = assert condition; drv.drvPath;
| ^
366| outPath = assert condition; drv.outPath;
… while evaluating the attribute 'drvPath'
at lib/customisation.nix:365:7:
364| in commonAttrs // {
365| drvPath = assert condition; drv.drvPath;
| ^
366| outPath = assert condition; drv.outPath;
… while calling the 'derivationStrict' builtin
at <nix/derivation-internal.nix>:34:12:
33|
34| strict = derivationStrict drvAttrs;
| ^
35|
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: expected a set but found null: null
It happens because one of the dependencies is `null`:
nix-repl> pypy310Packages.brotlicffi.propagatedBuildInputs
[
null
«derivation /nix/store/1jdx98sk2ii89m6ksbfg7rv8ryp9wdgi-pypy3.10-7.3.12.drv»
]
Let's filter those out.
2024-11-10 19:33:56 +00:00
Moritz Sanft
b387ece633
gaphor: 2.26.0 -> 2.27.0
2024-11-10 20:30:36 +01:00
Moritz Sanft
e806221782
niri: 0.1.9 -> 0.1.10
2024-11-10 20:20:49 +01:00
Alexandre Esteves
d547fa17c5
libiconv: fix android cross-compile
2024-11-10 19:17:22 +00:00
Theodore Ni and GitHub
8aed22ecd7
quarto: 1.6.30 -> 1.6.33 and apply patch ( #354672 )
2024-11-10 10:57:16 -08:00
Mihai Fufezan
0198cfb767
hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0
2024-11-10 20:54:52 +02:00
Mihai Fufezan
f3f9fcf93c
hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02
2024-11-10 20:54:52 +02:00
Mihai Fufezan
cbc60c3610
hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09
2024-11-10 20:54:52 +02:00
Mihai Fufezan
d9e2143b3e
hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30
2024-11-10 20:54:52 +02:00
Mihai Fufezan
9739ac3afe
hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09
2024-11-10 20:54:52 +02:00
Mihai Fufezan
7804dcce6c
hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10
2024-11-10 20:54:51 +02:00
Mihai Fufezan
7c6c048259
hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0
2024-11-10 20:54:51 +02:00
Mihai Fufezan
e2b798c525
hyprlandPlugins.hy3: 0.44.0 -> 0.45.0
...
Add passthru.updateScript.
2024-11-10 20:54:51 +02:00
Masum Reza and GitHub
e575fc8ffa
hyprland: 44.1 -> 45.0 ( #354900 )
2024-11-11 00:23:24 +05:30
Olivér Falvai
62d3c4fb59
netsurf.browser: fix darwin builds
...
https://hydra.nixos.org/build/276866240
2024-11-10 19:50:17 +01:00
Maximilian Bosch and GitHub
0ef26b5dd6
Merge: Linux Hardened Kernel Updates for 2024-11-10 ( #355023 )
2024-11-10 19:31:33 +01:00
Pol Dellaiera and GitHub
a6f2dfc257
pylyzer: 0.0.69 -> 0.0.70 ( #354954 )
2024-11-10 19:18:22 +01:00
Tomodachi94 and GitHub
91333a0e6d
team-list: establish java team ( #352938 )
2024-11-10 10:14:57 -08:00
André Silva
6b0d4d7f4e
aquamarine: 0.4.3 -> 0.4.4
2024-11-10 18:08:52 +00:00
André Silva and GitHub
3024a68076
python3Packages.subliminal: mark as not broken ( #353672 )
2024-11-10 18:06:48 +00:00
R. Ryantm
fa1ebbeeff
python312Packages.wordcloud: 1.9.3 -> 1.9.4
2024-11-10 17:50:16 +00:00
Theodore Ni and GitHub
4fee2cde56
brave: 1.71.121 -> 1.71.123; refactor and nixfmt-rfc-style ( #354114 )
2024-11-10 09:46:15 -08:00
Thiago Kenji Okada and GitHub
44bbe5ddad
nixos/{boinc,guix}: Use exec to start the payload binary of the service ( #297526 )
2024-11-10 17:35:24 +00:00
Fabián Heredia Montiel
9bd781e733
linux/hardened/patches/6.6: v6.6.59-hardened1 -> v6.6.60-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
3b3ea3ac4b
linux/hardened/patches/6.11: v6.11.6-hardened1 -> v6.11.7-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
d9b6a745b2
linux/hardened/patches/6.1: v6.1.115-hardened1 -> v6.1.116-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
c367b19a22
linux/hardened/patches/5.4: v5.4.284-hardened1 -> v5.4.285-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
fc9089929a
linux/hardened/patches/5.15: v5.15.170-hardened1 -> v5.15.171-hardened1
2024-11-10 11:30:44 -06:00
Fabián Heredia Montiel
edb9a963e6
linux/hardened/patches/5.10: v5.10.228-hardened1 -> v5.10.229-hardened1
2024-11-10 11:30:43 -06:00
Martin Weinelt and GitHub
8db0ec767e
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 ( #355021 )
2024-11-10 18:25:51 +01:00
Ryan Horiguchi and GitHub
2544da75c5
home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 ( #350542 )
2024-11-10 18:24:41 +01:00
Austin Horstman and GitHub
799b1af3b4
cfn-nag: fix gemfile so that binaries are generated ( #353735 )
2024-11-10 10:52:55 -06:00
Maximilian Güntner
8339db6766
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1
...
add gitUpdater update script for stable versions
2024-11-10 17:51:15 +01:00