Commit Graph

15189 Commits

Author SHA1 Message Date
github-actions[bot]
13400dc754
Merge master into staging-next 2024-10-05 06:04:21 +00:00
Bobby Rong
30877be00a
pantheon.elementary-photos: 8.0.0 -> 8.0.1 (#346454) 2024-10-05 11:58:34 +08:00
github-actions[bot]
e9c8665026
Merge master into staging-next 2024-10-05 00:14:01 +00:00
Peder Bergebakken Sundt
cd673393d2 treewide: remove unreferenced patch files
Found with `fd \\.patch$ pkgs/ -x bash -c 'rg -F "{/}" pkgs/ -q || echo {}'``

We're running more and more into patches fetched via `applyPatches`, for the next PR i'll script something to account for that.
2024-10-04 19:38:56 +02:00
Bobby Rong
cc27cb9398
pantheon.elementary-photos: 8.0.0 -> 8.0.1
https://github.com/elementary/photos/compare/8.0.0...8.0.1
2024-10-04 23:37:50 +08:00
Emily
7d01328ba0 deepin-movie-reborn: pin FFmpeg 6
Upstream is not yet ready for FFmpeg 7.
2024-10-03 21:49:00 +01:00
github-actions[bot]
0e9a6f22a1
Merge master into staging-next 2024-10-03 00:14:11 +00:00
Bobby Rong
721fc2ad78
xfce.xfce4-dict: 0.8.7 -> 0.8.8
https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.7...xfce4-dict-0.8.8
2024-10-02 16:56:18 +08:00
OPNA2608
85e63d0540 lomiri.lomiri: Replace NIXOS_XKB_LAYOUTS envvar with file
This only ever worked for the session, not for the greeter. Writing the information out to a file should be more consistent.

To make sure that this works, and continues working, for the greeter & session, also add a new VM test.
2024-09-29 14:51:04 +02:00
github-actions[bot]
8e5ca58e0a
Merge master into staging-next 2024-09-29 12:05:05 +00:00
rewine
325a2b4871
deepin.{qt6mpris: init at 1.0, deepin-music: 7.0.3 -> 7.0.9} (#344657) 2024-09-29 18:10:03 +08:00
github-actions[bot]
f5eedb3d13
Merge master into staging-next 2024-09-28 06:04:30 +00:00
Bobby Rong
466e56002a
mate.mate-notification-daemon: 1.28.0 -> 1.28.1 (#344897) 2024-09-28 13:46:04 +08:00
Bobby Rong
fffa3af2bc
mate.mate-notification-daemon: 1.28.0 -> 1.28.1
https://github.com/mate-desktop/mate-notification-daemon/compare/v1.28.0...v1.28.1
2024-09-28 09:19:36 +08:00
github-actions[bot]
911b856128
Merge master into staging-next 2024-09-27 18:04:26 +00:00
Bobby Rong
1d8bd790cd
pantheon.switchboard-plug-onlineaccounts: 8.0.0 -> 8.0.1 (#344660) 2024-09-27 21:53:52 +08:00
github-actions[bot]
c8c18095f9
Merge master into staging-next 2024-09-26 18:04:33 +00:00
rewine
339306e6ab deepin.deepin-music: 7.0.3 -> 7.0.9 2024-09-26 21:36:45 +08:00
rewine
127ee2dce6 deepin.qt6mpris: init at 1.0.0.1-1deepin1 2024-09-26 21:32:59 +08:00
Bobby Rong
efc383fde3
pantheon.switchboard-plug-onlineaccounts: 8.0.0 -> 8.0.1
https://github.com/elementary/switchboard-plug-onlineaccounts/compare/8.0.0...8.0.1
2024-09-26 21:03:57 +08:00
Bobby Rong
dc4d261046
xfce.xfce4-dict: 0.8.6 -> 0.8.7 (#344428) 2024-09-26 20:59:21 +08:00
Bobby Rong
df85a0ed5a
xfce.xfce4-dict: 0.8.6 -> 0.8.7
https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.6...xfce4-dict-0.8.7
2024-09-25 20:40:08 +08:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
9a442c4aa9
Merge master into staging-next 2024-09-23 06:04:59 +00:00
rewine
69a81b09a3
deepin desktop environment: 2024.09 update (#337842) 2024-09-23 13:39:43 +08:00
rewine
3a0cc443ac deepin.dde-network-core: 2.0.32 -> 2.0.34 2024-09-23 11:12:17 +08:00
rewine
01a5ae814a deepin.dde-control-center: 6.0.59 -> 6.0.65 2024-09-23 11:12:13 +08:00
rewine
3fb1abdf84 deepin.deepin-editor: 6.5.0 -> 6.5.2 2024-09-23 11:06:15 +08:00
rewine
a13a80723e deepin.dde-launchpad; 0.8.4 -> 1.0.2 2024-09-23 11:06:11 +08:00
R. Ryantm
bf41830b1c gnomeExtensions.unite: 79 -> 80 2024-09-21 13:01:28 +00:00
rewine
13f7920179 deepin.dde-shell: 0.0.43 -> 1.0.2 2024-09-20 20:38:08 +08:00
rewine
6e9cede90c deepin.qt6platform-plugins: 6.0.18 -> 6.0.19 2024-09-20 20:32:59 +08:00
rewine
c60f982316 deepin.qt6integration: 6.0.18 -> 6.0.19 2024-09-20 20:29:33 +08:00
rewine
e7f2c18467 deepin.dde-tray-loader: 0.0.11 -> 1.0.1 2024-09-20 20:24:48 +08:00
rewine
48dd5fa246 deepin.dtk6declarative: 6.0.18 -> 6.0.19 2024-09-20 20:13:04 +08:00
rewine
a086c9f893 deepin.dtk6widget: 6.0.18 -> 6.0.19 2024-09-20 20:11:14 +08:00
rewine
001d69e7f7 deepin.dtk6gui: 6.0.18 -> 6.0.19 2024-09-20 20:03:12 +08:00
rewine
5c4f395609 deepin.dtk6core: 6.0.18 -> 6.0.19 2024-09-20 20:00:54 +08:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Sandro
394201d98a
xfce4-embed-plugin: remove (#327303) 2024-09-20 00:35:49 +02:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Jörg Thalheim
f944854568
xfce4-embed-plugin: remove 2024-09-19 02:37:53 +02:00
github-actions[bot]
71d46fbcdf
Merge staging-next into staging 2024-09-18 18:04:48 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Colin
902b9fff95 pantheon.switchboard-plug-network: fix cross compilation 2024-09-17 21:21:14 +00:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03:00
Fabián Heredia Montiel
a0187a2a21 plasma-pa: drop GConf dependency
Removed from upsteam at 5.24.90/5.25.0

Sources:
- https://invent.kde.org/plasma/plasma-pa/-/merge_requests/117
- 36d6eb9c2b
2024-09-16 13:54:58 -06:00
github-actions[bot]
952947bdf8
Merge staging-next into staging 2024-09-15 18:04:54 +00:00
R. Ryantm
b4cbb90e71 gnomeExtensions.easyScreenCast: 1.9.0 -> 1.10.0 2024-09-14 14:23:06 +00:00
github-actions[bot]
83e85079ff
Merge staging-next into staging 2024-09-12 18:04:48 +00:00
Cosima Neidahl
b6b51b84b2
lomiri.lomiri: Fix default values for new D-Bus properties (#340595) 2024-09-12 18:32:28 +02:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging 2024-09-10 00:13:45 +00:00
Pol Dellaiera
ce6331cf6a
treewide: remove jonafato from maintainers (#339930) 2024-09-09 21:19:19 +02:00
github-actions[bot]
6bb37a137e
Merge staging-next into staging 2024-09-09 12:06:25 +00:00
Aleksana
1e43f86016
deepin.deepin-reader: remove unused patch (#340682) 2024-09-09 14:46:26 +08:00
rewine
2062e5a49a deepin.deepin-reader: remove unused patch 2024-09-09 13:27:43 +08:00
OPNA2608
6870691a89 lomiri.lomiri: Fix default values for new D-Bus properties
See https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/181 for details
2024-09-08 22:37:26 +02:00
github-actions[bot]
5725a1eed6
Merge staging-next into staging 2024-09-08 18:04:33 +00:00
Bobby Rong
e2210d169c
xfce.ristretto: enable JXL and WebP support 2024-09-08 16:47:02 +08:00
Bobby Rong
5075ab87dd
xfce.tumbler: enable JXL thumbnailer support 2024-09-08 16:46:54 +08:00
github-actions[bot]
6dfa6f38c7
Merge staging-next into staging 2024-09-08 06:04:48 +00:00
Donovan Glover
cf616388d2
xfce.tumbler: enable webp thumbnailer support 2024-09-07 15:40:24 -04:00
Philip Taron
4160ccc634
treewide: handle *Phases variables __structuredAttrs-agnostically (#339117) 2024-09-07 09:17:57 -07:00
Jon Banafato
4c2ca81f4a treewide: remove jonafato from maintainers 2024-09-05 19:42:28 -04:00
rewine
0daec7844f
deepin desktop environment: 2024.09 update (#338402) 2024-09-05 10:08:27 +08:00
rewine
e4a4c17bc9 deepin.deepin-editor: 6.0.16 -> 6.5.0 2024-09-04 10:16:56 +08:00
rewine
8c77436ead deepin.deepin-icon-theme: 2024.07.19 -> 2024.07.31 2024-09-04 10:16:56 +08:00
rewine
2ca2be2d8d deepin.dde-calendar: 5.14.1 -> 5.14.4 2024-09-04 10:16:55 +08:00
rewine
f6bd986ea3 deepin.docparser: 1.0.3 -> 1.0.11 2024-09-04 10:16:55 +08:00
rewine
a26df53f83 deepin.deepin-desktop-base: 2024.01.03 -> 2024.07.24 2024-09-04 10:16:55 +08:00
rewine
93f5984484 deepin.dtk6gui: fix svg renderer 2024-09-04 10:16:55 +08:00
rewine
8166a4e0ca deepin.dtkgui: fix svg renderer 2024-09-04 10:16:54 +08:00
rewine
2d0cdadc74 deepin.dde-launchpad: 0.7.0 -> 0.8.4 2024-09-04 10:16:54 +08:00
rewine
76c5a31efe deepin.dde-api-proxy: init at 1.0.16 2024-09-04 10:16:54 +08:00
rewine
60348797ee deepin.dde-dock: remove 2024-09-04 10:16:54 +08:00
rewine
b24f368642 deepin.dde-tray-loader: 0.0.5 -> 0.0.11 2024-09-04 10:16:53 +08:00
rewine
686a0ee0ca deepin.dde-file-manager: 6.0.51 -> 6.0.57 2024-09-04 10:16:50 +08:00
Yueh-Shun Li
385d523a8e treewide: handle preInstallPhases __structuredAttrs-agnostically
Always specify the preInstallPhases attribute as a list instead of a
string.

Append elements to the preInstallPhases Bash variable using appendToVar
instead of string or Bash array concatenation.
2024-09-03 05:33:59 +08:00
Yueh-Shun Li
5d42a8b38c treewide: handle preConfigurePhases __structuredAttrs-agnostically
Always specify the preConfigurePhases attribute as a list instead of a
string.

Append elements to the preConfigurePhases Bash variable using
appendToVar instead of string or Bash array concatenation.
2024-09-03 05:33:59 +08:00
Bobby Rong
c058bd0f57
pantheon.switchboard-plug-sound: fix cross compilation (#338799) 2024-09-02 23:54:08 +08:00
Bobby Rong
b73719b29c
pantheon.elementary-settings-daemon: 8.0.0 -> 8.1.0 (#338325) 2024-09-02 22:32:45 +08:00
Bobby Rong
e4eec7fbe7
pantheon.switchboard-plug-mouse-touchpad: 8.0.0 -> 8.0.1 (#338899) 2024-09-02 22:32:35 +08:00
José Romildo Malaquias
75e7bc6ba0
lxtask: 0.1.10 -> 0.1.11 (#337075) 2024-09-02 11:28:55 -03:00
rewine
68ba4960d3 deepin.util-dfm: 1.2.24 -> 1.3.2 2024-09-02 11:12:39 +08:00
rewine
5be8f260c3 deepin.deepin-system-monitor: 6.0.23 -> 6.5.0 2024-09-02 11:12:39 +08:00
rewine
a8cdaebca4 deepin.dde-network-core: 2.0.31 -> 2.0.32 2024-09-02 11:12:39 +08:00
rewine
d0c90c5bd1 deepin.dde-grand-search: 5.4.9 -> 5.5.2 2024-09-02 11:12:39 +08:00
rewine
bff2d3150f deepin.dde-shell: 0.0.23-unstable-2024-06-11 -> 0.0.43 2024-09-02 11:12:38 +08:00
rewine
7f57fc4424 deepin.dde-tray-loader: init at 0.0.5 2024-09-02 11:12:35 +08:00
R. Ryantm
6862b7e0d8 pantheon.switchboard-plug-mouse-touchpad: 8.0.0 -> 8.0.1 2024-09-01 22:44:11 +00:00
Colin
f7947da16c pantheon.switchboard-plug-sound: fix cross compilation 2024-09-01 13:04:37 +00:00
Jan Tojnar
7b9332a2a5 gnome.networkmanager-*: Move to top-level
Those overrides are pointless, `withGnome = true` is the default since long time ago.
2024-09-01 14:16:31 +02:00
Jan Tojnar
58bf5606fb gnome-flashback: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b37f158fb0 gnome-applets: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
e1093690a8 gnome-panel: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
771f47b485 gnome.gnome-panel: prepare for move 2024-09-01 14:16:31 +02:00
Jan Tojnar
a110f292a1 gnome-control-center: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
c2f1fa833e gnome-session: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
ca9576c81d gnome-shell: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
7f387d6bf9 mutter{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
d2da9a19c4 gnome-settings-daemon{,43}: Move from gnome scope to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
649d663029 gnome-session-ctl: Move to top-level 2024-09-01 14:16:31 +02:00
Jan Tojnar
b4c59a979a gnome-bluetooth{,_1_0}: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
2180dc740e gnome-2048: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
7c05cf7101 gnome-tour: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
27ba32c031 gnome-text-editor: Move to by-name 2024-09-01 14:16:31 +02:00
Jan Tojnar
fca9eb6edd gnome: Format with nixpkgs-fmt
Also switch to finalAttrs pattern and avoid pname rec.
2024-09-01 14:16:31 +02:00
Vladimír Čunát
aeab07042e
pantheon.wingpanel-quick-settings: fix build, missing wayland-scanner 2024-08-31 10:10:08 +02:00
Vladimír Čunát
7c3fb2d64b
deepin.dde-network-core: fix build, missing wayland-scanner
https://hydra.nixos.org/build/270530713/nixlog/2/tail
2024-08-31 09:35:38 +02:00
R. Ryantm
71334dce17 pantheon.elementary-settings-daemon: 8.0.0 -> 8.1.0 2024-08-30 05:26:28 +00:00
github-actions[bot]
22c53603c5
Merge master into staging-next 2024-08-30 00:13:29 +00:00
Philip Taron
ae92f312bf
treewide: use a consistent meta.priority default 2024-08-29 09:04:57 -07:00
github-actions[bot]
42531ffc56
Merge master into staging-next 2024-08-28 12:05:25 +00:00
rewine
331fb15627
deepin.dde-qt-dbus-factory: 6.0.0 -> 6.0.1 (#337649) 2024-08-28 14:41:26 +08:00
github-actions[bot]
903fa485a4
Merge master into staging-next 2024-08-27 18:04:19 +00:00
Cosima Neidahl
e6aedc73de
lomiri.libusermetrics: 1.3.2 -> 1.3.3 (#335853) 2024-08-27 16:22:25 +02:00
rewine
68537989ce deepin.dde-qt-dbus-factory: 6.0.0 -> 6.0.1 2024-08-27 14:43:29 +08:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Martin Weinelt
9c50de8b57
tree-wide: remove eelco as maintainer from things he no longer maintains (#336287) 2024-08-26 20:39:56 +02:00
github-actions[bot]
7241849967
Merge master into staging-next 2024-08-26 06:04:26 +00:00
7c6f434c
8487207876
Merge pull request #337094 from OPNA2608/init/lomiri/lomiri-docviewer-app
lomiri.lomiri-docviewer-app: init at 3.0.4
2024-08-26 05:40:34 +00:00
K900
b76567c281 Merge remote-tracking branch 'origin/master' into staging-next 2024-08-25 15:20:44 +03:00
rewine
89e4b494eb
Merge pull request #301917 from wineee/deepin-voice-note
deepin.deepin-voice-note: 6.0.15 -> 6.0.18
2024-08-25 19:09:37 +08:00
rewine
fe1e6bc46f deepin.deepin-voice-note: 6.0.15 -> 6.0.18 2024-08-25 15:50:43 +08:00
rewine
c11ac20d4d deepin.deepin-camera: unstable-2023-09-26 -> 6.0.5 2024-08-25 15:22:09 +08:00
rewine
b898aeeac5
Merge pull request #336956 from wineee/deepin
deepin: format via nixfmt-rfc-style
2024-08-25 14:55:24 +08:00
github-actions[bot]
a97ed4291e
Merge master into staging-next 2024-08-25 06:04:18 +00:00
Bobby Rong
dc23466adb
Merge pull request #336934 from bobby285271/upd/pantheon
Pantheon updates 2024-08-24 (switchboard 8.0.0)
2024-08-25 11:34:02 +08:00
OPNA2608
531655d3bf tests/lomiri-docviewer-app: init 2024-08-24 23:27:52 +02:00
OPNA2608
de8cf8018c lomiri.lomiri-docviewer-app: init at 3.0.4 2024-08-24 22:25:26 +02:00
José Romildo
576d12cf79 lxtask: 0.1.10 -> 0.1.11 2024-08-24 16:30:53 -03:00
José Romildo
d881cf7d62 lxtask: add update script 2024-08-24 16:28:50 -03:00
José Romildo
35e5fab91d lxtask: fetch from the github repository 2024-08-24 16:26:02 -03:00
github-actions[bot]
64dfaf32be
Merge master into staging-next 2024-08-24 12:04:30 +00:00
Cosima Neidahl
eb76459e90
Merge pull request #334952 from OPNA2608/fix/ayatana-lomiri-indicator-marking
nixos/ayatana-indicators: Split ayatana and lomiri indicators
2024-08-24 11:12:00 +02:00
Bobby Rong
322b4d64c6
pantheon.wingpanel-applications-menu: Build against switchboard-3 2024-08-24 14:31:20 +08:00
Bobby Rong
b3784b8153
treewide: Fix switchboard executable name 2024-08-24 14:31:20 +08:00
Bobby Rong
276554d79c
treewide: Adjust SWITCHBOARD_PLUGS_PATH for switchboard-3
Also use wrapGAppsHook4.
2024-08-24 14:31:20 +08:00
Bobby Rong
cd10d479df
pantheon.switchboard-plug-wacom: 1.0.1 -> 8.0.0
https://github.com/elementary/switchboard-plug-wacom/compare/1.0.1...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
3cd72025a7
pantheon.switchboard-plug-sound: 2.3.3 -> 8.0.0
https://github.com/elementary/switchboard-plug-sound/compare/2.3.3...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
47bb4d00bc
pantheon.switchboard-plug-sharing: 2.1.6 -> 8.0.0
https://github.com/elementary/switchboard-plug-sharing/compare/2.1.6...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
9c5dd8df54
pantheon.switchboard-plug-security-privacy: 7.1.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-security-privacy/compare/7.1.0...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
17168ff888
pantheon.switchboard-plug-printers: 2.2.1 -> 8.0.0
https://github.com/elementary/switchboard-plug-printers/compare/2.2.1...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
6fa805dd81
pantheon.switchboard-plug-power: 2.7.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-power/compare/2.7.0...8.0.0
2024-08-24 14:31:19 +08:00
Bobby Rong
d40f8cd46a
pantheon.switchboard-plug-pantheon-shell: 6.5.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-pantheon-shell/compare/6.5.0...8.0.0
2024-08-24 14:31:19 +08:00
rewine
7b22b8c19e deepin: format via nixfmt-rfc-style 2024-08-24 14:17:11 +08:00
Bobby Rong
0b4637258c
pantheon.switchboard-plug-onlineaccounts: 6.5.3 -> 8.0.0
https://github.com/elementary/switchboard-plug-onlineaccounts/compare/6.5.3...8.0.0
2024-08-24 14:06:13 +08:00
Bobby Rong
6f2466cfc9
pantheon.switchboard-plug-notifications: 2.2.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-notifications/compare/2.2.0...8.0.0
2024-08-24 14:06:13 +08:00
Bobby Rong
3d09da64ee
pantheon.switchboard-plug-network: 2.5.0 -> 8.0.0
https://github.com/elementary/switchboard-plug-network/compare/2.5.0...8.0.0
2024-08-24 14:06:13 +08:00