We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0823a2 commit c9f786dCopy full SHA for c9f786d
pkgs/os-specific/darwin/utm/default.nix
@@ -7,11 +7,11 @@
7
8
stdenvNoCC.mkDerivation rec {
9
pname = "utm";
10
- version = "4.5.3";
+ version = "4.5.4";
11
12
src = fetchurl {
13
url = "https://github.com/utmapp/UTM/releases/download/v${version}/UTM.dmg";
14
- hash = "sha256-7hpWTe6TvnNodFt1rSRGougeZuEjvSeuVzBWFfYo53Y=";
+ hash = "sha256-GzwokK/q8S38lbOVhGgNaqbDAAryHJ9eBAAWGpuOQOE=";
15
};
16
17
nativeBuildInputs = [ undmg makeWrapper ];
0 commit comments