summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornvmd <kazenyuk@pm.me>2023-01-21 01:58:50 +0300
committerGitHub <noreply@github.com>2023-01-21 01:58:50 +0300
commit4c47864b7cd482b4478344c12fb79e8182271590 (patch)
treea85e4caac949075907632fa30faa2fb86197e19f
parentd7705c01ef0a39c8ef532d1033bace8845a07d35 (diff)
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 ];