utm: 4.3.5 -> 4.4.3

This commit is contained in:
Weijia Wang 2023-10-18 16:02:10 +02:00
parent f9ac2c657d
commit fb8c33f8ef

View File

@ -7,11 +7,11 @@
stdenvNoCC.mkDerivation rec {
pname = "utm";
version = "4.3.5";
version = "4.4.3";
src = fetchurl {
url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg";
hash = "sha256-aDIjf4TqhSIgYaJulI5FgXxlNiZ1qcNY+Typ7+S5Hc8=";
hash = "sha256-U1HB8uP8OzHX8LzBE8u7YSDI4vlY9vlMRE+JI+x9rvk=";
};
nativeBuildInputs = [ undmg makeWrapper ];