SourceGit icon

SourceGit 2026.01

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.01",
  "src": {
    "url": "https://github.com/ybeapps/homebrew-sourcegit/releases/download/v2026.01-signed/SourceGit-v2026.01-arm64-signed.dmg",
    "sha256": "8f2802009177f2278d9339cf2cc6993e93fd7d6e28a2324948aad265563207b6"
  },
  "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"
  }
}