DeepGit icon

DeepGit 26.1.003

Tool to investigate the history of source code

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "deepgit",
  "version": "26.1.003",
  "src": {
    "url": "https://www.syntevo.com/downloads/deepgit/deepgit-26_1_003-macos-arm64.dmg",
    "sha256": "56b87d81e05fef9bd8c1f8b723e0835c16de251ab9ee95ccfc056293fb9abc53"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DeepGit.app\" && cp -r \"DeepGit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to investigate the history of source code",
    "homepage": "https://www.syntevo.com/deepgit/"
  }
}