about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-18 21:12:05 +0200
committerGitHub <noreply@github.com>2023-10-18 21:12:05 +0200
commit7cc4d342959db75d37e4380958bb2e0e4a2f4a37 (patch)
treed8def41a9551645c523aa26450df57e3ee49994c /pkgs/os-specific
parent45fa1adfeeab77c1fb4855b9ce5271c3ece2b092 (diff)
parentfb8c33f8ef402abd50cd9aea249f5be79bb94983 (diff)
downloadnixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.tar
nixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.tar.gz
nixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.tar.bz2
nixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.tar.lz
nixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.tar.xz
nixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.tar.zst
nixlib-7cc4d342959db75d37e4380958bb2e0e4a2f4a37.zip
Merge pull request #261839 from wegank/utm-bump
utm: 4.3.5 -> 4.4.3
Diffstat (limited to 'pkgs/os-specific')
-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 d3aea9209727..7ab35aee0b43 100644
--- a/pkgs/os-specific/darwin/utm/default.nix
+++ b/pkgs/os-specific/darwin/utm/default.nix
@@ -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 ];