Merge pull request #196884 from rrbutani/update/utm-4.0.8
utm: 3.2.4 → 4.0.8
This commit is contained in:
commit
5d6835274f
1 changed files with 5 additions and 3 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "utm";
|
pname = "utm";
|
||||||
version = "3.2.4";
|
version = "4.0.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg";
|
url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg";
|
||||||
sha256 = "sha256-ejUfL6UHqMusVfaglGlODKtFfKbNwzZ1LmRkcSzieso=";
|
sha256 = "sha256-a6GQyiW8pqw6fN3WVuTVUfnsl/qPtmzDxUvWNElli5k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ undmg ];
|
nativeBuildInputs = [ undmg ];
|
||||||
|
@ -41,12 +41,14 @@ stdenvNoCC.mkDerivation rec {
|
||||||
- Hardware accelerated virtualization using Hypervisor.framework and
|
- Hardware accelerated virtualization using Hypervisor.framework and
|
||||||
QEMU
|
QEMU
|
||||||
- Boot macOS guests with Virtualization.framework on macOS 12+
|
- Boot macOS guests with Virtualization.framework on macOS 12+
|
||||||
|
|
||||||
|
See https://docs.getutm.app/ for more information.
|
||||||
'';
|
'';
|
||||||
homepage = "https://mac.getutm.app/";
|
homepage = "https://mac.getutm.app/";
|
||||||
changelog = "https://github.com/utmapp/${pname}/releases/tag/v${version}";
|
changelog = "https://github.com/utmapp/${pname}/releases/tag/v${version}";
|
||||||
mainProgram = "UTM";
|
mainProgram = "UTM";
|
||||||
license = licenses.apsl20;
|
license = licenses.apsl20;
|
||||||
platforms = platforms.darwin;
|
platforms = platforms.darwin; # 11.3 is the minimum supported version as of UTM 4.
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with maintainers; [ rrbutani ];
|
maintainers = with maintainers; [ rrbutani ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue