utm: 4.1.5 -> 4.1.6

This commit is contained in:
Weijia Wang 2023-04-19 16:48:38 +03:00
parent 5608f9dbad
commit 6fa82f8ec0

View File

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