about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-15 18:38:27 +0100
committerPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-22 20:00:37 +0000
commit796b4926bbdea841eaab82239fe7f7e93daf75dd (patch)
tree7e2b44a91f744af039188777ca847bb1b81bcc71
parentef1e06441eb06fd11070b19d0a1fbb36f1ee04d3 (diff)
downloadnixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.tar
nixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.tar.gz
nixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.tar.bz2
nixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.tar.lz
nixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.tar.xz
nixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.tar.zst
nixlib-796b4926bbdea841eaab82239fe7f7e93daf75dd.zip
mkosi: 18 -> 19
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md3
-rw-r--r--pkgs/tools/virtualization/mkosi/default.nix4
2 files changed, 4 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index e2f99c20cfc8..8279d68ad6bb 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -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}
 
diff --git a/pkgs/tools/virtualization/mkosi/default.nix b/pkgs/tools/virtualization/mkosi/default.nix
index 3b1a4988f47d..704e0ff86c90 100644
--- a/pkgs/tools/virtualization/mkosi/default.nix
+++ b/pkgs/tools/virtualization/mkosi/default.nix
@@ -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