Weijia Wang
a26e94a278
Merge pull request #258277 from wegank/viewnior-exiv2
...
viewnior: add patch for exiv2 0.28
2023-10-06 20:46:12 +02:00
Anton Mosich
9508e4cb25
aerc: 0.15.2 -> 0.16.0
...
Changelog: https://git.sr.ht/~rjarry/aerc/refs/0.16.0
also enable doCheck. doCheck was set to false when the default value was
set to true. The tests work in this case, so I enabled them
2023-10-06 20:18:50 +02:00
Elis Hirwing
f0987a05a9
php.packages.composer: Make sure that both composers use the same version
...
So in php we have a bootstrapping composer (that lives in
composer-phar.nix) that downloads the binary distribution of composer
to be able to bootstrap and build a composer built from source.
However, it's desirable to keep composer updated at all time, and this
includes the phar one that isn't used by users directly. So this makes
sure we don't "forget" about the phar one since it now borrows the
version from the source version. However, then it also made sense to
move the hash for the phar to the same file as the source
composer. Then we can control the full upgrade life cycle of both the
phar and source versions of composer from the same file.
2023-10-06 20:09:48 +02:00
Lin Jian
272dba1e31
Merge pull request #257415 from ehmry/yggdrasil
...
nixos/yggdrasil: add extraArgs option
2023-10-07 02:05:36 +08:00
R. Ryantm
95503b9292
libpkgconf: 2.0.2 -> 2.0.3
2023-10-06 14:56:20 -03:00
Elis Hirwing
13441fc1f5
Merge pull request #259349 from NixOS/php/bump-composer-2-6-5
...
phpPackages.composer: 2.6.4 -> 2.6.5
2023-10-06 19:51:30 +02:00
R. Ryantm
ed9126fecb
kubelogin: 0.0.31 -> 0.0.32
2023-10-06 17:40:42 +00:00
Bjørn Forsman
e5b8b12ac9
nixos/coredns: add extraArgs option
2023-10-06 19:38:38 +02:00
Bjørn Forsman
55e30da2eb
buildFHSEnvBubblewrap: preserve pname, version
...
It's useful to have access to these attributes from packages built with
buildFHSEnvBubblewrap, and it reduces the difference between FHS and
non-FHS packages.
'name' is already handled by runCommandLocal.
2023-10-06 19:37:39 +02:00
Bernardo Meurer
e276d0c597
nix-eval-jobs: propagate nix in passthru
...
Since this package is intimately tied to a specific Nix release, we
propagate the Nix used for building it to make it easier for users
downstream to reference it.
2023-10-06 13:37:13 -04:00
Bjørn Forsman
d3993c144f
python3Packages.clustershell: 1.9.1 -> 1.9.2
2023-10-06 19:35:00 +02:00
Bjørn Forsman
fa8ace3618
nixos: don't implicitly map missing user groups to nogroup
...
Before: `users.users.user1.group = "group-not-defined-anywhere-else"`
would result in user1 having the primary group `nogroup`, assigned at
activation time and only with a (easy to miss) warning from the
activation script. This behaviour is a security issue becase no files
should be owned by `nogroup` and it allows for unrelated users (and
services) to accidentally have access to files they shouldn't have.
After: The configuration above results in this eval error:
- The following users have a primary group that is undefined: user1
Hint: Add this to your NixOS config:
users.groups.group-not-defined-anywhere-else = {};
2023-10-06 19:33:01 +02:00
Weijia Wang
b64632d21a
Merge pull request #259033 from f2k1de/mongodb-5.0.21
...
mongodb-5_0: 5.0.19 -> 5.0.21
2023-10-06 19:19:37 +02:00
Weijia Wang
0c29bf9d0d
Merge pull request #259036 from f2k1de/mongodb-4.4.25
...
mongodb-4_4: 4.4.23 -> 4.4.25
2023-10-06 19:19:17 +02:00
Emery Hemingway
3fc4ecafeb
nixos/yggdrasil: add extraArgs option
2023-10-06 17:59:14 +01:00
R. Ryantm
7c2b308952
deck: 1.27.0 -> 1.27.1
2023-10-06 16:56:09 +00:00
Yaya
73df0bf251
forgejo: 1.20.4-1 -> 1.20.5-0
...
https://codeberg.org/forgejo/forgejo/src/branch/forgejo/RELEASE-NOTES.md#1-20-5-0
2023-10-06 18:53:58 +02:00
Markus Theil
e6ff73add9
frr: fix supported platforms
...
Signed-off-by: Markus Theil <theil.markus@gmail.com>
2023-10-06 18:49:34 +02:00
natsukium
356b500e01
pylyzer: 0.0.47 -> 0.0.48
...
Diff: https://github.com/mtshiba/pylyzer/compare/v0.0.47...v0.0.48
Changelog: https://github.com/mtshiba/pylyzer/releases/tag/v0.0.48
2023-10-07 01:47:31 +09:00
natsukium
96178c29a4
truvari: 4.0.0 -> 4.1.0
...
Diff: https://github.com/ACEnglish/truvari/compare/v4.0.0...v4.1.0
Changelog: https://github.com/ACEnglish/truvari/releases/tag/v4.1.0
2023-10-07 01:30:27 +09:00
natsukium
776b2694a3
truvari: add meta.changelog
2023-10-07 01:30:27 +09:00
natsukium
bd73ee230c
python311Packages.pywfa: init at 0.5.1
2023-10-07 01:30:21 +09:00
Ilan Joselevich
fea7f3fb2c
Merge pull request #259295 from Kranzes/mainProgram
...
treewide: set meta.mainProgram
2023-10-06 19:23:15 +03:00
maxine
1168b1af50
Merge pull request #254117 from amarshall/makemkv-reproducible
...
makemkv: make reproducible, enable parallel building, clarify license
2023-10-06 18:20:10 +02:00
Bobby Rong
a3f36f93d9
Merge pull request #259406 from bobby285271/fix/update-script
...
various: Fix update script
2023-10-07 00:20:01 +08:00
Weijia Wang
09de79d118
Merge pull request #259301 from r-ryantm/auto-update/martin
...
martin: 0.8.7 -> 0.9.0
2023-10-06 18:09:45 +02:00
Bobby Rong
a6f6d24640
Merge pull request #259403 from bobby285271/upd/pantheon
...
pantheon.elementary-default-settings: Backport pantheon-portals.conf support
2023-10-07 00:07:27 +08:00
maxine
3374d2af40
Merge pull request #239450 from hughobrien/fallout-ce
...
fallout-ce: init at 1.0.0
2023-10-06 18:04:00 +02:00
maxine
8c4092fae9
Merge pull request #258794 from ciferkey/master
...
xivlauncher: 1.0.4 -> 1.0.6
2023-10-06 17:59:22 +02:00
maxine
32409b7b6f
Merge pull request #259410 from amaxine/slack_4.34.121
...
slack: 4.34.120 -> 4.32.121
2023-10-06 17:58:56 +02:00
R. Ryantm
b345e6d0c0
graphene-hardened-malloc: 11 -> 12
2023-10-06 15:56:30 +00:00
maxine
41ecbefae5
Merge pull request #259281 from samuela/upkeep-bot/vscode-1.83.0-1696552081
...
vscode: 1.82.2 -> 1.83.0
2023-10-06 17:51:52 +02:00
Weijia Wang
39edffebe6
Merge pull request #253548 from Quantenzitrone/rimgo
...
rimgo: init at 1.2.0 & module
2023-10-06 17:50:58 +02:00
Maxine Aubrey
8bf85a1a85
slack: 4.34.120 -> 4.32.121
2023-10-06 17:48:12 +02:00
Ryan Lahfa
4253b99891
Merge pull request #259144 from jnsgruk/master
2023-10-06 17:44:41 +02:00
R. Ryantm
d5d09d35df
orcania: 2.3.2 -> 2.3.3
2023-10-06 15:38:52 +00:00
Bobby Rong
e7ed60c82e
libsigcxx: Fix update script
...
This allows bumping to 2.12.x, which should not bring breaking API changes.
2023-10-06 23:34:57 +08:00
Bobby Rong
da45ab16bd
pango: Fix update script
...
This can probably be updated to 1.51.x.
2023-10-06 23:34:49 +08:00
Bobby Rong
74a418e0fb
libpeas: Fix update script
...
libpeas 2.0 has breaking API changes, let's freeze the update.
2023-10-06 23:34:42 +08:00
Ryan Lahfa
1d91d95ecf
Merge pull request #243049 from 999eagle/feat/nitrokey-app2
2023-10-06 17:28:02 +02:00
Bobby Rong
9a9e44ca04
pantheon.elementary-default-settings: Backport pantheon-portals.conf support
...
See the changes in x-d-p 1.17 for details. Pantheon's config is quite complex
compared to other DEs >_< gnome-keyring is already added to xdg.portal.extraPortals
in its separate modules.
2023-10-06 23:24:26 +08:00
Samuel Tardieu
7de62195d7
rtthost: 0.20.0 -> 0.21.0
2023-10-06 17:06:02 +02:00
K900
944e26dc60
Merge pull request #259318 from K900/fix-externally-defined-nixos-tests
...
nixosTest: fix tests defined with pkgs.nixosTest
2023-10-06 18:04:29 +03:00
OTABI Tomoya
87828a0e03
Merge pull request #259302 from jbedo/delly
...
delly: 1.1.6 -> 1.1.7
2023-10-06 23:58:46 +09:00
Lin Jian
de26e61f7e
Merge pull request #258582 from returntoreality/gpsd-extra-args
...
nixos/gpsd: add extraArgs option
2023-10-06 22:54:51 +08:00
Bobby Rong
806415e367
Merge pull request #259382 from bobby285271/upd/xfce
...
Xfce updates 2023-10-06
2023-10-06 22:52:50 +08:00
Nick Cao
38865d8c01
Merge pull request #259286 from newAM/probe-rs-0.21.0
...
probe-rs: 0.20.0 -> 0.21.0
2023-10-06 10:48:16 -04:00
Nick Cao
b5f4e700ab
Merge pull request #259265 from r-ryantm/auto-update/mdbook-katex
...
mdbook-katex: 0.5.7 -> 0.5.8
2023-10-06 10:47:38 -04:00
Mario Rodas
e3d54cc7a2
lefthook: 1.4.8 -> 1.5.1
...
Diff: https://github.com/evilmartians/lefthook/compare/v1.4.8...v1.5.1
Changelog: https://github.com/evilmartians/lefthook/raw/v1.5.1/CHANGELOG.md
2023-10-06 11:45:31 -03:00
Nick Cao
2294d17a20
Merge pull request #259319 from r-ryantm/auto-update/automatic-timezoned
...
automatic-timezoned: 1.0.128 -> 1.0.129
2023-10-06 10:44:02 -04:00