mkosi: 18 -> 19

This commit is contained in:
Paul Meyer 2023-11-15 18:38:27 +01:00
parent ef1e06441e
commit 796b4926bb
2 changed files with 4 additions and 3 deletions

View File

@ -20,7 +20,8 @@ In addition to numerous new and upgraded packages, this release has the followin
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
- Create the first release note entry in this section!
- `mkosi` was updated to v19. Parts of the user interface have changed. Consult the
[release notes](https://github.com/systemd/mkosi/releases/tag/v19) for a list of changes.
## Other Notable Changes {#sec-release-24.05-notable-changes}

View File

@ -60,14 +60,14 @@ let
in
buildPythonApplication rec {
pname = "mkosi";
version = "18";
version = "19";
format = "pyproject";
src = fetchFromGitHub {
owner = "systemd";
repo = "mkosi";
rev = "v${version}";
hash = "sha256-bnd2P6lq1XqKed3m4hDYrR9IcdrPaJxNBL2Z6jCruV4=";
hash = "sha256-KjJM+KZCgUnsaEN2ZorhH0AR5nmiV2h3i7Vb3KdGFtI=";
};
# Fix ctypes finding library