Commit Graph

381261 Commits

Author SHA1 Message Date
Mario Rodas
95be27a95a
Merge pull request #174994 from emmanuelrosa/sparrow-update
sparrow: 1.6.4 -> 1.6.5
2022-05-28 11:28:36 -05:00
Mario Rodas
27369d103c
Merge pull request #174892 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.42.1 -> 0.43.0
2022-05-28 11:19:17 -05:00
Mario Rodas
7d179051fc
Merge pull request #173835 from aaronjheng/check-flags
Stop using ineffective check flags
2022-05-28 11:12:56 -05:00
Mario Rodas
ac5e91ffb2
Merge pull request #174925 from r-ryantm/auto-update/folly
folly: 2022.05.16.00 -> 2022.05.23.00
2022-05-28 11:11:31 -05:00
Mario Rodas
89ee9881d7
Merge pull request #174947 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.41.0 -> 0.41.1
2022-05-28 11:08:45 -05:00
Gabriel Ebner
7c2d921596
Merge pull request #175139 from gebner/digimend10
linuxPackages.digimend: unstable-2019-06-18 -> 10
2022-05-28 18:03:15 +02:00
R. Ryantm
057d566979 avrdudess: 2.13 -> 2.14 2022-05-28 18:00:12 +02:00
Artturi
d484bb7bb1
Merge pull request #173914 from Atemu/colima-embed-version
colima: embed version and git revision
2022-05-28 18:49:15 +03:00
Mario Rodas
858a212314
Merge pull request #175135 from marsam/update-rqbit
rqbit: 2.1.3 -> 2.1.4
2022-05-28 10:22:38 -05:00
Sandro
fa66e6d444
Merge pull request #175109 from rski/gopls0.8.4
gopls: 0.8.3 -> 0.8.4
2022-05-28 17:12:59 +02:00
Gabriel Ebner
ddf273588e linuxPackages.digimend: unstable-2019-06-18 -> 10 2022-05-28 16:47:39 +02:00
Sandro
c017fda0a3
Merge pull request #175019 from SuperSandro2000/django-model-utils 2022-05-28 16:45:11 +02:00
Sandro
3770e4f913
python310Packages.webauthn: init at 1.5.2 (#175018)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-05-28 16:44:51 +02:00
Sandro
439947dcca
Merge pull request #175051 from SuperSandro2000/dnscontrol
dnscontrol: 3.16.0 -> 3.16.1
2022-05-28 16:44:01 +02:00
Aaron L. Zeng
08a7dbcf88 ocamlPackages.tar*: 1.1.0 -> 2.0.1 2022-05-28 15:57:37 +02:00
Sandro
bdc6e51bd6
Merge pull request #174197 from romildo/upd.xfce4-terminal
xfce.xfce4-terminal: 1.0.3 -> 1.0.4
2022-05-28 15:52:38 +02:00
Fabian Affolter
e8e8212ed6
Merge pull request #175118 from r-ryantm/auto-update/python310Packages.bc-python-hcl2
python310Packages.bc-python-hcl2: 0.3.41 -> 0.3.42
2022-05-28 15:48:13 +02:00
Brian McKenna
cf74f5d089 doas: fix cross-compilation 2022-05-28 08:02:31 -05:00
Alexander Bantyev
535031c472
Merge pull request #174992 from azahi/mars-fix
mars: fix build
2022-05-28 16:57:18 +04:00
Maximilian Bosch
fd57780d9c
Merge pull request #175068 from dotlambda/gpg-tui-0.9.0
gpg-tui: 0.8.3 -> 0.9.0
2022-05-28 14:33:42 +02:00
Arnout Engelen
592165deec
Merge pull request #175108 from raboof/contributing-md-document-using-backporting-labels
docs: document using labels for backporting in CONTRIBUTING.md
2022-05-28 14:30:44 +02:00
Florian Klink
8707ec2798
Merge pull request #174167 from chivay/saleae
nixos/saleae-logic: init
2022-05-28 14:30:32 +02:00
R. Ryantm
187f117305 python310Packages.bc-python-hcl2: 0.3.41 -> 0.3.42 2022-05-28 12:01:22 +00:00
Arnout Engelen
d73290c6dd
CONTRIBUTING.md: document using labels for backporting 2022-05-28 13:58:31 +02:00
Robert Scott
17b62c338f
Merge pull request #175039 from azahi/clingcon-fix
clingcon: fix build
2022-05-28 12:40:54 +01:00
Azat Bahawi
f35a5e2479
mars: fix build
Bumps the revision and fixes https://hydra.nixos.org/build/178082390
Mark the version as "unstable" because the latest official version does
not build and there are no new releases.
2022-05-28 14:34:05 +03:00
Martin Weinelt
c48756aae2
Merge pull request #172849 from waldheinz/systemd-boot-builder-downgrade
nixos/systemd-boot: fix systemd-boot-builder dowgrade to fail
2022-05-28 13:23:44 +02:00
Matthias Treydte
a30de3b849 nixos/systemd-boot: fix systemd-boot-builder dowgrade to fail
Since, 4ddc78818e systemd-boot-builder
is broken in two ways:

  * if no systemd-boot is currently installed *and* the NIXOS_INSTALL_BOOTLOADER
    env variable is not set, it will try to run "bootctl update", which will fail
  * if the currently installed systemd-boot version is newer than the version
    we're about to install, it will also try to run "bootctl update", which will fail

This patch changes the behaviour,

  * for the first case to still fail, but not even bother to try running
    "bootctl update" and instead erroring out with an exception
  * for the second case to leave the newer version in place, restoring
    the pre - 4ddc78818e behaviour

To do the proper version check a new "should_update" helper function was introduced,
mimicing the compare_product C function from bootctl. If the following systemd
issue gets resolved, we would have a nice way to get rid of this function:

> https://github.com/systemd/systemd/issues/23450

This change allows to again switch to a different NixOS configuration which contains
an older systemd-boot.

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2022-05-28 13:18:21 +02:00
Bobby Rong
a8ac96cd39
Merge pull request #174432 from r-ryantm/auto-update/cargo-geiger
cargo-geiger: 0.11.2 -> 0.11.3
2022-05-28 19:12:33 +08:00
Bobby Rong
a849e2c89e
Merge pull request #174158 from xfix/dolphin-5.0-16380
dolphin-emu-beta: 5.0-16101 -> 5.0-16380
2022-05-28 19:11:22 +08:00
Bobby Rong
de8bbe4098
Merge pull request #174993 from bryanasdev000/irpf-1.6
irpf: 2022-1.5 -> 2022-1.6
2022-05-28 19:09:17 +08:00
Felix Bühler
690dc4ed0b
Merge pull request #175082 from Stunkymonkey/vial-0.6
vial: 0.5.2 -> 0.6
2022-05-28 13:07:25 +02:00
7c6f434c
a6c4fc34a4
Merge pull request #174989 from AleXoundOS/lincity_ng
lincity_ng: 2.9beta.20170715 -> 2.9beta.20211125
2022-05-28 11:05:33 +00:00
7c6f434c
f504966acd
Merge pull request #174999 from patricksjackson/textadept11-11.3
textadept11: 11.1 -> 11.3
2022-05-28 11:05:03 +00:00
Bobby Rong
4125f6cefb
Merge pull request #174552 from r-ryantm/auto-update/dcmtk
dcmtk: 3.6.6 -> 3.6.7
2022-05-28 19:02:58 +08:00
Bobby Rong
d47074a16a
Merge pull request #174444 from r-ryantm/auto-update/chamber
chamber: 2.10.9 -> 2.10.10
2022-05-28 19:02:21 +08:00
Romanos Skiadas
584b8b9ccf gopls: 0.8.3 -> 0.8.4
Also add myself to maintainers
2022-05-28 14:00:47 +03:00
Bobby Rong
7bbd84e0be
Merge pull request #174836 from r-ryantm/auto-update/apkeep
apkeep: 0.12.0 -> 0.13.0
2022-05-28 19:00:21 +08:00
Fabian Affolter
6b7f22c0e6
Merge pull request #175094 from fabaff/step-cli-bump
step-cli: 0.19.0 -> 0.20.0
2022-05-28 12:52:08 +02:00
Fabian Affolter
195843aba4
Merge pull request #175098 from fabaff/ssldump-bump
ssldump: 1.4 -> 1.5
2022-05-28 12:51:53 +02:00
Fabian Affolter
626b42a496
Merge pull request #175100 from fabaff/stunnel-bump
stunnel: 5.63 -> 5.64
2022-05-28 12:51:47 +02:00
Fabian Affolter
e3a13e4c86
Merge pull request #175090 from fabaff/pypoolstation-bump
python310Packages.pypoolstation: 0.4.1 -> 0.4.2
2022-05-28 12:51:21 +02:00
Fabian Affolter
075bccccde
Merge pull request #175086 from fabaff/spacy-transformers-fix
python310Packages.spacy-transformers: relax transformers constraint
2022-05-28 12:51:02 +02:00
Fabian Affolter
6c09a1920a
Merge pull request #175088 from r-ryantm/auto-update/python3.10-dask-ml
python310Packages.dask-ml: 2022.1.22 -> 2022.5.27
2022-05-28 12:50:30 +02:00
Fabian Affolter
192ba1bf03
Merge pull request #175097 from r-ryantm/auto-update/python3.10-watermark
python310Packages.watermark: 2.3.0 -> 2.3.1
2022-05-28 12:50:01 +02:00
Bobby Rong
0f70e30a56
Merge pull request #174397 from r-ryantm/auto-update/armadillo
armadillo: 11.0.1 -> 11.1.1
2022-05-28 18:15:09 +08:00
Bobby Rong
d38af03686
Merge pull request #174419 from r-ryantm/auto-update/hydrus
hydrus: 483 -> 484
2022-05-28 18:12:33 +08:00
Bobby Rong
44893129f9
Merge pull request #174367 from r-ryantm/auto-update/asciigraph
asciigraph: 0.5.3 -> 0.5.5
2022-05-28 18:10:51 +08:00
R. Ryantm
d77b9e43eb evolution-data-server: 3.44.1 -> 3.44.2 2022-05-28 12:09:00 +02:00
Fabian Affolter
96cd229248
Merge pull request #175064 from r-ryantm/auto-update/python3.10-pysqueezebox
python310Packages.pysqueezebox: 0.5.5 -> 0.6.0
2022-05-28 12:08:33 +02:00