Commit Graph

429058 Commits

Author SHA1 Message Date
Nicolas Benes
c99cfce6ad tor-browser-bundle-bin: 11.5.7 -> 11.5.8
https://blog.torproject.org/new-release-tor-browser-1158/
2022-11-23 21:45:37 +01:00
Cole Helbling
42337aad35
Merge pull request #201676 from DeterminateSystems/ec2-metadata-fetch-nofail 2022-11-23 11:12:26 -08:00
Robert Scott
cb8f2dd69c
Merge pull request #202171 from r-ryantm/auto-update/cfitsio
cfitsio: 4.1.0 -> 4.2.0
2022-11-23 19:02:59 +00:00
Arthur Gautier
f9cdaba46e part ways with leaveDotGit 2022-11-23 10:46:47 -08:00
Arthur Gautier
4415baddd8 zlint: apply review's comment 2022-11-23 10:46:47 -08:00
Arthur Gautier
1462c3cc48 zlint: init at 3.4.0 2022-11-23 10:46:47 -08:00
Fabian Affolter
fcccb8b89c
Merge pull request #202551 from fabaff/sensor-state-data-bump
python310Packages.sensor-state-data: 2.12.0 -> 2.12.1
2022-11-23 19:03:00 +01:00
Fabian Affolter
8c814b2f3e
Merge pull request #202552 from fabaff/pytenable-bump
python310Packages.pytenable: 1.4.9 -> 1.4.10
2022-11-23 19:02:49 +01:00
Fabian Affolter
a7de323d6e
Merge pull request #202556 from fabaff/aiohomekit-bump
python310Packages.aiocoap: 0.4.4 -> 0.4.5, python310Packages.aiohomekit: 2.3.0 -> 2.3.1
2022-11-23 19:02:38 +01:00
Fabian Affolter
d46f639daf
Merge pull request #202557 from fabaff/griffe-bump
python310Packages.griffe: 0.24.0 -> 0.24.1
2022-11-23 19:02:27 +01:00
Fabian Affolter
ae2ec3cd70
Merge pull request #202444 from fabaff/crackmapexec-bump
crackmapexec: 5.3.0 -> 5.4.0
2022-11-23 19:02:17 +01:00
figsoda
176d2084b5
Merge pull request #202516 from ncfavier/rofimoji
rofimoji: 5.6.0 -> 6.0.0
2022-11-23 12:54:28 -05:00
Naïm Favier
3efbc1f9e5
rofimoji: install man page 2022-11-23 18:35:09 +01:00
Naïm Favier
90e22fde4b
rofimoji: 5.6.0 -> 6.0.0
https://github.com/fdw/rofimoji/releases/tag/6.0.0

Adds support for emoji v15.
2022-11-23 18:34:53 +01:00
Fabian Affolter
579ec5c894 python310Packages.griffe: 0.24.0 -> 0.24.1
Changelog: https://github.com/mkdocstrings/griffe/blob/0.24.1/CHANGELOG.md
2022-11-23 18:05:35 +01:00
Fabian Affolter
d37848e5c0 python310Packages.griffe: add changelog to meta 2022-11-23 18:05:02 +01:00
Vincent Laporte
58930f0b7f ocamlPackages.mtime: 1.2.0 → 1.4.0 2022-11-23 18:04:54 +01:00
Fabian Affolter
e57f897d25 python310Packages.aiohomekit: 2.3.0 -> 2.3.1
Changelog: https://github.com/Jc2k/aiohomekit/releases/tag/2.3.1
2022-11-23 17:58:21 +01:00
figsoda
bb7b27d1cf
Merge pull request #202440 from SuperSandro2000/maintainer-sort
maintainer-list.nix: sort
2022-11-23 11:58:14 -05:00
Fabian Affolter
4edf9edaf4 python310Packages.aiocoap: 0.4.4 -> 0.4.5
Changelog: https://github.com/chrysn/aiocoap/blob/0.4.5/NEWS
2022-11-23 17:57:11 +01:00
Fabian Affolter
14791e09aa python310Packages.aiocoap: add changelog to meta 2022-11-23 17:56:13 +01:00
Fabian Affolter
6380834436 python310Packages.aiohomekit: add changelog to meta 2022-11-23 17:52:24 +01:00
figsoda
7a0576fb7e
Merge pull request #202524 from r-ryantm/auto-update/yad
yad: 12.0 -> 12.1
2022-11-23 11:44:18 -05:00
Fabian Affolter
9b6a2e2fc4
Merge pull request #202474 from r-ryantm/auto-update/python310Packages.lxmf
python310Packages.lxmf: 0.2.4 -> 0.2.5
2022-11-23 17:37:55 +01:00
7c6f434c
3f5b946d19
Merge pull request #202537 from r-ryantm/auto-update/advancecomp
advancecomp: 2.3 -> 2.4
2022-11-23 16:35:18 +00:00
7c6f434c
31e618d210
Merge pull request #202406 from r-ryantm/auto-update/opensmt
opensmt: 2.4.2 -> 2.4.3
2022-11-23 16:30:40 +00:00
Linus Heckemann
36ca2b495f nixos/ec2: use only curl in metadata fetcher, log to console
We don't need both wget and curl, so let's use only curl (which is
part of a minimal NixOS closure, unlike wget).

Logging to the console is helpful for debugging.
2022-11-23 17:19:16 +01:00
Linus Heckemann
6fb582e030 ec2-metadata-fetcher: ignore failure when fetching metadata parts
Instances without SSH keys configured will receive a 404 from the
metadata server when attempting to fetch an SSH key. This is not an
actual problem though, and shouldn't result in the service failing.

If the metadata server cannot be reached, the script will fail at an
earlier stage when attempting to get authentication data.
2022-11-23 17:19:16 +01:00
Linus Heckemann
eddfcf8622 amazon-image: fetch metadata only in stage-2
This also removes automatic enablement/mounting of instance store swap
devices and ext3 filesystems. This behaviour is strongly opinionated
and shouldn't be enabled by default.

The unionfs behaviour never took effect anyway, because the AMI
manifest path only exists for instance store-backed AMIs, which have
not been supported by nixpkgs since
84742e2293 (2019).
2022-11-23 17:19:13 +01:00
Linus Heckemann
24e33a4d2e nixos/ec2: remove paravirtualization-specific code
Paravirtualized EC2 instances haven't been supported since 2017.
It's safe to remove this now.
2022-11-23 17:18:18 +01:00
Thomas Tuegel
5931cbe8ae
Merge pull request #198396 from harrisonthorne/palapeli
palapeli: init at 22.08.2
2022-11-23 10:16:03 -06:00
Fabian Affolter
f97b4920b9
python310Packages.lxmf: add chagnelog to meta 2022-11-23 17:14:40 +01:00
Fabian Affolter
e977728a5b python310Packages.pytenable: 1.4.9 -> 1.4.10
Changelog: https://github.com/tenable/pyTenable/releases/tag/1.4.10
2022-11-23 17:02:55 +01:00
Fabian Affolter
d0732c9470 python310Packages.pytenable: add changelog to meta 2022-11-23 16:57:13 +01:00
Bobby Rong
8eab68f943
Merge pull request #199767 from h7x4/master
flutter, mozart: add h7x4 as maintainer
2022-11-23 23:56:47 +08:00
Fabian Affolter
d669354552 python310Packages.sensor-state-data: 2.12.0 -> 2.12.1
Changelog: https://github.com/Bluetooth-Devices/sensor-state-data/releases/tag/v2.12.1
2022-11-23 16:54:05 +01:00
Fabian Affolter
0781b24489 python310Packages.sensor-state-data: add changelog to meta 2022-11-23 16:53:29 +01:00
figsoda
c2d098a944
Merge pull request #202456 from figsoda/neoconf
vimPlugins.neoconf-nvim: init at 2022-11-22
2022-11-23 10:49:04 -05:00
Fabian Affolter
de19ca20c8
Merge pull request #202433 from r-ryantm/auto-update/python310Packages.googlemaps
python310Packages.googlemaps: 4.7.0 -> 4.7.3
2022-11-23 16:47:51 +01:00
Bobby Rong
0721276e2e
Merge pull request #202538 from datafoo/vscode-extensions.elixir-lsp.vscode-elixir-ls
vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.11.0 -> 0.12.0
2022-11-23 23:35:34 +08:00
Bobby Rong
66c2941977
Merge pull request #202169 from MayNiklas/todoist-electron-1.0.9
todoist-electron: 1.0.3 -> 1.0.9
2022-11-23 23:24:12 +08:00
R. Ryantm
31a73a2206 aliyun-cli: 3.0.135 -> 3.0.136 2022-11-23 23:21:47 +08:00
Bobby Rong
504c133a1f
Merge pull request #202303 from gador/xpaste-1.6
xpaste: 1.5 -> 1.6
2022-11-23 23:19:41 +08:00
Bobby Rong
fb48b7392d
Merge pull request #202447 from figsoda/pods
pods: 1.0.0-beta.7 -> 1.0.0-beta.8
2022-11-23 23:16:56 +08:00
Bobby Rong
a055963b72
Merge pull request #202530 from datafoo/vscode-extensions.streetsidesoftware.code-spell-checker
vscode-extensions.streetsidesoftware.code-spell-checker: 2.11.0 -> 2.11.1
2022-11-23 23:14:02 +08:00
Jakub Kozłowski
eb08fcf9b5
Merge pull request #202534 from DevInsideYou/pkg/heroku
heroku: 7.60.2 -> 7.66.4
2022-11-23 16:13:43 +01:00
Sandro
8a7f50dee4
Merge pull request #202520 from DarkDNA/fix/heisenbridge 2022-11-23 16:09:26 +01:00
Dmitry Bogatov
c0d004afa0 pkgsStatic.rcshist: fix static build
Add dependency on musl standalone implementation of "fts.h" in case of
pkgsMusl/pkgsStatic build; this interface is provided as part of libc
proper by glibc.
2022-11-23 10:03:59 -05:00
datafoo
62ff8337e1 vscode-extensions.elixir-lsp.vscode-elixir-ls: 0.11.0 -> 0.12.0 2022-11-23 15:57:47 +01:00
Mario Rodas
b3dd9ec268
Merge pull request #202523 from marsam/update-plpgsql_check
postgresqlPackages.plpgsql_check: 2.2.3 -> 2.2.4
2022-11-23 09:52:30 -05:00