utm: 3.2.4 → 4.0.8

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