utm: 3.2.4 → 4.0.8

+5 -3
+5 -3
pkgs/os-specific/darwin/utm/default.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation rec { 8 8 pname = "utm"; 9 - version = "3.2.4"; 9 + version = "4.0.8"; 10 10 11 11 src = fetchurl { 12 12 url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg"; 13 - sha256 = "sha256-ejUfL6UHqMusVfaglGlODKtFfKbNwzZ1LmRkcSzieso="; 13 + sha256 = "sha256-a6GQyiW8pqw6fN3WVuTVUfnsl/qPtmzDxUvWNElli5k="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ undmg ]; ··· 41 41 - Hardware accelerated virtualization using Hypervisor.framework and 42 42 QEMU 43 43 - Boot macOS guests with Virtualization.framework on macOS 12+ 44 + 45 + See https://docs.getutm.app/ for more information. 44 46 ''; 45 47 homepage = "https://mac.getutm.app/"; 46 48 changelog = "https://github.com/utmapp/${pname}/releases/tag/v${version}"; 47 49 mainProgram = "UTM"; 48 50 license = licenses.apsl20; 49 - platforms = platforms.darwin; 51 + platforms = platforms.darwin; # 11.3 is the minimum supported version as of UTM 4. 50 52 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 51 53 maintainers = with maintainers; [ rrbutani ]; 52 54 };