SourceGit icon

SourceGit 2026.03

Git GUI client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    sourcegit # SourceGit
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    sourcegit # SourceGit
  ];
}

Package Definition

{
  "pname": "sourcegit",
  "version": "2026.03",
  "src": {
    "url": "https://github.com/ybeapps/homebrew-sourcegit/releases/download/v2026.03-signed/SourceGit-v2026.03-arm64-signed.dmg",
    "sha256": "19712ae1c3488522b25d79d1e3fb088384fb9b075eced29ab493deed1282811e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SourceGit.app\" && cp -r \"SourceGit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Git GUI client",
    "homepage": "https://github.com/sourcegit-scm/sourcegit"
  }
}