wackbyte
5fe8ce94f3
vscode-extensions.bradlc.vscode-tailwindcss: 0.9.9 -> 0.11.30
...
Also adds a description and links.
2023-11-26 17:25:41 -05:00
h7x4
cc390604e6
cyme: add passthru.tests.version
2023-11-26 23:23:17 +01:00
adisbladis
013a0a1357
lib.attrsets.matchAttrs: Avoid some list allocations when walking structure
...
Benchmarks (`nix-instantiate ./. -A python3`):
- Before:
``` json
{
"cpuTime": 0.29049500823020935,
"envs": {
"bytes": 4484216,
"elements": 221443,
"number": 169542
},
"gc": {
"heapSize": 402915328,
"totalBytes": 53086800
},
"list": {
"bytes": 749424,
"concats": 4242,
"elements": 93678
},
"nrAvoided": 253991,
"nrFunctionCalls": 149848,
"nrLookups": 49612,
"nrOpUpdateValuesCopied": 1587837,
"nrOpUpdates": 10104,
"nrPrimOpCalls": 130356,
"nrThunks": 358981,
"sets": {
"bytes": 30423600,
"elements": 1859999,
"number": 41476
},
"sizes": {
"Attr": 16,
"Bindings": 16,
"Env": 16,
"Value": 24
},
"symbols": {
"bytes": 236145,
"number": 24453
},
"values": {
"bytes": 10502520,
"number": 437605
}
}
```
- After:
``` json
{
"cpuTime": 0.2946169972419739,
"envs": {
"bytes": 3315224,
"elements": 172735,
"number": 120834
},
"gc": {
"heapSize": 402915328,
"totalBytes": 48718432
},
"list": {
"bytes": 347568,
"concats": 4242,
"elements": 43446
},
"nrAvoided": 173252,
"nrFunctionCalls": 101140,
"nrLookups": 73595,
"nrOpUpdateValuesCopied": 1587837,
"nrOpUpdates": 10104,
"nrPrimOpCalls": 83067,
"nrThunks": 304216,
"sets": {
"bytes": 29704096,
"elements": 1831673
,
"number": 24833
},
"sizes": {
"Attr": 16,
"Bindings": 16,
"Env": 16,
"Value": 24
},
"symbols": {
"bytes": 236145,
"number": 24453
},
"values": {
"bytes": 8961552,
"number": 373398
}
}
```
2023-11-27 11:20:50 +13:00
Fabian Affolter
64b86e4741
Merge pull request #270178 from fabaff/aiolifx-themes-bump
...
python311Packages.aiolifx-themes: 0.4.9 -> 0.4.10
2023-11-26 23:12:33 +01:00
Fabian Affolter
3897a84362
Merge pull request #270179 from fabaff/nextdns-bump
...
python311Packages.nextdns: 2.0.1 -> 2.1.0
2023-11-26 23:12:22 +01:00
Artturi
24fe62d036
Merge pull request #269361 from cafkafk/cafk-fortune-kind-0.1.10
...
fortune-kind: 0.1.9 -> 0.1.10
2023-11-27 00:01:18 +02:00
Mario Rodas
013f0a99e5
Merge pull request #270227 from khaneliman/darwin-fix
...
yabai: fix x86_64 build
2023-11-26 16:53:16 -05:00
Sandro Jäckel
f22c33dbfe
rclone: 1.64.2 -> 1.65.0
...
Diff: https://github.com/rclone/rclone/compare/v1.64.2...v1.65.0
Changelog: https://github.com/rclone/rclone/blob/v1.65.0/docs/content/changelog.md
2023-11-26 22:50:06 +01:00
markuskowa
43418a924d
Merge pull request #269455 from markuskowa/fix-kamailio
...
kamailio: 5.7.2 -> 5.7.3, refactor expression
2023-11-26 22:49:59 +01:00
Lily Foster
25596bd419
Merge pull request #257337 from lorenzleutgeb/yarn-file
...
prefetch-yarn-deps: Fix handling of scoped packages
2023-11-26 16:49:33 -05:00
Mario Rodas
9fd3c98dc3
Merge pull request #265863 from SuperSandro2000/govulncheck-version
...
govulncheck: fix version information
2023-11-26 16:48:40 -05:00
Ben Siraphob
107fd4b846
Merge pull request #270163 from r-ryantm/auto-update/fq
2023-11-26 16:40:02 -05:00
Martin Weinelt
709da24de7
Merge pull request #270240 from chadcatlett/fix-oh-my-zsh
...
oh-my-zsh: add back to all-packages
2023-11-26 22:35:01 +01:00
mfrischknecht
d9b8524102
python3Packages.yamlpath: mark as broken ( #270193 )
...
* python3Packages.yamlpath: mark as broken
`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged
version in Nixpkgs is on version 0.17.32 by now. This breaks a lot
of the libraries own unit tests.
As I don't see anything in Nixpkgs depending on `yamlpath`, this simply
marks the package as broken.
[1]: 9bbddea520/setup.py (L48)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-11-26 22:31:44 +01:00
Thiago Kenji Okada
ddf0003c57
Merge pull request #269479 from jcf/remove-more-graalvm-references
...
Remove more GraalVM references
2023-11-26 21:29:05 +00:00
Mario Rodas
804e88afee
Merge pull request #270017 from r-ryantm/auto-update/metabase
...
metabase: 0.47.6 -> 0.47.8
2023-11-26 16:25:48 -05:00
Mario Rodas
62b168414f
Merge pull request #270040 from r-ryantm/auto-update/nu_scripts
...
nu_scripts: unstable-2023-10-31 -> unstable-2023-11-22
2023-11-26 16:24:16 -05:00
Mario Rodas
7fbea68a2a
Merge pull request #270077 from fabaff/tldextract-bump
...
python311Packages.tldextract: 5.1.0 -> 5.1.1
2023-11-26 16:23:30 -05:00
Mario Rodas
131f3876fa
Merge pull request #270057 from xrelkd/update/clipcat
...
clipcat: 0.6.2 -> 0.7.0
2023-11-26 16:19:42 -05:00
R. Ryantm
f90b0fc86d
p2pool: 3.8 -> 3.9
2023-11-26 21:17:07 +00:00
Nikolay Korotkiy
5631ea3739
Merge pull request #270106 from imincik/qgis-3.34.1
...
qgis: 3.34.0 -> 3.34.1
2023-11-27 00:58:41 +04:00
Trolli Schmittlauch
0e893a9f22
nixos/forgejo docs: correct phrasing
2023-11-26 21:43:32 +01:00
Maciej Krüger
b63af5d7ea
Merge pull request #265728 from nbraud/nixos/sudo-rs/ssm-agent
2023-11-26 21:37:15 +01:00
Maciej Krüger
cdd67575e7
Merge pull request #265722 from nbraud/nixos/sudo-rs/btrbk
2023-11-26 21:36:20 +01:00
Kira Bruneau
8d16f1e8fe
Merge pull request #270185 from kira-bruneau/swayfx
...
Revert "swayfx: wrap like sway"
2023-11-26 15:35:38 -05:00
Patka
c1e9dde1f6
mirage-im: drop
2023-11-26 17:35:17 -03:00
Robert Scott
f82ab72973
Merge pull request #270090 from a-n-n-a-l-e-e/libxmlxx-is-c++11
...
libxmlxx: code predates c++17, use -std=c++11; fix darwin
2023-11-26 20:08:33 +00:00
R. Ryantm
980243d9e3
openvi: 7.4.26 -> 7.4.27
2023-11-26 20:02:01 +00:00
Robert Schütz
f31fc1b4a5
diebahn: 1.5.0 -> 2.1.0
...
Diff: https://gitlab.com/schmiddi-on-mobile/diebahn/-/compare/1.5.0...2.1.0
Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.1.0/CHANGELOG.md
2023-11-26 12:00:49 -08:00
Raphael Borun Das Gupta
8de993d049
osm2pgsql: 1.9.2 → 1.10.0
...
Co-Authored-By: Nikolay Korotkiy <sikmir@disroot.org>
Co-Authored-By: Ivan Mincik <ivan.mincik@gmail.com>
2023-11-26 20:54:00 +01:00
Bob van der Linden
06d2663fe7
git-cola: 4.4.0 -> 4.4.1
2023-11-26 20:49:48 +01:00
Damien Cassou
ed03a6c094
Merge pull request #270156 from DamienCassou/khard-0.19
2023-11-26 19:47:14 +00:00
Robert Schütz
3d2902dd2e
python311Packages.img2pdf: 0.5.0 -> 0.5.1
...
Changelog: https://gitlab.mister-muffin.de/josch/img2pdf/src/tag/0.5.1/CHANGES.rst
2023-11-26 11:40:43 -08:00
Sandro Jäckel
960527707b
nixos/mediawiki: don't clear default installed extensions
2023-11-26 20:29:49 +01:00
Jörg Thalheim
501680a656
nixos/telegraf: include procps if procstat input is configured
2023-11-26 20:26:48 +01:00
Chad Catlett
30a8d37e7a
oh-my-zsh: add back to all-packages
2023-11-26 13:24:45 -06:00
Benoit de Chezelles
eb6d53c504
jo: add meta.mainProgram
2023-11-26 20:12:17 +01:00
Sandro Jäckel
8ae9c8640c
nixos/mediawiki: don't assume language of main page
...
The mainpage might be named Hauptseite and mediawiki redirects from
/wiki/ on its own to there
2023-11-26 19:59:32 +01:00
Sandro Jäckel
f68be841c9
nixos/mediawiki: use fastcgi.conf file which contains extra parameter
2023-11-26 19:59:32 +01:00
Maciej Krüger
f45359e466
Merge pull request #269578 from mkg20001/twinkleup
2023-11-26 19:59:09 +01:00
Maciej Krüger
3250f15338
Merge pull request #263471 from nbraud/nixos/sudo-rs/cleanup
2023-11-26 19:57:31 +01:00
Stian Lågstad
54f913f862
igv: Fix missing wrapGAppsHook causing causing GLib-GIO-ERROR
...
Fixes https://github.com/NixOS/nixpkgs/issues/270226
2023-11-26 19:57:18 +01:00
Manuel Frischknecht
8e6e709ca1
kapacitor: fix build of embedded libflux
dependency with current rust
...
The embedded `libflux` dependency of `kapacitor` fails to build with
more current rust tooling due to an unneeded `.clone()` call that
is promoted into an error message by a strict linting build config.
This introduces a patch that removes the offending method call.
The issue is already resolved upstream, but even the current `kapacitor`
version still depends on this specific version of `libflux` [1], and the
respective git commit contains a lot of other (automated) changes [2],
so cherry-picking the patch via a GitHub URL seems even more brittle.
[1]: https://github.com/influxdata/kapacitor/blob/v1.7.1/go.mod#L26
[2]: e7f7023848 (diff-96572e971d9e19b54290a434debbf7db054b21c9ce19035159542756ffb8ab87)
2023-11-26 19:56:30 +01:00
Austin Horstman
f9bc643137
yabai: fix x86_64 build
2023-11-26 12:54:58 -06:00
Robert Hensing
ecef65f019
Merge pull request #269970 from emilylange/nixos-containers-warning
...
nixos/containers: warn if containers are used but disabled
2023-11-26 19:39:32 +01:00
Valentin Gagarin
0efe7d42dc
Merge pull request #269942 from considerate/nixos-render-docs-header
2023-11-26 19:35:23 +01:00
Robert Hensing
a96187ad42
Merge pull request #248554 from Gabriella439/gabriella/fix_darwin_builder_working_directory
...
darwin.linuxBuilder: Fix working directory in documentation
2023-11-26 19:34:56 +01:00
Andrew Marshall
9670ddc543
zfs: default disable zfs_dmu_offset_next_sync to avoid data corruption
...
This helps mitigate a data corruption bug. This was previously defaulted
to zero prior to upstream commit
05b3eb6d232009db247882a39d518e7282630753, and it is already a tunable,
so doing this seems safe. Initially data corruption was thought to be
introduced with v2.2, but further upstream investigation currently
believes that changes in v2.2 only exacerbated the issue that already
existed.
A longer-term fix is likely to be
https://github.com/openzfs/zfs/pull/15571 , though that is not yet
merged. The zfs_2_1 package has already backported that, so do not apply
the tunable default change there.
Positioning of `extraPatches` is to avoid merge conflicts with
https://github.com/NixOS/nixpkgs/pull/269097 .
Patch is nearly identical to the [Gentoo][1] patch, but better patch
formatting.
See https://github.com/openzfs/zfs/issues/11900
See https://github.com/openzfs/zfs/issues/15526
[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/zfs-kmod/files/zfs-kmod-2.2.1-Disable-zfs_dmu_offset_next_sync-tunable-by-default.patch
2023-11-26 13:29:41 -05:00
hatredholder
0c153f5611
mods: 0.2.0 -> 1.1.0
2023-11-26 18:28:29 +00:00
Peder Bergebakken Sundt
6d092c0d04
Merge pull request #268784 from h7x4/pkgs-fix-zsteg
...
zsteg: 0.2.2 -> 0.2.13, fixing missing runtime dependency, update meta
2023-11-26 19:17:03 +01:00