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
+2 -2
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 ];