diff options
| author | Nicolas Fella <[email protected]> | 2024-07-27 14:26:23 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2024-07-27 14:26:23 +0200 |
| commit | fd4b3a9b70ba0eb3c56515d618e8cf1778097e9e (patch) | |
| tree | 5a319d95f6883846260116acc1c9cfffec99e12f | |
| parent | cebcf8dbb3ff310aa0761ad452e4ca79278d7831 (diff) | |
Fix baloo version in Flatpak
| -rw-r--r-- | .flatpak-manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json index 375aff7a1..370093c41 100644 --- a/.flatpak-manifest.json +++ b/.flatpak-manifest.json @@ -50,7 +50,7 @@ { "type": "git", "url": "https://invent.kde.org/frameworks/baloo.git", - "tag": "v5.248.0" + "tag": "v6.4.0" } ] }, |
