Kirill Radzikhovskyy
993b24e1a1
postgresqlPackages.timescaledb: nixfmt
2024-11-20 17:23:20 +11:00
Kirill Radzikhovskyy
86706a140b
postgresqlPackages.timescaledb: 2.14.2 -> 2.17.2
...
Changes:
- https://github.com/timescale/timescaledb/releases/tag/2.17.2
- https://github.com/timescale/timescaledb/releases/tag/2.17.1
- https://github.com/timescale/timescaledb/releases/tag/2.17.0
- https://github.com/timescale/timescaledb/releases/tag/2.16.1
- https://github.com/timescale/timescaledb/releases/tag/2.16.0
- https://github.com/timescale/timescaledb/releases/tag/2.15.3
- https://github.com/timescale/timescaledb/releases/tag/2.15.2
- https://github.com/timescale/timescaledb/releases/tag/2.15.1
- https://github.com/timescale/timescaledb/releases/tag/2.15.0
squash
2024-11-20 17:23:11 +11:00
L-Trump
1418c2426b
siyuan: 3.1.8 -> 3.1.13
2024-11-20 14:19:25 +08:00
Aleksana
d0df7756df
upscaler: init at 1.4.0 ( #356497 )
2024-11-20 14:07:57 +08:00
R. Ryantm
db1dc023b7
httpdirfs: 1.2.6 -> 1.2.7
2024-11-20 05:23:07 +00:00
Silvan Mosberger
72f462bdba
pkgs/top-level/release.nix: Don't include non-Hydra attributes with attrNamesOnly
...
The attrNamesOnly feature is used by
pkgs/top-level/release-attrpaths-superset.nix to return a superset of
all attributes that might be built by Hydra.
Before this change it would include all attribute paths to derivations that could
be found recursively, ignoring the recurseForDerivations and
recurseForRelease attributes that control Hydra's recursion.
This had the effect that it would end up with ~266000 attributes, most of which definitely won't be built by Hydra. We can remove those while staying true to the superset notion to end up with just ~97000, a reduction of ~63.6%! This also comes with an eval time reduction from 31.7s to 18.7s (-41.0%)!
As an example, all derivations in pypy310Packages don't get included
anymore, because it doesn't have a `.recurseForDerivations` set.
As a nice side effect, with `--arg enableWarnings false`, no more
warnings are printed, because things like
`checkpointBuildTools.mkCheckpointedBuild` (which is deprecated) isn't
being recursed to anymore.
2024-11-20 06:22:07 +01:00
R. Ryantm
ca8c96e778
ocamlPackages.x509: 1.0.4 -> 1.0.5
2024-11-20 04:47:22 +00:00
R. Ryantm
6bf67e7301
hyprutils: 0.2.5 -> 0.2.6
2024-11-20 04:40:17 +00:00
Lin Jian
5a27cc051d
maintainers: update email for cloudripper ( #357459 )
2024-11-20 11:56:32 +08:00
cloudripper
97fc62f6c7
maintainers: update email for cloudripper
2024-11-19 19:30:08 -08:00
R. Ryantm
975d598911
libretro.mesen: unstable-2024-06-09 -> unstable-2024-10-21
2024-11-20 03:23:29 +00:00
R. Ryantm
79dee6b25a
libretro.dosbox-pure: unstable-2024-09-28 -> unstable-2024-11-16
2024-11-20 03:22:02 +00:00
Yt
ef58249afd
python312Packages.transformers: 4.46.2 -> 4.46.3 ( #357179 )
2024-11-19 21:47:30 -05:00
Emily
1a32ccd82f
febio: 4.7 -> 4.8; febio-studio: 2.7 -> 2.8.1 ( #357044 )
2024-11-20 02:44:32 +00:00
Tristan Ross
54300c25d8
llvmPackages_19: 19.1.3 -> 19.1.4
2024-11-19 18:30:54 -08:00
Lin Jian
8c6ead6774
alist: 3.38.0 -> 3.39.2 ( #356776 )
2024-11-20 10:25:28 +08:00
Victor Engmark
9256f91881
nixos/goatcounter: Fix typo in link
2024-11-20 15:20:57 +13:00
R. Ryantm
9e5fd6fb86
libretro.fmsx: unstable-2024-06-28 -> unstable-2024-10-21
2024-11-20 02:09:14 +00:00
R. Ryantm
727db04acd
havn: 0.1.13 -> 0.1.16
2024-11-20 02:00:00 +00:00
emilylange
eaa1bb9980
chromium,chromedriver: 131.0.6778.69 -> 131.0.6778.85
...
https://chromereleases.googleblog.com/2024/11/stable-channel-update-for-desktop_19.html
This update includes 3 security fixes.
CVEs:
CVE-2024-11395
2024-11-20 02:00:20 +01:00
Austin Horstman
8f4995f169
febio-studio: 2.7 -> 2.8.1
2024-11-19 18:41:50 -06:00
Austin Horstman
54c4207c53
febio: 4.7 -> 4.8
2024-11-19 18:41:50 -06:00
Austin Horstman
5261c3cda1
{febio, febio-studio}: darwin sdk refactor; fix qt 6.8 build ( #352943 )
2024-11-19 18:39:40 -06:00
Robert Schütz
950625e87d
pure-maps: 3.3.0 -> 3.4.0
...
Diff: https://github.com/rinigus/pure-maps/compare/3.3.0...3.4.0
Changelog: https://github.com/rinigus/pure-maps/blob/3.4.0/NEWS.md
2024-11-19 16:35:01 -08:00
Robert Schütz
43fd10564f
s2geometry: 0.9.0 -> 0.11.1
...
Diff: https://github.com/google/s2geometry/compare/v0.9.0...v0.11.1
Changelog: https://github.com/google/s2geometry/releases/tag/v0.10.0
https://github.com/google/s2geometry/releases/tag/v0.11.0
https://github.com/google/s2geometry/releases/tag/v0.11.1
2024-11-19 16:35:01 -08:00
Robert Schütz
c4009cf979
libsForQt5.mapbox-gl-qml: 2.1.1 -> 3.0.0
...
Diff: https://github.com/rinigus/mapbox-gl-qml/compare/2.1.1...3.0.0
Changelog: https://github.com/rinigus/mapbox-gl-qml/releases/tag/3.0.0
2024-11-19 16:35:00 -08:00
Robert Schütz
3b8d5ba32a
libsForQt5.maplibre-native-qt: init at 3.0.0
2024-11-19 16:35:00 -08:00
Robert Schütz
1bbc9c2d23
qt6Packages.maplibre-native-qt: init at 3.0.0
2024-11-19 16:35:00 -08:00
Robert Schütz
4ba8b30cb0
igraph: 0.10.13 -> 0.10.15 ( #354144 )
2024-11-19 16:30:53 -08:00
Luana
cc671e2b6b
nixos/porn-vault: init module
2024-11-19 21:11:40 -03:00
Austin Horstman
1cbb18a94a
komikku: 1.62.0 -> 1.63.0 ( #356835 )
2024-11-19 17:56:26 -06:00
Austin Horstman
c331ca2f35
tart: 2.19.3 -> 2.20.2 ( #357069 )
2024-11-19 17:50:27 -06:00
Robert Schütz
0503d76d61
deltatouch: 1.6.0 -> 1.8.0
...
Diff: https://codeberg.org/lk108/deltatouch.git/compare/v1.6.0...v1.8.0
Changelog: https://codeberg.org/lk108/deltatouch/src/tag/v1.8.0/CHANGELOG
2024-11-19 15:47:03 -08:00
Austin Horstman
9342b5d01c
gurk-rs: 0.5.1 -> 0.5.2 ( #356353 )
2024-11-19 17:40:15 -06:00
Weijia Wang
0748a9a5ce
scalp: unstable-2022-03-15 -> 0-unstable-2024-08-28 ( #355476 )
2024-11-20 00:39:27 +01:00
Florian Klink
0e29f00608
qdigidoc: fix TSL loading
...
These are what's used to regularly push new certificate fingerprints to
clients, so we need to keep the original URL configured.
Use the same approach as fedora, ship an "initial" TSL as a patch, and
also patch out the downloading part during the build phase.
This seems to reliably get ID Card and SmartID signing to work again.
Fixes #334397 .
Fixes #307927 .
2024-11-20 01:38:18 +02:00
Yt
e973c8a041
python3Packages.django-filingcabinet: init at 0-unstable-2024-11-15 ( #355390 )
2024-11-19 18:34:45 -05:00
7c6f434c
40ffbfdc9e
remind: 05.00.07 -> 05.01.01 ( #356987 )
2024-11-19 23:23:38 +00:00
7c6f434c
45573a309c
xtreemfs: fix, format ( #356725 )
2024-11-19 23:21:24 +00:00
Aaron Andersen
7e897232c9
kodiPackages.jellyfin: 1.0.5 -> 1.0.6 ( #357150 )
2024-11-19 18:11:35 -05:00
Weijia Wang
27bc5d4ffa
unrar: 7.0.9 -> 7.1.1 ( #354876 )
2024-11-19 23:44:19 +01:00
R. Ryantm
c5f9f66737
libretro.beetle-wswan: unstable-2024-06-28 -> unstable-2024-10-21
2024-11-19 22:41:23 +00:00
R. Ryantm
a8b460a1b2
libretro.nxengine: unstable-2024-06-28 -> unstable-2024-10-21
2024-11-19 22:24:57 +00:00
R. Ryantm
47076ad186
libretro.fceumm: unstable-2024-09-23 -> unstable-2024-10-16
2024-11-19 22:23:03 +00:00
R. Ryantm
b3ad0735d2
libretro.bsnes-hd: unstable-2023-04-26 -> unstable-2024-10-21
2024-11-19 22:18:18 +00:00
Weijia Wang
fe58058517
freefilesync: 13.7 -> 13.8 ( #354976 )
2024-11-19 23:15:26 +01:00
Pol Dellaiera
ce346ad65f
docker-compose: 2.30.0 -> 2.30.3 ( #356765 )
2024-11-19 22:56:54 +01:00
Pol Dellaiera
9fa90c07cc
obsidian: 1.7.6 -> 1.7.7 ( #357028 )
2024-11-19 22:56:13 +01:00
Sandro
4310011ecd
audiobookshelf: 2.16.2 -> 2.17.1 ( #357085 )
2024-11-19 22:53:43 +01:00
Weijia Wang
5bdc0862bf
wordpress: 6.6.2 -> 6.7 ( #356449 )
2024-11-19 22:44:51 +01:00