Skip to content

Commit

Permalink
Merge pull request #58004 from r-ryantm/auto-update/atlassian-cli
Browse files Browse the repository at this point in the history
atlassian-cli: 7.8.0 -> 8.0.0
  • Loading branch information
Ma27 committed Mar 27, 2019
2 parents 8137fa5 + 92bd44d commit 315643e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/atlassian-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "atlassian-cli-${version}";
version = "7.8.0";
version = "8.0.0";

src = fetchzip {
url = "https://bobswift.atlassian.net/wiki/download/attachments/16285777/${name}-distribution.zip";
sha256 = "111s4d9m6vxq8jwh1d6ar1f4n5zmyjg7gi2vl3aq63kxbfld9vw7";
sha256 = "0ysyam06ll70d0baa3hb7wcgqnqflssr64bqjr3db6fnk1q096m8";
extraPostFetch = "chmod go-w $out";
};

Expand Down

0 comments on commit 315643e

Please sign in to comment.