Wolfgang Walther and GitHub
45acdc65ab
.github/labeler.yml: add COSMIC topic ( #402913 )
2025-05-02 19:18:59 +00:00
Wolfgang Walther and GitHub
d39d2e5fdb
OWNERS: add owners for teleport files ( #402335 )
2025-05-02 19:16:54 +00:00
jopejoe1 and GitHub
4c15b16a1c
python3Packages.fontbakery: disable broken tests ( #403397 )
2025-05-02 20:55:19 +02:00
jopejoe1 and GitHub
4490131ed3
zvbi: fix cross to musl ( #403600 )
2025-05-02 20:54:57 +02:00
K900 and GitHub
d7c109c998
ubootQuartz64B: Fix TPL binary ( #402958 )
2025-05-02 21:52:20 +03:00
adisbladis and GitHub
4166518a86
doc/importNpmLock.buildNodeModules: Add note regarding package-lock-only ( #393699 )
2025-05-02 20:50:31 +02:00
JuliusFreudenberger
eb5312b583
OWNERS: add owners for teleport files
2025-05-02 21:50:19 +03:00
Yohann Boniface and GitHub
a0a2999751
goto: init at 2.1.0-unstable-2020-11-15 ( #403594 )
2025-05-02 20:38:54 +02:00
a07f0a747b
functiontrace-server: 0.8.3 -> 0.8.4 ( #403616 )
...
Co-authored-by: tehmatt <tehmatt@users.noreply.github.com >
2025-05-02 18:35:53 +00:00
Marcin Serwin and Alyssa Ross
1044c1da93
linux-libre.scripts: 19746 -> 19769
2025-05-02 20:24:55 +02:00
gador and GitHub
e5d30adac9
octoprint: fix hash missmatch ( #403398 )
2025-05-02 20:22:56 +02:00
sternenseemann and GitHub
26a0b9dbd8
foot: 1.22.2 → 1.22.3 ( #403568 )
2025-05-02 18:14:46 +00:00
Pyrox and GitHub
a632392c13
anubis: 1.16.0 -> 1.17.1 ( #402443 )
2025-05-02 14:12:07 -04:00
Wolfgang Walther and GitHub
624010d02b
build(deps): bump cachix/install-nix-action from 31.1.0 to 31.2.0 ( #400521 )
2025-05-02 18:11:38 +00:00
Heitor Augusto
83247c0d41
.github/labeler.yml: add COSMIC topic
2025-05-02 15:10:33 -03:00
Maximilian Bosch and GitHub
b539370717
Merge: nixos/oci-containers: stricter dependencies for rootless containers with sdnotify=healthy ( #394039 )
2025-05-02 19:46:44 +02:00
9883d4715c
lug-helper: 3.7 -> 3.8 ( #403562 )
...
Co-authored-by: LovingMelody <LovingMelody@users.noreply.github.com >
2025-05-02 17:41:35 +00:00
Wolfgang Walther and GitHub
57d366c9b6
labels: add backport label for automatic browser updates ( #402304 )
2025-05-02 17:35:36 +00:00
Matthew Croughan and GitHub
9a7caecf30
lib.meta.availableOn: Return false if pkg parameter is null ( #403678 )
2025-05-02 17:15:29 +00:00
adisbladis
9338d924db
lib.meta.availableOn: Return false if pkg parameter is null
...
To fix overriding packages that checks for platform compatibility, like pipewire.
`pipewire` contains the following logic to enable support for ldac depending on library platform compatibility:
```nix
ldacbtSupport = lib.meta.availableOn stdenv.hostPlatform ldacbt
```
Which is used later in the expression to create a Meson flag:
```nix
(lib.mesonEnable "bluez5-codec-ldac" (bluezSupport && ldacbtSupport))
```
This means that attempting to build `pipewire` without `ldacbt` like:
```nix
pipewire.override {
ldacbt = null;
}
```
will fail because the the Meson flag indicates the feature should be enabled, but the library is passed to `buildInputs` as `null`.
2025-05-02 19:01:17 +02:00
Martin Weinelt and GitHub
4ad8dfd97d
nss_latest: 3.110 -> 3.111 ( #403666 )
2025-05-02 18:58:05 +02:00
Gaétan Lepage and GitHub
b6cda36bd6
python312Packages.textual: 3.1.1 -> 3.2.0 ( #403643 )
2025-05-02 18:57:00 +02:00
Wolfgang Walther and GitHub
83e200eabf
python3Packages.pytest-postgresql-darwin: disable checkPhase on darwin ( #403422 )
2025-05-02 16:55:27 +00:00
02a72fa89e
encrypted-dns-server: 0.9.16 -> 0.9.17 ( #403623 )
...
Co-authored-by: paepckehh <git@paepcke.de >
2025-05-02 16:30:05 +00:00
Gaétan Lepage and GitHub
cc1044ce2e
vimPlugins.kanagawa-paper-nvim: init at 2025-04-27 ( #403656 )
2025-05-02 18:23:13 +02:00
Peder Bergebakken Sundt and GitHub
f3ffe3b157
anytype: 0.45.3 -> 0.46.4 ( #399709 )
2025-05-02 18:18:40 +02:00
dotlambda and GitHub
fc90f95d8d
pytr: 0.4.1 -> 0.4.2 ( #403565 )
2025-05-02 09:13:21 -07:00
David McFarland and GitHub
c106ed0b82
chickenPackages.chickenEggs: update ( #403258 )
2025-05-02 13:12:55 -03:00
FKouhai
154f79b231
vimPlugins.kanagawa-paper-nvim: init at 2025-04-27
2025-05-02 18:12:11 +02:00
Martin Weinelt
894857b781
nss_latest: 3.110 -> 3.111
...
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_111.rst
2025-05-02 18:11:06 +02:00
Gaetan Lepage
5981fe3342
python312Packages.textual: 3.1.1 -> 3.2.0
...
Diff: https://github.com/Textualize/textual/compare/refs/tags/v3.1.1...refs/tags/v3.2.0
Changelog: https://github.com/Textualize/textual/blob/v3.2.0/CHANGELOG.md
2025-05-02 18:07:51 +02:00
Peder Bergebakken Sundt and GitHub
a9778a74e9
unblob: 25.1.8 -> 25.4.14 ( #401146 )
2025-05-02 17:57:09 +02:00
Domen Kožar and GitHub
0845149344
paretosecurity: 0.2.12 -> 0.2.13 ( #401726 )
2025-05-02 16:41:05 +01:00
831f1298a0
ts_query_ls: 1.11.0 -> 2.0.0 ( #403133 )
...
Co-authored-by: ribru17 <ribru17@gmail.com >
2025-05-02 15:40:00 +00:00
Donovan Glover and GitHub
cc48f8405b
maple-font: 7.1 -> 7.2 ( #402989 )
2025-05-02 15:37:02 +00:00
Peder Bergebakken Sundt and GitHub
3d8c6020df
sherlock: fix build ( #403611 )
2025-05-02 17:30:37 +02:00
Donovan Glover and GitHub
5029c5b869
all-the-package-names: 2.0.2137 -> 2.0.2146 ( #403582 )
2025-05-02 15:26:56 +00:00
Robert Hensing and GitHub
08f3ff196a
ghostunnel: fix darwin build, skip included vendor directory ( #402420 )
2025-05-02 17:25:10 +02:00
Adam C. Stephens and GitHub
a4604fc5bc
golden-cheetah: 3.7-DEV2408 -> 3.7 ( #403625 )
2025-05-02 11:23:17 -04:00
Adam C. Stephens and GitHub
41d6de217e
zfs_{2_3,unstable}: 2.3.1 -> 2.3.2 ( #403467 )
2025-05-02 11:22:57 -04:00
liberodark and Emery Hemingway
d89230fd42
pharo: 10.3.1 -> 10.3.4
2025-05-02 16:19:51 +01:00
Pol Dellaiera and GitHub
d66115b18c
hcxdumptool: 6.3.2 -> 6.3.5 ( #402918 )
2025-05-02 16:04:59 +02:00
Pol Dellaiera and GitHub
8476dca5cb
httptap: 0.0.8 -> 0.1.1 ( #403211 )
2025-05-02 15:58:13 +02:00
Pol Dellaiera and GitHub
13db18e751
mihomo-party: mark as insecure ( #403215 )
2025-05-02 15:57:24 +02:00
Pol Dellaiera and GitHub
a3929085f6
icdiff: 1.9.5 -> 2.0.7 ( #403226 )
2025-05-02 15:57:06 +02:00
Pol Dellaiera and GitHub
6254dedb39
jetbrains-toolbox: fix tray icon ( #403494 )
2025-05-02 15:56:43 +02:00
Leona Maroni and GitHub
cbc2586506
nixos/doc/rl2505: fix typos ( #403348 )
2025-05-02 15:25:07 +02:00
Gaétan Lepage and GitHub
502f421fb8
python312Packages.gpu-rir: init at 0-unstable-2025-01-20 ( #403598 )
2025-05-02 15:17:55 +02:00
Bobby Rong and GitHub
70912233f6
gedit, libgedit-*: Updates ( #403275 )
...
Closes #388337
2025-05-02 21:15:17 +08:00
maralorn and GitHub
0c80f98406
unleash-client-haskell/unleash-client-haskell-core: Remove maintainer ( #403607 )
2025-05-02 15:11:21 +02:00