Merge pull request #259200 from katexochen/mkosi/18

mkosi: 17.1 -> 18

authored by Mario Rodas and committed by GitHub 9a651186 88da9496

+2 -10
+2 -10
pkgs/tools/virtualization/mkosi/default.nix
··· 50 50 in 51 51 buildPythonApplication rec { 52 52 pname = "mkosi"; 53 - version = "17.1"; 53 + version = "18"; 54 54 format = "pyproject"; 55 55 56 56 src = fetchFromGitHub { 57 57 owner = "systemd"; 58 58 repo = "mkosi"; 59 59 rev = "v${version}"; 60 - hash = "sha256-v6so6MFOkxPOnPDgAgni517NX4vUnkPd7o4UMSUHL24="; 60 + hash = "sha256-bnd2P6lq1XqKed3m4hDYrR9IcdrPaJxNBL2Z6jCruV4="; 61 61 }; 62 - 63 - patches = [ 64 - (fetchpatch { 65 - # Fix tests. Remove in next release. 66 - url = "https://github.com/systemd/mkosi/commit/3e2642c743b2ccb78fd0a99e75993824034f7124.patch"; 67 - hash = "sha256-x9xb8Pz7l2FA8pfhQd7KqITxbnjjwBUh0676uggcukI="; 68 - }) 69 - ]; 70 62 71 63 # Fix ctypes finding library 72 64 # https://github.com/NixOS/nixpkgs/issues/7307