Merge pull request #211841 from nvmd/patch-1

utm: 4.0.8 -> 4.1.5
This commit is contained in:
Nick Cao 2023-01-21 09:36:25 +08:00 committed by GitHub
commit bb2185a166
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation rec {
pname = "utm";
version = "4.0.8";
version = "4.1.5";
src = fetchurl {
url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg";
sha256 = "sha256-a6GQyiW8pqw6fN3WVuTVUfnsl/qPtmzDxUvWNElli5k=";
hash = "sha256-YOmTf50UUvvh4noWnmV6WsoWSua0tpWTgLTg+Cdr3bQ=";
};
nativeBuildInputs = [ undmg ];