mkosi-full 22 -> 24.3 https://github.com/systemd/mkosi/releases attrpath: mkosi-full Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wsxjxwk39mjk0sr0nkd6zdy6rzjpdkr3-packages.json.drv building '/nix/store/wsxjxwk39mjk0sr0nkd6zdy6rzjpdkr3-packages.json.drv'... Going to be running update for following packages: - mkosi-22 Press Enter key to continue... Running update for: - mkosi-22: UPDATING ... - mkosi-22: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/virtualization/mkosi/default.nix b/pkgs/tools/virtualization/mkosi/default.nix index 4514280f7757..e045b307c79a 100644 --- a/pkgs/tools/virtualization/mkosi/default.nix +++ b/pkgs/tools/virtualization/mkosi/default.nix @@ -44,7 +44,7 @@ let in buildPythonApplication rec { pname = "mkosi"; - version = "22"; + version = "24.3"; format = "pyproject"; outputs = [ "out" "man" ]; @@ -52,8 +52,8 @@ buildPythonApplication rec { src = fetchFromGitHub { owner = "systemd"; repo = "mkosi"; - rev = "v${version}"; - hash = "sha256-Zom1GlyhqgpTKfjcBOUEJMlubSn+TQsk97js1/UfDHY="; + rev = "refs/tags/v${version}"; + hash = "sha256-/xhBw6ddj23jnGM/V5USqqpqh3TQfNdjmrCBxQyWVBE="; }; # Fix ctypes finding library An auto update branch exists with message `mkosi-full: 22 -> 23.1`. New version is 24.3. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - mkosi-full: 22 -> 23.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/319410"