summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-21 09:36:25 +0800
committerGitHub <noreply@github.com>2023-01-21 09:36:25 +0800
commitbb2185a166a5cd89e65ef63187510f5b1a1cbb87 (patch)
treeb933c63558aee9c6846605f23d0627ebdd2b4e92
parent3a1f02b46bed23aeba2f0528669107d6b00b2ecc (diff)
parent4c47864b7cd482b4478344c12fb79e8182271590 (diff)
Merge pull request #211841 from nvmd/patch-1
utm: 4.0.8 -> 4.1.5
-rw-r--r--pkgs/os-specific/darwin/utm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/utm/default.nix b/pkgs/os-specific/darwin/utm/default.nix
index 979780e3ca70..2e21945288e4 100644
--- a/pkgs/os-specific/darwin/utm/default.nix
+++ b/pkgs/os-specific/darwin/utm/default.nix
@@ -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 ];