SourceGit icon

SourceGit 2026.02

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