From 1ab41a22f58453ad39e618080efd96da59d8266c Mon Sep 17 00:00:00 2001 From: Rahul Butani Date: Thu, 20 Oct 2022 00:23:50 -0500 Subject: [PATCH] =?UTF-8?q?utm:=203.2.4=20=E2=86=92=204.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/os-specific/darwin/utm/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/darwin/utm/default.nix b/pkgs/os-specific/darwin/utm/default.nix index 7eae819a9736..979780e3ca70 100644 --- a/pkgs/os-specific/darwin/utm/default.nix +++ b/pkgs/os-specific/darwin/utm/default.nix @@ -6,11 +6,11 @@ stdenvNoCC.mkDerivation rec { pname = "utm"; - version = "3.2.4"; + version = "4.0.8"; src = fetchurl { url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg"; - sha256 = "sha256-ejUfL6UHqMusVfaglGlODKtFfKbNwzZ1LmRkcSzieso="; + sha256 = "sha256-a6GQyiW8pqw6fN3WVuTVUfnsl/qPtmzDxUvWNElli5k="; }; nativeBuildInputs = [ undmg ]; @@ -41,12 +41,14 @@ stdenvNoCC.mkDerivation rec { - Hardware accelerated virtualization using Hypervisor.framework and QEMU - Boot macOS guests with Virtualization.framework on macOS 12+ + + See https://docs.getutm.app/ for more information. ''; homepage = "https://mac.getutm.app/"; changelog = "https://github.com/utmapp/${pname}/releases/tag/v${version}"; mainProgram = "UTM"; license = licenses.apsl20; - platforms = platforms.darwin; + platforms = platforms.darwin; # 11.3 is the minimum supported version as of UTM 4. sourceProvenance = with sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ rrbutani ]; };