Jörg Thalheim
8910013277
dendrite: 0.8.8 -> 0.8.9
2022-07-05 14:03:04 -03:00
kilianar
2a478c942a
broot: 1.13.3 -> 1.14.0
...
https://github.com/Canop/broot/releases/tag/v1.14.0
2022-07-05 13:52:22 -03:00
José Romildo
68cc57cce1
nixos/qt5ct: remove enable option and suggests qt5.platformTheme
...
This module should be removed after a nixos release cycle
2022-07-05 13:50:42 -03:00
Claudio Bley
097b70ec5c
wtf: Set meta.mainProgram
to "wtfutil"
...
This allows one to `nix run nixpkgs#wtf`.
2022-07-05 13:49:05 -03:00
kilianar
2f19bff1b1
kopia: 0.11.0 -> 0.11.1
...
https://github.com/kopia/kopia/releases/tag/v0.11.1
2022-07-05 13:41:03 -03:00
José Romildo
47ba8cdcc7
nixos/qt5: add maintainer
2022-07-05 13:34:20 -03:00
Thomas Tuegel
cef9b74127
Merge pull request #180235 from SuperSamus/bismuth
...
libsForQt5.bismuth: 3.1.1 -> 3.1.2
2022-07-05 11:18:05 -05:00
Bernardo Meurer
029ae63283
Merge pull request #180236 from K900/wireplumber-update
...
wireplumber: 0.4.10 -> 0.4.11
2022-07-05 09:16:38 -07:00
Bernardo Meurer
8fa7ecd23a
Merge pull request #180246 from b-zee/master
...
blueman: 2.2.5 -> 2.3
2022-07-05 09:16:00 -07:00
Bernardo Meurer
fc1c7d9ce2
Merge pull request #180249 from NixOS/1password
...
_1password-gui: 8.7.1 -> 8.7.3
2022-07-05 09:15:35 -07:00
Maxine Aubrey
04d6b89bcc
_1password-gui-beta: 8.8.0-119.BETA -> 8.8.0-165.BETA
2022-07-05 17:47:25 +02:00
Maxine Aubrey
11c38f0a6b
_1password-gui: 8.7.1 -> 8.7.3
2022-07-05 17:47:02 +02:00
Sandro
4aa2bb7d3e
Merge pull request #180239 from kilianar/udocker
...
udocker: fix build failure
2022-07-05 17:44:16 +02:00
Sandro
15ce383c0c
Merge pull request #180129 from wahjava/update-got
...
got: 0.70 -> 0.73
2022-07-05 17:38:14 +02:00
R. Ryantm
b28aebf8bb
python310Packages.splinter: 0.18.0 -> 0.18.1
2022-07-05 15:30:18 +00:00
R. Ryantm
4b3793e092
python310Packages.rflink: 0.0.62 -> 0.0.63
2022-07-05 15:15:49 +00:00
Benno Zeeman
a711154889
blueman: 2.2.5 -> 2.3
...
Removed libappindicator dependency, which according to their changelog
has been replaced with a "DBus StatusNotifierItem"
2022-07-05 16:54:44 +02:00
José Romildo
a264a86d93
nixos/qt5: add qt5ct as a possible platform theme
2022-07-05 11:15:19 -03:00
Sumner Evans
8c5079ef3e
matrix-synapse: 1.61.1 -> 1.62.0
...
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-05 07:44:46 -06:00
Sumner Evans
5139952bef
matrix-common: 1.1.0 -> 1.2.1
...
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2022-07-05 07:44:45 -06:00
kilianar
df23b42a9a
udocker: fix build failure
...
use_2to3 was removed from setuptools with version 58.0.0. There is an
upstream issue for this error
(https://github.com/indigo-dc/udocker/issues/358 ) and has been resolved
with commit
9f7d6c5f9a
.
We apply this commit as a patch.
Disable test_02__load_structure because it fails with a
unittest.mock.InvalidSpecError.
2022-07-05 15:36:33 +02:00
K900
75ec318b80
wireplumber: 0.4.10 -> 0.4.11
2022-07-05 16:30:29 +03:00
Martino Fontana
70dc91a415
libsForQt5.bismuth: 3.1.1 -> 3.1.2
2022-07-05 15:24:51 +02:00
Sandro
0cd5eefaec
Merge pull request #179192 from sersorrel/xcftools-cve-2019-5086
2022-07-05 14:59:35 +02:00
Bobby Rong
c5dfbb12b1
Merge pull request #179966 from r-ryantm/auto-update/cudatext
...
cudatext: 1.166.2 -> 1.166.5
2022-07-05 20:46:09 +08:00
Bobby Rong
43d66d071e
Merge pull request #180010 from chvp/bump-jdtls
...
jdt-language-server: 1.8.0 -> 1.13.0
2022-07-05 20:29:23 +08:00
Sandro
24768a1235
Merge pull request #179880 from XYenon/fix/topgrade
2022-07-05 14:18:41 +02:00
Kevin Cox
568d2e77f4
nixos.redis: Fix disabling of RDB persistence.
...
I was under the impression that setting `services.redis.servers.<name>.save = []` would disable RDB persistence as no schedule would mean no persistence. However since the code did not handle this case specially it actually results in no `save` setting being written and the internal Redis default is used.
This patch handles the empty case to disable RDB persistence.
Disabling RDB persistence is useful in a number of scenarios:
1. Using Redis in a pure-cache mode where persistence is not desired.
2. When using the (generally superior) AOF persistence mode this file is never read so there is little point to writing it.
3. When saving is handled manually
For more information see https://redis.io/docs/manual/persistence/
This is a breaking change as the user may have been relying on `[]` using Redis defaults. However I believe that updating the behaviour for the next release is beneficial as IMHO it is less surprising and does what the user would expect. I have added release notes to warn about this change.
2022-07-05 07:37:38 -04:00
Martin Hardselius
9dc9efefc4
jsonnet-language-server: init at 0.7.2
2022-07-05 13:28:39 +02:00
Robert Hensing
71a4f0dc3d
Merge pull request #180152 from helsinki-systems/feat/oldestsupportedrelease
...
lib/trivial: Update oldestSupportedRelease
2022-07-05 13:27:58 +02:00
Fabian Affolter
acffa71cd1
Merge pull request #180161 from totoroot/fix/pywinrm
...
pywinrm: remove optional insecure dependency (kerberos)
2022-07-05 13:10:06 +02:00
Maximilian Bosch
24b6540f33
Merge pull request #180020 from Ma27/synapse-admin-src
...
synapse-admin: source build
2022-07-05 13:03:14 +02:00
Maximilian Bosch
210deb57ac
Merge pull request #180092 from Ma27/linux-kernel-updates
...
Linux kernel updates 2022-07-04
2022-07-05 13:02:58 +02:00
Maximilian Bosch
67c091bf68
Merge pull request #180157 from lheckemann/rip
...
maintainers: remove elseym
2022-07-05 13:02:39 +02:00
Fabian Affolter
f3c4f804a0
Merge pull request #180205 from r-ryantm/auto-update/python3.10-typer
...
python310Packages.typer: 0.4.1 -> 0.4.2
2022-07-05 12:57:00 +02:00
Fabian Affolter
4ab86e09a7
Merge pull request #180208 from 06kellyjac/chain-bench
...
chain-bench: 0.0.3 -> 0.1.0
2022-07-05 12:56:30 +02:00
zowoq
8b0bc7ce83
slirp4netns: set strictDeps
2022-07-05 20:23:19 +10:00
zowoq
fb8e8ac918
fuse-overlayfs: set enableParallelBuilding/strictDeps
2022-07-05 20:23:19 +10:00
zowoq
8de4ffe811
crun: set strictDeps
2022-07-05 20:23:19 +10:00
zowoq
b71ee18bfd
conmon: set enableParallelBuilding/strictDeps
2022-07-05 20:23:19 +10:00
zowoq
58aad4ee03
catatonit: set enableParallelBuilding/strictDeps
2022-07-05 20:23:19 +10:00
maxine [they]
65753e14a3
Merge pull request #180200 from r-ryantm/auto-update/gnome.polari
2022-07-05 12:13:42 +02:00
maxine [they]
1cb8e9928e
Merge pull request #180199 from r-ryantm/auto-update/gnome.mutter
2022-07-05 12:13:29 +02:00
maxine [they]
64f1c98cbc
Merge pull request #180196 from r-ryantm/auto-update/gnome.gnome-shell-extensions
2022-07-05 12:13:18 +02:00
maxine [they]
5c9a900f82
Merge pull request #180195 from r-ryantm/auto-update/gnome.gnome-shell
2022-07-05 12:13:00 +02:00
Martin Weinelt
9082cc6ba0
Merge pull request #174219 from PhilippWoelfel/fix/nixos/calibre-web
...
nixos/calibre-web: Add quotes to test for calibre library
2022-07-05 12:07:47 +02:00
XYenon
01660583c0
topgrade: fix build on darwin
2022-07-05 17:57:26 +08:00
Michal Sojka
c30f978f23
trace-cmd: 3.0.3->3.1.1
2022-07-05 11:42:18 +02:00
kilianar
369ab30030
syncthing: 1.20.2 -> 1.20.3
...
https://github.com/syncthing/syncthing/releases/tag/v1.20.3
2022-07-05 11:29:43 +02:00
Frederik Rietdijk
fd92b92827
python3.pkgs.xarray: add missing packaging dependency
...
It's present during installation as it's propagated by the tools, but we
still need it at runtime.
2022-07-05 11:14:54 +02:00