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.
2 parents caddb15 + 30ef0e0 commit 6562341Copy full SHA for 6562341
pkgs/by-name/ma/mas/package.nix
@@ -10,11 +10,11 @@
10
11
stdenvNoCC.mkDerivation rec {
12
pname = "mas";
13
- version = "2.1.0";
+ version = "2.2.2";
14
15
src = fetchurl {
16
url = "https://github.com/mas-cli/mas/releases/download/v${version}/mas-${version}.pkg";
17
- hash = "sha256-pT8W/ZdNP7Fv5nyTX9vKbTa2jIk3THN1HVCmuEIibfc=";
+ hash = "sha256-v+tiD5ZMVFzeShyuOt8Ss3yw6p8VjopHaMimOQznL6o=";
18
};
19
20
nativeBuildInputs = [
@@ -53,6 +53,7 @@ stdenvNoCC.mkDerivation rec {
53
description = "Mac App Store command line interface";
54
homepage = "https://github.com/mas-cli/mas";
55
license = licenses.mit;
56
+ mainProgram = "mas";
57
maintainers = with maintainers; [
58
steinybot
59
zachcoyle
0 commit comments