Commit Graph

534688 Commits

Author SHA1 Message Date
Ryan Mulligan
a6ed803999
Merge pull request #260186 from r-ryantm/auto-update/insomnia
insomnia: 2023.5.7 -> 2023.5.8
2023-10-10 07:51:09 -07:00
R. Ryantm
ed53966fa8 kodiPackages.pvr-hts: 20.6.2 -> 20.6.3 2023-10-10 14:40:58 +00:00
7c6f434c
ac911bf685
Merge pull request #260117 from atorres1985-contrib/cdk
Cdk updates
2023-10-10 14:34:19 +00:00
Damien Cassou
fc16009786
Merge pull request #259054 from DamienCassou/iosevka-comfy-1.4.0 2023-10-10 16:25:06 +02:00
Weijia Wang
878106bc3c
Merge pull request #260070 from figsoda/typos
typos: 1.16.17 -> 1.16.18
2023-10-10 16:14:39 +02:00
Weijia Wang
a77ac5d0ec
Merge pull request #260198 from r-ryantm/auto-update/jotta-cli
jotta-cli: 0.15.89752 -> 0.15.93226
2023-10-10 16:13:50 +02:00
Soner Sayakci
b0427fc013
git-credential-oauth: 0.10.1 -> 0.11.0
Diff: https://github.com/hickford/git-credential-oauth/compare/v0.10.1...v0.11.0

Changelog: https://github.com/hickford/git-credential-oauth/releases/tag/v0.11.0
2023-10-10 16:13:41 +02:00
Weijia Wang
458728abe0
Merge pull request #260165 from vbgl/ocaml-cleaning-2023-10-10
ocamlPackages.{pprint,zelus-gtk}: disable for early versions of OCaml
2023-10-10 16:13:02 +02:00
Oliver Schmidt
d70633f91c lib.attrsets.attrsToList: add function
For transforming back between lists and attrsets, it makes sense to have
a quasi-inverse of `builtins.listToAttrs` available as a library
function.

Co-authored-by: Silvan Mosberger <github@infinisil.com>
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2023-10-10 16:11:01 +02:00
R. Ryantm
bd39164038 kissat: 3.1.0 -> 3.1.1 2023-10-10 14:10:55 +00:00
Mario Rodas
34ea795b4b
Merge pull request #260211 from r-ryantm/auto-update/clair
clair: 4.7.1 -> 4.7.2
2023-10-10 09:09:45 -05:00
Aaron Jheng
7017415bc0
okteto: 2.20.0 -> 2.21.0 2023-10-10 14:09:04 +00:00
Aaron Jheng
8b1d51a288
k6: 0.46.0 -> 0.47.0 2023-10-10 14:01:39 +00:00
Mario Rodas
8a6c901e87
Merge pull request #258864 from Kloenk/nload-darwin
nload: enable on darwin
2023-10-10 08:58:58 -05:00
Soner Sayakci
ba3b5ae180
shopware-cli: 0.3.4 -> 0.3.5
Diff: https://github.com/FriendsOfShopware/shopware-cli/compare/0.3.4...0.3.5

Changelog: https://github.com/FriendsOfShopware/shopware-cli/releases/tag/0.3.5
2023-10-10 15:48:50 +02:00
imlonghao
4a519fa142
borgmatic: 1.7.15 -> 1.8.1 2023-10-10 21:48:13 +08:00
Aaron Jheng
f7aba1b970
cargo-spellcheck: 0.13.0 -> 0.13.1 2023-10-10 13:39:51 +00:00
Weijia Wang
4d34cbeece cntk: drop 2023-10-10 10:38:21 -03:00
figsoda
10a800891b regex-cli: 0.1.0 -> 0.1.1
Diff: https://diff.rs/regex-cli/0.1.0/0.1.1
2023-10-10 09:37:32 -04:00
Mario Rodas
3d6868510d
Merge pull request #260027 from adamcstephens/tst/fix-darwin
tree-sitter-grammars: fix typst grammar on darwin
2023-10-10 08:36:27 -05:00
Mario Rodas
eb745fa4d7
Merge pull request #259734 from marsam/postgresql-update-extensions
postgresql: update extensions
2023-10-10 08:35:15 -05:00
Thiago Kenji Okada
549ff17f9d action-validator: init at 0.5.3 2023-10-10 14:35:02 +01:00
Christina Sørensen
ae3551fc8d
xsel: add maintainer cafkafk
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-10 15:08:56 +02:00
Christina Sørensen
397c1d8909
xsel: add meta.mainProgram
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-10 15:06:45 +02:00
Rebecca Kelly
e648d46465 nixos/users-groups: add user option to enable lingering
Adapted from
https://gist.github.com/graham33/fdbdcc18317a621d9dd54beb36be6683

Fixes #3702

Lingering users can still be managed mutably by root with `loginctl`,
but the settings here will take precedence when `nixos-rebuild` is run.
2023-10-10 08:53:48 -04:00
Jörg Thalheim
b7057368c8 systemd-boot-builder: add missing fsync in atomic writes
write(2) and close(2) doesn't ensure the file content actually got synched, so let's also fsync before doing the rename
2023-10-10 14:49:51 +02:00
Jörg Thalheim
8335022649 nixos/tests/systemd-boot: improve assertion error for update test 2023-10-10 14:49:51 +02:00
Jörg Thalheim
865a2cf8c1 Revert "nixos/systemd-boot: skip EFI update to 252"
This reverts commit 80665d606a.

Parsing the package version broke our systemd-boot builder test.

i.e. it won't be able to parse systemd-boot efi binaries coming from
ubuntu

We no longer use the faulty systemd-boot version so this code should no
longer be needed.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
b7fbd1ffd4 systemd-boot-builder: use regex prefix string
otherwise there are warnings for \.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
5ee9fdf929 systemd-boot-builder: use new builtin typing style 2023-10-10 14:49:51 +02:00
Jörg Thalheim
e20a886f87 systemd-boot-builder: drop unused import 2023-10-10 14:49:51 +02:00
Jörg Thalheim
a17f41ed0b systemd-boot-builder: replace mkdir_p function with stdlib equivalent 2023-10-10 14:49:51 +02:00
Jörg Thalheim
f4bf9702be systemd-boot-builder: always do syncfs, even after a failure 2023-10-10 14:49:51 +02:00
Jörg Thalheim
dbac7467ad systemd-boot-builder: drop semicolons
this is python, not C.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
1f70361d08 systemd-boot-builder: resort imports according to isort
foo
2023-10-10 14:49:51 +02:00
Fabian Affolter
9589e4e1c4 python311Packages.texttable: enable tests 2023-10-10 14:39:59 +02:00
Yureka
effe9fcdd4 strace: set meta.mainProgram 2023-10-10 12:37:23 +00:00
Fabian Affolter
7aa12e4650 python311Packages.texttable: 1.6.7 -> 1.7.0 2023-10-10 14:33:44 +02:00
Fabian Affolter
0dd633cefe python311Packages.xlsxwriter: 3.0.3 -> 3.1.7
Diff: https://github.com/jmcnamara/XlsxWriter/compare/RELEASE_3.0.3...RELEASE_3.1.7
2023-10-10 14:32:19 +02:00
Fabian Affolter
29ec70a0f2 python311Packages.yfinance: 0.2.28 -> 0.2.31
Changelog: https://github.com/ranaroussi/yfinance/blob/0.2.31/CHANGELOG.rst
2023-10-10 14:30:52 +02:00
R. Ryantm
b608f7909a clair: 4.7.1 -> 4.7.2 2023-10-10 12:25:51 +00:00
Weijia Wang
2890949ab5 cryptoverif: 2.05 -> 2.07 2023-10-10 14:23:06 +02:00
R. Ryantm
51c8cace66 civo: 1.0.66 -> 1.0.67 2023-10-10 12:21:00 +00:00
Fabian Affolter
86bc806080
Merge pull request #259962 from panicgh/nitrokey-app2
nitrokey-app2: switch to pypaBuildHook and fix the build
2023-10-10 14:18:00 +02:00
Fabian Affolter
3099cbb30e python310Packages.smart-open: 6.3.0 -> 6.4.0
Diff: https://github.com/RaRe-Technologies/smart_open/compare/refs/tags/v6.3.0...v6.4.0
2023-10-10 14:16:02 +02:00
Fabian Affolter
293ce59328
Merge pull request #260190 from fabaff/zipstream-ng-bump
python310Packages.zipstream-ng: 1.6.0 -> 1.7.1
2023-10-10 14:14:47 +02:00
Silvan Mosberger
98156cb838
Merge pull request #260195 from hercules-ci/nixos-eval-config-renames 2023-10-10 13:33:53 +02:00
markuskowa
920568abf7
Merge pull request #260173 from r-ryantm/auto-update/hdfview
hdfview: 3.3.0 -> 3.3.1
2023-10-10 13:31:45 +02:00
Nicolas Benes
48e6a7c70f nitrokey-app2: switch to pypaBuildHook and fix the build 2023-10-10 13:25:32 +02:00
Robert Hensing
a14f3f829d nixos/eval-config.nix: Rename arg nixosSystem -> configuration
For some time now the attrset returned by `evalModules` has
`type = "configuration"`.

This is a clean refactor because the name is not exposed.
(never is for simple lambda)
2023-10-10 13:25:15 +02:00