Skip to content

Commit c9f786d

Browse files
committed
utm: 4.5.3 -> 4.5.4
1 parent f0823a2 commit c9f786d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/darwin/utm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
stdenvNoCC.mkDerivation rec {
99
pname = "utm";
10-
version = "4.5.3";
10+
version = "4.5.4";
1111

1212
src = fetchurl {
1313
url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg";
14-
hash = "sha256-7hpWTe6TvnNodFt1rSRGougeZuEjvSeuVzBWFfYo53Y=";
14+
hash = "sha256-GzwokK/q8S38lbOVhGgNaqbDAAryHJ9eBAAWGpuOQOE=";
1515
};
1616

1717
nativeBuildInputs = [ undmg makeWrapper ];

0 commit comments

Comments
 (0)