Commit graph

450122 commits

Author SHA1 Message Date
Jörg Thalheim
ed802694f7
Merge pull request #212094 from Mic92/nix-eval-jobs
nix-eval-jobs: 2.12.0 -> 2.12.1
2023-01-31 14:02:09 +00:00
Weijia Wang
5f83b5d199
Merge pull request #208801 from LeSuisse/multipath-tools-0.9.4
multipath-tools: 0.9.3 -> 0.9.4
2023-01-31 14:57:49 +01:00
Weijia Wang
ea4c029b80
Merge pull request #213294 from r-ryantm/auto-update/rpcs3
rpcs3: 0.0.26-14599-d3183708e -> 0.0.26-14637-c471120a8
2023-01-31 14:54:38 +01:00
Weijia Wang
ce27669f34
Merge pull request #210772 from eliandoran/dev/trilium-desktop/darwin
trilium-desktop: add darwin support
2023-01-31 14:54:13 +01:00
Jörg Thalheim
c4122becaa
Merge pull request #212976 from Mic92/remote-pdb
python3.pkgs.remote-pdb: init at 2.1.0
2023-01-31 13:52:19 +00:00
Weijia Wang
9ce91b566a
Merge pull request #213753 from r-ryantm/auto-update/t-rec
t-rec: 0.7.5 -> 0.7.6
2023-01-31 14:51:22 +01:00
Mostly Void
284c674525
spotify-player: add meta.mainProgram 2023-01-31 19:19:15 +05:30
Erik Arvstedt
a7d112b30a
nixos/paperless: Reindex documents after updating to 1.12.x
This causes a reindex of all documents to allow for comments made before
1.12.x to be searchable.

Also change the format of the version file to just include the version,
not the whole store path.
This simplifies version comparisons and causes migrations to run only
when the version has changed.

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-01-31 14:43:36 +01:00
Michael Adler
eb7c0a38db goreleaser: 1.14.1 -> 1.15.0 2023-01-31 14:42:04 +01:00
Artturin
c4597fef1d deterministic-uname: add missing whitespace 2023-01-31 14:55:11 +02:00
Artturi
e15d68cb21
Merge pull request #211254 from wucke13/add-cross-derivations 2023-01-31 14:51:20 +02:00
Maximilian Bosch
e6ad298b7c
Merge pull request #213392 from Ma27/grafana-fix-provision-test
nixos/tests/grafana/provision: fix test
2023-01-31 13:49:28 +01:00
Mario Rodas
aefde6e88a
Merge pull request #213701 from marsam/update-plpgsql_check
postgresqlPackages.plpgsql_check: 2.2.6 -> 2.3.0
2023-01-31 07:34:34 -05:00
Weijia Wang
292417b084
Merge pull request #213751 from r-ryantm/auto-update/praat
praat: 6.3.04 -> 6.3.05
2023-01-31 13:31:11 +01:00
Artturi
d289affac3
Merge pull request #213609 from lschuermann/dev/criu-cross-compile 2023-01-31 14:12:40 +02:00
Artturi
856e4d8726
Merge pull request #208148 from wernerb/patch-1 2023-01-31 14:11:24 +02:00
R. Ryantm
b52ae04b63 glooctl: 1.13.3 -> 1.13.4 2023-01-31 11:56:17 +00:00
Weijia Wang
d86ee8db4b
Merge pull request #213684 from wegank/bip-utils-pysha3
python311Packages.bip_utils: fix build
2023-01-31 12:54:03 +01:00
Nick Cao
db77921d65
Merge pull request #205118 from SharzyL/fix-openconnect-protocol
nixos/openconnect: support alternative protocol
2023-01-31 19:53:53 +08:00
Artturi
8fa665a7c8
Merge pull request #213515 from hw-lunemann/mullvad-vpn-wayland-dep 2023-01-31 13:48:43 +02:00
Martin Weinelt
64f0b90839
Merge pull request #210453 from sweenu/firefox/enable_tts
firefox: option to enable speech synthesis
2023-01-31 11:39:18 +00:00
Nick Cao
17fc5c2933
Merge pull request #212056 from r-ryantm/auto-update/pidgin
pidgin: 2.14.10 -> 2.14.12
2023-01-31 19:37:56 +08:00
Nick Cao
eded1b659b
Merge pull request #213305 from r-ryantm/auto-update/flacon
flacon: 9.5.1 -> 10.0.0
2023-01-31 19:35:52 +08:00
Artturi
32907ff26a
Merge pull request #210492 from zendo/fix/ydict 2023-01-31 13:34:20 +02:00
Mario Rodas
9d47951678
Merge pull request #210009 from Izorkin/update-ngtcp2
ngtcp2: 0.12.0 -> 0.12.1
2023-01-31 06:25:09 -05:00
Vladimír Čunát
7ef4ffac07
Merge #211971: python3Packages.nghttp2: fix build 2023-01-31 12:21:16 +01:00
Mario Rodas
acdec1e889
Merge pull request #210716 from Misterio77/sqlcl-22-4
sqlcl: 22.3.1 -> 22.4.0.342.1212
2023-01-31 06:20:23 -05:00
Nick Cao
a5100a04fa
Merge pull request #213750 from superherointj/add-superherointj-as-maintainer
maintainers: add superherointj
2023-01-31 19:19:06 +08:00
R. Ryantm
870c44295a t-rec: 0.7.5 -> 0.7.6 2023-01-31 11:19:04 +00:00
Leon Schuermann
f9a1d83cdb criu: support cross-compile for armv7l and aarch64
This fixes the `criu` package to support cross-compilation to armv7l
and aarch64 architectures (tested on an x86 build host). `criu`
requires some additional flags to be passed to its Makefile
infrastructure to hint at the target architecture. It further requires
a few dependencies to be executed on the build host, hence moving them
to `depsBuildBuild`.

Signed-off-by: Leon Schuermann <leon@is.currently.online>
2023-01-31 13:18:13 +02:00
Mario Rodas
81f4d73fcf
Merge pull request #211200 from LostAttractor/yesplaymusic
yesplaymusic: init at 0.4.5
2023-01-31 06:17:18 -05:00
Mario Rodas
cf95cb2e31
Merge pull request #211503 from dotlambda/pybind11-2.10.3
python310Packages.pybind11: 2.10.2 -> 2.10.3
2023-01-31 06:09:37 -05:00
R. Ryantm
6616e69312 praat: 6.3.04 -> 6.3.05 2023-01-31 11:08:00 +00:00
Mario Rodas
996c7879db
Merge pull request #212259 from SuperSandro2000/libgit2
libgit2: 1.5.0 -> 1.5.1
2023-01-31 06:03:13 -05:00
Mario Rodas
88e12d64b6
Merge pull request #212379 from fabaff/jaraco-context-bump
python310Packages.jaraco-context: 4.2.0 -> 4.3.0
2023-01-31 06:02:16 -05:00
Mario Rodas
a303f8c765
Merge pull request #212770 from SuperSandro2000/dnscontrol
dnscontrol: 3.24.0 -> 3.25.0
2023-01-31 06:00:25 -05:00
Mario Rodas
9d2f5b32cb
Merge pull request #213054 from mcwitt/opensearch-py
python310Packages.opensearch-py: init at 2.1.1
2023-01-31 05:58:47 -05:00
Mario Rodas
eeb802b7b8
Merge pull request #208250 from idontgetoutmuch/postgres-extension-pgaudit
postgresqlPackages.pgaudit: init at 1.7.0
2023-01-31 05:58:28 -05:00
superherointj
1c17da5148 fluxcd: add superherointj as maintainer 2023-01-31 07:54:29 -03:00
superherointj
2fa6c09924 k3s: add superherointj as maintainer 2023-01-31 07:54:28 -03:00
superherointj
4a3a31a70d maintainers: add superherointj 2023-01-31 07:54:28 -03:00
Mario Rodas
cbe5ae1e34
Merge pull request #213119 from fabaff/dacite-bump
python310Packages.dacite: 1.7.0 -> 1.8.0
2023-01-31 05:52:25 -05:00
Mario Rodas
557460f187
Merge pull request #213733 from yanganto/leftwm
leftwm: 0.4.0 -> 0.4.1
2023-01-31 05:50:10 -05:00
Mario Rodas
46597193f7
Merge pull request #213741 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.45.0 -> 1.46.0
2023-01-31 05:49:28 -05:00
Weijia Wang
cba3902af7
Merge pull request #213745 from 06kellyjac/nerdctl
nerdctl: 1.1.0 -> 1.2.0
2023-01-31 11:42:04 +01:00
Weijia Wang
af2735dfb2
Merge pull request #213716 from aaronjheng/syft
syft: 0.68.1 -> 0.69.0
2023-01-31 11:33:29 +01:00
Weijia Wang
20f1d6ff72
Merge pull request #213748 from r-ryantm/auto-update/python310Packages.azure-mgmt-recoveryservicesbackup
python310Packages.azure-mgmt-recoveryservicesbackup: 5.0.0 -> 5.1.0
2023-01-31 11:30:42 +01:00
Weijia Wang
5bc42e957c python311Packages.bip_utils: fix build 2023-01-31 11:29:33 +01:00
Weijia Wang
17c72bb46b
Merge pull request #213749 from r-ryantm/auto-update/jackett
jackett: 0.20.2732 -> 0.20.2782
2023-01-31 11:22:05 +01:00
Sascha Grunert
3d80075d54 conmon-rs: 0.4.0 -> 0.5.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-31 20:21:44 +10:00