Commit graph

533279 commits

Author SHA1 Message Date
Artturi 34c738fb3d
Merge pull request #152631 from jonringer/pgmanage-use-package 2023-10-07 00:05:58 +03:00
Robert Scott 57bd0c2876
Merge pull request #259413 from natsukium/truvari/update
truvari: 4.0.0 -> 4.1.0; python311Packages.pywfa: init at 0.5.1
2023-10-06 22:02:55 +01:00
Fabian Affolter 45b469ec29
Merge pull request #259309 from r-ryantm/auto-update/sslscan
sslscan: 2.1.0 -> 2.1.1
2023-10-06 23:00:24 +02:00
Anderson Torres efbbd73736 glooctl: 1.15.4 -> 1.15.7 2023-10-06 17:25:10 -03:00
Robert Scott 3a60f9bf63
Merge pull request #258943 from techknowlogick/bump-teleport
teleport_11: 11.3.10 -> 11.3.25, teleport_12: 12.4.7 -> 12.4.20, teleport_13: init at 13.4.1, teleport_14: init at 14.0.1
2023-10-06 20:56:01 +01:00
Pol Dellaiera 05c36949c0
Merge pull request #259426 from etu/composer-keep-versions-in-sync
php.packages.composer: Make sure that both composers use the same version
2023-10-06 21:49:07 +02:00
Nick Cao dba2db340c
Merge pull request #259407 from r-ryantm/auto-update/orcania
orcania: 2.3.2 -> 2.3.3
2023-10-06 15:41:12 -04:00
Nick Cao fb25cf2881
Merge pull request #259415 from natsukium/pylyzer/update
pylyzer: 0.0.47 -> 0.0.48
2023-10-06 15:40:19 -04:00
Nick Cao 10c2897c0b
Merge pull request #259420 from r-ryantm/auto-update/deck
deck: 1.27.0 -> 1.27.1
2023-10-06 15:39:42 -04:00
Nick Cao 5abf8d7114
Merge pull request #259130 from GaetanLepage/omnisharp
omnisharp-roslyn: 1.39.8 -> 1.39.10
2023-10-06 15:38:06 -04:00
R. Ryantm b16f197a85 python310Packages.altgraph: 0.17.3 -> 0.17.4 2023-10-06 21:20:59 +02:00
Artturi d17b5e1c1b
Merge pull request #259266 from markuskowa/upd-libflame 2023-10-06 22:18:58 +03:00
Nikolay Korotkiy db71e08dcb
Merge pull request #257771 from antonmosich/aerc-update
aerc: 0.15.2 -> 0.16.0
2023-10-06 23:17:34 +04:00
Infinidoge f93a3efa6d autorandr: add meta.mainProgram 2023-10-06 21:10:19 +02:00
Emily bd1cf55f63
Merge pull request #259416 from yayayayaka/forgejo-1.20.5-0
forgejo: 1.20.4-1 -> 1.20.5-0
2023-10-06 20:56:23 +02:00
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
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
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
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