Atlassian Sourctree icon

Atlassian Sourctree 4.2.10b20,268

Graphical client for Git version control

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sourcetree_beta # Atlassian Sourctree
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sourcetree_beta # Atlassian Sourctree
  ];
}

Package Definition

{
  "pname": "sourcetree_beta",
  "version": "4.2.10b20,268",
  "src": {
    "url": "https://product-downloads.atlassian.com/software/sourcetree/beta/Sourcetree_4.2.10b20_268.zip",
    "sha256": "5fd6ffda4c6c82618a9147b4304c81d3d07f221609c408c026f0c4e41899424a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Sourcetree-Beta.app\" \"$out/Applications/Sourcetree-Beta.app\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Sourcetree-Beta.app/Contents/Resources/stree\" \"$out/bin/stree-beta\""
  ],
  "meta": {
    "description": "Graphical client for Git version control",
    "homepage": "https://www.sourcetreeapp.com/"
  }
}