Skip to content

Commit 6562341

Browse files
authored
mas: 2.1.0 -> 2.2.2 (#405171)
2 parents caddb15 + 30ef0e0 commit 6562341

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ma/mas/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenvNoCC.mkDerivation rec {
1212
pname = "mas";
13-
version = "2.1.0";
13+
version = "2.2.2";
1414

1515
src = fetchurl {
1616
url = "https://github.com/mas-cli/mas/releases/download/v${version}/mas-${version}.pkg";
17-
hash = "sha256-pT8W/ZdNP7Fv5nyTX9vKbTa2jIk3THN1HVCmuEIibfc=";
17+
hash = "sha256-v+tiD5ZMVFzeShyuOt8Ss3yw6p8VjopHaMimOQznL6o=";
1818
};
1919

2020
nativeBuildInputs = [
@@ -53,6 +53,7 @@ stdenvNoCC.mkDerivation rec {
5353
description = "Mac App Store command line interface";
5454
homepage = "https://github.com/mas-cli/mas";
5555
license = licenses.mit;
56+
mainProgram = "mas";
5657
maintainers = with maintainers; [
5758
steinybot
5859
zachcoyle

0 commit comments

Comments
 (0)