Commit Graph

502157 Commits

Author SHA1 Message Date
Weijia Wang
ef08546ca6
Merge pull request #242020 from r-ryantm/auto-update/python310Packages.mypy-boto3-s3
python310Packages.mypy-boto3-s3: 1.26.163 -> 1.28.0
2023-07-07 12:19:55 +03:00
Weijia Wang
fb7bba2a3f
Merge pull request #241999 from r-ryantm/auto-update/python310Packages.hg-evolve
python310Packages.hg-evolve: 11.0.1 -> 11.0.2
2023-07-07 12:11:32 +03:00
Weijia Wang
26ef4a4a33
Merge pull request #241820 from r-ryantm/auto-update/armTrustedFirmwareTools
armTrustedFirmwareTools: 2.8 -> 2.9.0
2023-07-07 12:08:42 +03:00
Sandro Jäckel
88d7aa56e1
nixos/nix*: remove not necessary imports
We do not really declare module dependencies anywhere else and it would
a nousance to move any file if many other referenced it without being
necessary. Also most higher level modules depend on most of the lower
level ones.
So removing this because it can only potentially cause weird issues.
2023-07-07 11:01:12 +02:00
Pol Dellaiera
05386496df phpExtensions.inotify: disable on darwin
The `inotify` extension is only available on Linux.
2023-07-07 11:01:11 +02:00
adisbladis
7e9437ceac
Merge pull request #242018 from steveej-forks/feat_logseq_wrapped_derivation
logesq: pass a function to mkDerivation for easier overrides
2023-07-07 20:47:30 +12:00
Robert Hensing
54303b65ef
Merge pull request #241690 from hercules-ci/nixos-nix-modules
Split nixos/nix-daemon.nix
2023-07-07 10:29:58 +02:00
Robert Hensing
262e7272c7
Merge pull request #236389 from Enzime/darwin-builder
darwin-builder: use port 31022 by default
2023-07-07 10:24:48 +02:00
R. Ryantm
ad2ad1b550 python310Packages.mypy-boto3-s3: 1.26.163 -> 1.28.0 2023-07-07 08:20:12 +00:00
Weijia Wang
065b3903da
Merge pull request #241993 from r-ryantm/auto-update/kodiPackages.requests
kodiPackages.requests: 2.27.1+matrix.1 -> 2.31.0
2023-07-07 11:04:26 +03:00
Stefan Junker
1a50f52409 logesq: pass a function to mkDerivation for easier overrides 2023-07-07 09:47:55 +02:00
Bobby Rong
457beb8d79
Merge pull request #242011 from bobby285271/upd/pantheon
gnome.mutter43: 43.6 → 43.7, pantheon.gala: 7.1.0 → 7.1.1
2023-07-07 15:33:16 +08:00
R. Ryantm
783851240e python310Packages.pytools: 2022.1.14 -> 2023.1 2023-07-07 07:15:40 +00:00
Weijia Wang
151a042680
Merge pull request #241856 from wegank/krita-opencolorio
krita: migrate to opencolorio
2023-07-07 09:41:56 +03:00
Bobby Rong
0fb36e7ed4
gnome.mutter43: 43.6 → 43.7
https://gitlab.gnome.org/GNOME/mutter/-/compare/43.6...43.7
2023-07-07 13:58:55 +08:00
Bobby Rong
1a3fc126f9
pantheon.gala: 7.1.0 → 7.1.1
https://github.com/elementary/gala/releases/tag/7.1.1
2023-07-07 13:58:40 +08:00
Sergei Trofimovich
c63bad1618
Merge pull request #241854 from trofi/mutt-smaller-closure
mutt: avoid build-only references in 'mutt -v'
2023-07-07 06:52:54 +01:00
github-actions[bot]
6968383d96 terraform-providers.oci: 5.2.1 -> 5.3.0 2023-07-07 15:37:29 +10:00
github-actions[bot]
c2f9c37499 terraform-providers.okta: 4.0.2 -> 4.1.0 2023-07-07 15:37:29 +10:00
github-actions[bot]
b2ded905b2 terraform-providers.google-beta: 4.72.0 -> 4.72.1 2023-07-07 15:37:29 +10:00
github-actions[bot]
22f55216c3 terraform-providers.aws: 5.6.2 -> 5.7.0 2023-07-07 15:37:29 +10:00
github-actions[bot]
272b2df8c9 terraform-providers.google: 4.72.0 -> 4.72.1 2023-07-07 15:37:29 +10:00
github-actions[bot]
05ae3f8aa5 terraform-providers.azurerm: 3.63.0 -> 3.64.0 2023-07-07 15:37:29 +10:00
Shea Levy
4f91766e8c
Merge pull request #241275 from NixOS/nix-plugins-11
nix-plugins: 10.0.0 -> 11.0.0
2023-07-07 01:13:07 -04:00
Mario Rodas
99ae4ca4bc
Merge pull request #237917 from Animeshz/master
nixos/ruby-modules: proper treatment to ruby modules of type git/url
2023-07-06 22:48:40 -05:00
Mario Rodas
dc992a5a07
Merge pull request #241982 from figsoda/nix-init
nix-init: 0.2.3 -> 0.2.4
2023-07-06 22:47:53 -05:00
R. Ryantm
9e70c76a62 python310Packages.hg-evolve: 11.0.1 -> 11.0.2 2023-07-07 03:00:55 +00:00
Anderson Torres
70904d0cc0 ventoy: remove with lib;
Because I have a strong disgust about `with` since
https://nix.dev/recipes/best-practices#with-scopes
2023-07-06 23:34:40 -03:00
Anderson Torres
1d7c3a4985 fsuae: refactor
- New rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942);
- remove `with lib;`
2023-07-06 23:34:40 -03:00
Anderson Torres
b5cd0848bf fsuae-launcher: refactor
- New rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942);
- remove `with lib;`
2023-07-06 23:34:40 -03:00
Christian Kögler
ce8ad30fb2 fsuae-launcher: 3.0.5 -> 3.1.68 2023-07-06 23:34:40 -03:00
Anderson Torres
c7c340e5a8 smplayer: refactor
- New rec-less, overlay-style overridable recursive attributes (in effect since
https://github.com/NixOS/nixpkgs/pull/119942);
- remove `with lib;`
- add `meta.changelog`
- "update" TODO
2023-07-06 23:34:40 -03:00
R. Ryantm
83cd2a961d smplayer: 22.7.0 -> 23.6.0 2023-07-06 23:34:40 -03:00
R. Ryantm
a6771f0a0c kodiPackages.requests: 2.27.1+matrix.1 -> 2.31.0 2023-07-07 00:58:00 +00:00
Martin Weinelt
0a671c3ae4
Merge pull request #241705 from mweinelt/evcc-0.118.6
evcc: 0.118.2 -> 0.118.6
2023-07-07 02:52:57 +02:00
figsoda
af9aa4b566
Merge pull request #241988 from marsam/update-millet
millet: 0.12.2 -> 0.12.4
2023-07-06 20:21:43 -04:00
Martin Weinelt
eca2f64dbe
Merge pull request #241977 from NixOS/home-assistant
home-assistant: 2023.7.0 -> 2023.7.1
2023-07-07 01:42:32 +02:00
Mario Rodas
fcabf3ed07
Merge pull request #241946 from figsoda/zigbuild
cargo-zigbuild: 0.16.11 -> 0.16.12
2023-07-06 18:14:31 -05:00
Mario Rodas
26dbcd8efa
Merge pull request #241933 from figsoda/miniserve
miniserve: 0.23.2 -> 0.24.0
2023-07-06 18:13:55 -05:00
R. Ryantm
fa5ed4aeb8 awscli2: 2.12.6 -> 2.12.7 2023-07-06 23:13:05 +00:00
Mario Rodas
aaae4600d8
Merge pull request #241930 from marsam/yt-dlp-fix-twitter
yt-dlp: 2023.6.22 -> 2023.7.6
2023-07-06 18:06:15 -05:00
Stanisław Pitucha
7c7c6d4f9c
Merge pull request #233696 from viraptor/librealsense-darwin
librealsense: fix intel darwin build
2023-07-07 09:01:18 +10:00
figsoda
151b1854f6 nix-init: 0.2.3 -> 0.2.4
Diff: https://github.com/nix-community/nix-init/compare/v0.2.3...v0.2.4

Changelog: https://github.com/nix-community/nix-init/blob/v0.2.4/CHANGELOG.md
2023-07-06 18:34:04 -04:00
Martin Weinelt
406a31aaec
home-assistant: 2023.7.0 -> 2023.7.1
https://github.com/home-assistant/core/releases/tag/2023.7.1
2023-07-06 23:51:15 +02:00
Martin Weinelt
306fa4f55d
mediawiki: 1.39.3 -> 1.40.0
https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/HVT3U3XYY35PSCIQPHMY4VQNF3Q6MHUO/

Fixes: CVE-2023-29197, CVE-2023-36674, CVE-2023-36675
2023-07-06 23:40:42 +02:00
figsoda
3c7487575d
Merge pull request #241792 from figsoda/nvim 2023-07-06 17:30:45 -04:00
figsoda
00802df471
Merge pull request #241737 from figsoda/jello 2023-07-06 17:30:27 -04:00
figsoda
e6ebbe7483
Merge pull request #241962 from SuperSandro2000/croc
croc: 9.6.4 -> 9.6.5
2023-07-06 17:29:24 -04:00
Robert Hensing
12cb2b0b40 nixos: flakes.nix -> nix-flakes.nix
I guess this is what people expect to find. Thanks Sandro.
2023-07-06 23:27:17 +02:00
Sandro
ee41691db9
Merge pull request #239032 from Luflosi/update/nsync
nsync: 1.25.0 -> 1.26.0
2023-07-06 23:19:55 +02:00