Commit graph

444552 commits

Author SHA1 Message Date
Jonas Heinrich e93dd01af9
Merge pull request #211193 from OPNA2608/init/mir
mir: init at 2.11.0
2023-01-17 19:19:10 +01:00
Martin Weinelt 5770984a95
Merge pull request #211252 from schnusch/systemd-user-tmpfiles-rules
nixos: systemd: systemd.user.tmpfiles.users add default
2023-01-17 17:41:41 +00:00
figsoda c766d9dd8d dogdns: fix build, add figsoda as a maintainer 2023-01-17 12:12:40 -05:00
Florian Klink 856cf901c0
Merge pull request #211156 from flokli/sphinxcontrib-openapi-bump
python3.pkgs.sphinxcontrib-openapi: switch back to upstream
2023-01-17 18:11:20 +01:00
figsoda 58c8eddd9d
Merge pull request #211236 from r-ryantm/auto-update/oh-my-zsh
oh-my-zsh: 2023-01-09 -> 2023-01-17
2023-01-17 12:04:42 -05:00
John Ericson 57ec2d4f39
Merge pull request #211225 from alyssais/llvmPackages_git-cross
llvmPackages_git: fix cross eval
2023-01-17 11:55:54 -05:00
Astro f851f25ba8 cloud-hypervisor: 28.1 -> 29.0 2023-01-17 16:19:54 +00:00
Emery Hemingway 679af8b572 eris-go: init at 20230114 2023-01-17 10:15:43 -06:00
schnusch f0f2c6bec9 nixos: systemd: systemd.user.tmpfiles.users add default 2023-01-17 16:53:45 +01:00
mdarocha 08e378f0d4 buildDotnetModule: proper escaping of disabledTests 2023-01-17 16:46:13 +01:00
mdarocha 9b04b1d98b eventstore: 22.6.0 -> 22.10.0 2023-01-17 16:46:13 +01:00
Erik Rodriguez 9f5fc1ba37
tidalapi: init at 0.7.0
The checkPhase is disabled because all tests try to connect to the internet, which is forbidden in the sandbox.
2023-01-17 12:38:56 -03:00
Jonas Heinrich fcc8ff7cc2 python3Packages.scikits-odes: 2.6.5 -> 2.7.0 2023-01-17 09:51:16 -05:00
Dmitry Kalinkin 36699e98e4
python3Packages.awkward: 2.0.4 -> 2.0.5 (#209498) 2023-01-17 09:30:50 -05:00
Stefan Frijters 20cd94c6aa
arduino-cli: Add meta.changelog 2023-01-17 14:54:06 +01:00
Stefan Frijters 40b624cc51
arduino-cli: 0.28.0 -> 0.29.0 2023-01-17 14:52:31 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech 94645872d1
p4c: add myself as maintainer and add changelog 2023-01-17 14:43:03 +01:00
Florian Klink 24b4189619
Merge pull request #207468 from schnusch/systemd-user-tmpfiles-rules
nixos: systemd: add systemd.user.tmpfiles.rules, systemd.user.tmpfiles.users.<name>.rules
2023-01-17 14:39:44 +01:00
R. Ryantm ec2ccd96fb oh-my-zsh: 2023-01-09 -> 2023-01-17 2023-01-17 13:27:26 +00:00
kilianar d0c5054f91 hugo: 0.109.0 -> 0.110.0
https://github.com/gohugoio/hugo/releases/tag/v0.110.0
2023-01-17 13:59:03 +01:00
Fabian Affolter 11d29ac93d
Merge pull request #211217 from nialov/fix-pygeos-version-0.14
python3Packages.pygeos: fix version 0.14 build
2023-01-17 13:46:50 +01:00
Sascha Grunert d126d17298 cni-plugins: 1.1.1 -> 1.2.0
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-01-17 22:37:31 +10:00
Sandro cc681777cc
Merge pull request #211209 from r-ryantm/auto-update/python310Packages.google-cloud-secret-manager 2023-01-17 13:31:08 +01:00
Fabian Affolter 037d524fbd
python310Packages.browser-cookie3: add changelog to meta 2023-01-17 13:07:05 +01:00
Fabian Affolter 111ef20009
python3Packages.pygeos: add changelog to meta 2023-01-17 13:05:03 +01:00
Fabian Affolter cd10a33b7d
Merge pull request #211198 from fabaff/txaio-fix
python310Packages.txaio: 22.2.1 -> 23.1.1
2023-01-17 13:02:33 +01:00
Fabian Affolter 9508c5d06e
Merge pull request #211220 from fabaff/pytibber-bump
python310Packages.pytibber: 0.26.8 -> 0.26.9
2023-01-17 13:00:56 +01:00
Elis Hirwing 1721bbcf6f
Merge pull request #211192 from bobby285271/upd/php-ext-enchant2
php.extensions.enchant: use enchant2
2023-01-17 12:29:03 +01:00
Alyssa Ross 8ac155a3aa
llvmPackages_git: fix cross eval
0c9716ad3c ("llvmPackages: Make sure we can attempt to cross-compile the tools")
was not applied to llvmPackages_git, presumably because its definition
is hidden away in aliases.nix.
2023-01-17 11:27:11 +00:00
schnusch 34ad8447c3 nixos: systemd: add systemd.user.tmpfiles 2023-01-17 12:19:40 +01:00
K900 8fc3a1dcc9
Merge pull request #211218 from ncfavier/fix-install-mount
nixos-install: only mount if root
2023-01-17 14:18:46 +03:00
colin bd8533f202 signaldctl: init at 0.6.1
signaldctl is a tool used to administer the signald service (already
available in nixpkgs). after enabling the signald service as below:

```nix
{
  services.signald.enable = true;
}
```

then a user can use signaldctl to introspect signald's state.
the communication happens over `/run/signald/signald.sock`, so either
configure signald to expose that with desired permissions, or run
signaldctl as the signald user:
```
$ sudo -u signald -g signald signaldctl account list
┌──────────────┬──────────────────────────────────────┬───────────┐
│ PHONE NUMBER │ UUID                                 │ DEVICE ID │
├──────────────┼──────────────────────────────────────┼───────────┤
│ +1XXXXXXXXXX │ XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX │         1 │
└──────────────┴──────────────────────────────────────┴───────────┘
```
2023-01-17 11:11:54 +00:00
R. Ryantm eba97aa5b1 tinygltf: 2.8.0 -> 2.8.2 2023-01-17 11:10:30 +00:00
Fabian Affolter 4a039b6729 python310Packages.pytibber: 0.26.8 -> 0.26.9
Diff: https://github.com/Danielhiversen/pyTibber/compare/refs/tags/0.26.8...0.26.9

Changelog: https://github.com/Danielhiversen/pyTibber/releases/tag/0.26.9
2023-01-17 12:07:27 +01:00
Yaya ff2fd5b4d8 nextcloud25: 25.0.2 -> 25.0.3
https://nextcloud.com/changelog/#latest25
2023-01-17 11:00:20 +00:00
Yaya ef5f4cfd2e nextcloud24: 24.0.8 -> 24.0.9
https://nextcloud.com/changelog/#latest24
2023-01-17 10:58:47 +00:00
Yaya b77c7389f2 snowflake: 2.4.2 -> 2.4.3
4895a32fd3/ChangeLog
2023-01-17 10:52:13 +00:00
Naïm Favier 0303fd9441
Merge pull request #210358 from ncfavier/vscode-toExtensionJson 2023-01-17 11:50:52 +01:00
Naïm Favier cd4f1a1df5
nixos-install: only mount if root 2023-01-17 11:39:34 +01:00
nialov 49daadf023
python3Packages.pygeos: fix version 0.14 build 2023-01-17 12:27:46 +02:00
Naïm Favier 7305aa4e48
vscode-utils: expose toExtensionJson 2023-01-17 11:05:07 +01:00
Bobby Rong 6efdd8b483
php.extensions.enchant: use enchant2
enchant2 is supported in PHP8+.

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2023-01-17 17:45:16 +08:00
Naïm Favier 682381bf3f
Merge pull request #210405 from ncfavier/cubical-cleanup 2023-01-17 10:36:02 +01:00
R. Ryantm 95ceb0ea88 python310Packages.browser-cookie3: 0.16.3 -> 0.16.5 2023-01-17 09:34:38 +00:00
R. Ryantm a0766dc404 python310Packages.google-cloud-secret-manager: 2.14.0 -> 2.15.0 2023-01-17 09:22:43 +00:00
Maximilian Bosch 2d38b664b4
Merge pull request #211092 from Luflosi/update/mautrix-whatsapp
mautrix-whatsapp: 0.8.0 -> 0.8.1
2023-01-17 10:21:52 +01:00
K900 da31d97890
Merge pull request #210546 from r-ryantm/auto-update/n8n
n8n: 0.210.2 -> 0.211.1
2023-01-17 12:17:53 +03:00
R. Ryantm 4421a0371e n8n: 0.210.2 -> 0.211.1 2023-01-17 09:05:33 +00:00
Martin Weinelt 2d75f83d9f
Merge pull request #211202 from r-ryantm/auto-update/python310Packages.myfitnesspal
python310Packages.myfitnesspal: 2.0.0 -> 2.0.1
2023-01-17 08:52:18 +00:00
Vincent Laporte 5b2b0866d0
gajim: 1.6.0 → 1.6.1 2023-01-17 09:42:49 +01:00