Maximilian Bosch
2ddb1453e6
nixos/nextcloud: make php settings additive
...
Right now, the settings aren't additive which means that when I do
services.nextcloud.phpOptions."opcache.interned_strings_buffer = "23";
all other options are discarded because of how the module system works.
This isn't very nice in this case, though because wanting to override
a single option doesn't mean I want to discard the rest of the -
reasonable - defaults. Hence, the settings are showed as default in the
option's manual section, but are added with normal priority.
That means, to override _all_ options at once, an expression like
services.nextcloud.phpOptions = mkForce {
/* ... */
};
is needed. This is also way more intuitive IMHO because the `mkForce`
explicitly tells that everything will be modified.
Also, APCu enable and the memory & file-size limits are also written
into `services.nextcloud.phpOptions` rather than adding them
silently before passing all options to the PHP package. This has the
benefit that users will realize on evaluation time that they configured
options that would otherwise be set by the module on its own.
2023-08-05 11:58:11 +02:00
Fabian Affolter
0295cf36c3
Merge pull request #247302 from fabaff/gvm-libs-bump
...
gvm-libs: 22.6.3 -> 22.7.0
2023-08-05 11:55:45 +02:00
Fabian Affolter
677ffd4f23
Merge pull request #247298 from marsam/update-pglast
...
python310Packages.pglast: 5.2 -> 5.3
2023-08-05 11:55:27 +02:00
Alexander Krimm
d02a90fd17
scenic-view: use a jdk with bundled openjfx
...
This used to be the default but got changed in #206643 / ce6bc62
to reduce the closure of non javafx java apps. Additionally 1caf19b
removed webkit support which is also required for scenic-view and
therefore explicitly enabled.
2023-08-05 11:53:43 +02:00
Alexander Krimm
f2bdee4337
scenebuilder: 15.0.1 -> 19.0.0
...
Bump scenebuilder to 19.0.0 as the latest release 20.0.0 depends on
jdk20, which is not packaged in nixpkgs yet.
Since version 15 the build system for scenebuilder was switched from
gradle to maven.
Additionally this commit switches to using a jre which bundles
openjfx. This used to be the default but was changed in ce6bc62
,
which prevented scenebuilder from starting.
2023-08-05 11:53:43 +02:00
R. Ryantm
fe1e7622fd
ser2net: 4.3.13 -> 4.4.0
2023-08-05 09:50:47 +00:00
Weijia Wang
aebee3ca2a
Merge pull request #247236 from wegank/guile-sdl-bump
...
guile-sdl: 0.5.2 -> 0.6.1
2023-08-05 11:34:59 +02:00
Emery Hemingway
b6c5112152
nixos/ntopng: seperate interface config with newlines
2023-08-05 10:02:48 +01:00
kashw2
f597cc8859
edgedb: 3.3.0 -> 3.4.0
2023-08-05 19:02:38 +10:00
Francesco Gazzetta
1eb6175b0d
domination: 1.2.8 -> 1.2.9
2023-08-05 10:52:05 +02:00
Nick Cao
e2595fcc49
Merge pull request #247166 from luochen1990/luochen1990-patch-1
...
Fix meta.mainProgram missing issue for jc
2023-08-05 02:41:18 -06:00
piegames
ab364f08b3
Merge pull request #246866 : gnomeExtensions: auto-update
2023-08-05 10:25:17 +02:00
Mostly Void
8fcf05bc95
prqlc: init at 0.9.3
2023-08-05 11:25:11 +03:00
Luo Chen
5d8e320833
jc: set meta.mainProgram
...
Related: https://github.com/NixOS/nixpkgs/issues/219567
2023-08-05 16:23:57 +08:00
Jörg Thalheim
6a921d61b2
python3.pkgs.deploykit: 1.0.2 -> 1.1.0
...
Diff: https://github.com/numtide/deploykit/compare/1.0.2...1.1.0
Changelog: https://github.com/numtide/deploykit/releases/tag/1.1.0
2023-08-05 18:18:39 +10:00
R. Ryantm
b44786fcdf
jackett: 0.21.547 -> 0.21.584
2023-08-05 08:14:47 +00:00
Fabian Affolter
4627e97757
checkov: 2.3.318 -> 2.3.356
...
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/2.3.318...2.3.356
Changelog: https://github.com/bridgecrewio/checkov/releases/tag/2.3.356
2023-08-05 10:12:04 +02:00
Fabian Affolter
7a6cde4e51
gvm-libs: 22.6.3 -> 22.7.0
...
Diff: https://github.com/greenbone/gvm-libs/compare/refs/tags/v22.6.3...v22.7.0
Changelog: https://github.com/greenbone/gvm-libs/releases/tag/v22.7.0
2023-08-05 10:10:22 +02:00
Pavel Sobolev
e3c771f877
lazygit: 0.39.4 -> 0.40.0
2023-08-05 11:06:32 +03:00
Fabian Affolter
66709f3ae1
python311Packages.python-velbus: 2.1.9 -> 2.1.12
2023-08-05 10:02:41 +02:00
Doron Behar
82326d676d
Merge pull request #247122 from doronbehar/pkg/lammps
...
lammps: 23Jun2022_update4 -> 2Aug2023
2023-08-05 08:00:23 +00:00
Fabian Affolter
f6063283e1
python311Packages.millheater: 0.10.0 -> 0.11.0
...
Diff: https://github.com/Danielhiversen/pymill/compare/0.10.0...0.11.0
Changelog: https://github.com/Danielhiversen/pymill/releases/tag/0.11.0
2023-08-05 09:58:15 +02:00
Theodore Ni
9e742472af
python3.pkgs.clr-loader: add build dependencies
...
Once we add setuptools-scm, we no longer need the patch that changes the
version number in pyproject.toml.
2023-08-05 00:56:59 -07:00
Theodore Ni
809db2e8e5
python3.pkgs.clr-loader: normalize pname
2023-08-05 00:37:31 -07:00
Tim Kleinschmidt
fe99af5109
gex: 0.6.0 -> 0.6.1
2023-08-05 09:35:19 +02:00
Fabian Affolter
0d2fb29f50
Merge pull request #247194 from fabaff/google-cloud-artifact-registry-bump
...
python311Packages.google-cloud-artifact-registry: 1.8.2 -> 1.8.3
2023-08-05 09:03:14 +02:00
R. Ryantm
5f54224ed0
klipper: unstable-2023-06-29 -> unstable-2023-08-01
2023-08-05 06:34:44 +00:00
Nick Cao
bbe9ae26ec
Merge pull request #247159 from panicgh/dataexplorer
...
dataexplorer: 3.7.8 -> 3.7.9
2023-08-05 00:27:43 -06:00
Nick Cao
3511904b2e
Merge pull request #247152 from figsoda/runme
...
runme: 1.7.0 -> 1.7.1
2023-08-05 00:26:21 -06:00
Nick Cao
a20575a46d
Merge pull request #247203 from fabaff/phonenumbers-bump
...
python311Packages.phonenumbers: 8.13.16 -> 8.13.18
2023-08-05 00:24:56 -06:00
toastal
d7fcdbc1de
profanity: 0.13.1 → 0.14.0
...
Release on Microsoft™ GitHub™: https://github.com/profanity-im/profanity/releases/tag/0.14.0
2023-08-05 13:24:15 +07:00
toastal
67fd84ef62
libstrophe: 0.12.2 → 0.12.3
...
Release on Microsoft™ GitHub™: https://github.com/strophe/libstrophe/releases/tag/0.12.3
2023-08-05 13:24:14 +07:00
Nick Cao
5b474a725c
Merge pull request #247226 from figsoda/rtz
...
rtz: 0.4.2 -> 0.5.3
2023-08-05 00:22:50 -06:00
Nick Cao
52e07fa408
Merge pull request #247220 from figsoda/script
...
rust-script: 0.30.0 -> 0.31.0
2023-08-05 00:21:33 -06:00
Nick Cao
4dace2cefe
Merge pull request #247211 from fabaff/qiling-bump
...
python311Packages.qiling: 1.4.5 -> 1.4.6
2023-08-05 00:19:47 -06:00
Nick Cao
b1465854bc
Merge pull request #247247 from kashw2/infracost
...
infracost: 0.10.26 -> 0.10.27
2023-08-05 00:16:46 -06:00
Nick Cao
2bb4d26233
Merge pull request #247262 from r-ryantm/auto-update/python310Packages.flask-talisman
...
python310Packages.flask-talisman: 1.0.0 -> 1.1.0
2023-08-05 00:12:47 -06:00
Nick Cao
f11f6abb8a
Merge pull request #247265 from GiggleSquid/pkgs/vintagestory
...
vintagestory: 1.18.6 -> 1.18.7
2023-08-05 00:12:00 -06:00
Nick Cao
040a3f038e
Merge pull request #247267 from janvotava/timoni0.11.1
...
timoni: 0.11.0 -> 0.11.1
2023-08-05 00:11:22 -06:00
Nick Cao
67c55e35ed
Merge pull request #247275 from r-ryantm/auto-update/python310Packages.azure-mgmt-keyvault
...
python310Packages.azure-mgmt-keyvault: 10.2.2 -> 10.2.3
2023-08-05 00:09:59 -06:00
Nick Cao
a51d0def74
Merge pull request #247278 from fabaff/grype-bump
...
grype: 0.65.0 -> 0.65.1
2023-08-05 00:08:15 -06:00
K900
5eecc9f7b6
Merge pull request #247097 from K900/linux-firmware-20230804
...
linux-firmware: unstable-2023-07-24 -> 20230804
2023-08-05 09:02:12 +03:00
Fabian Affolter
7b349f1747
Merge pull request #245943 from fabaff/cdcs-bump
...
python311Packages.cdcs: 0.2.1 -> 0.2.2
2023-08-05 07:56:19 +02:00
Fabian Affolter
b5e3917c85
grype: 0.65.0 -> 0.65.1
...
Diff: https://github.com/anchore/grype/compare/refs/tags/v0.65.0...v0.65.1
Changelog: https://github.com/anchore/grype/releases/tag/v0.65.1
2023-08-05 07:26:24 +02:00
Fabian Affolter
55f1eea984
Merge pull request #247195 from fabaff/google-cloud-pubsub-bump
...
python311Packages.google-cloud-pubsub: 2.18.0 -> 2.18.1, python311Packages.google-cloud-resource-manager: 1.10.2 -> 1.10.3
2023-08-05 07:22:12 +02:00
Fabian Affolter
6838ebcb45
python311Packages.cdcs: 0.2.1 -> 0.2.2
...
Diff: https://github.com/usnistgov/pycdcs/compare/refs/tags/v0.2.1...v0.2.2
Changelog: https://github.com/usnistgov/pycdcs/releases/tag/v0.2.2
2023-08-05 07:17:48 +02:00
Fabian Affolter
f024cd6abd
Merge pull request #247197 from fabaff/google-cloud-tasks-bump
...
python311Packages.google-cloud-tasks: 2.13.2 -> 2.14.1
2023-08-05 07:16:07 +02:00
Fabian Affolter
97f29af905
Merge pull request #247196 from fabaff/google-cloud-bigquery-datatransfer-bump
...
python311Packages.google-cloud-bigquery-datatransfer: 3.11.2 -> 3.12.0
2023-08-05 07:10:29 +02:00
Fabian Affolter
a9f9df9039
Merge pull request #247198 from fabaff/google-cloud-spanner-bump
...
python311Packages.google-cloud-spanner: 3.38.0 -> 3.40.0
2023-08-05 07:10:02 +02:00
Fabian Affolter
ffc1aee91a
Merge pull request #247199 from fabaff/influxdb-client-bump
...
python311Packages.influxdb-client: 1.36.1 -> 1.37.0
2023-08-05 07:09:45 +02:00