Retrospective icon

Retrospective 7.2.0

Log analysis tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "retrospective",
  "version": "7.2.0",
  "src": {
    "url": "https://resources.centeractive.com/software/7.2.0/retrospective-7_2_0-macos-jre.dmg",
    "sha256": "d87d42bd2f9dfba6a6d32615ef2f494c49b47be4c8938e4f902ecd53ca8716da"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Retrospective.app\" && cp -r \"Retrospective.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Log analysis tool",
    "homepage": "https://retrospective.centeractive.com/"
  }
}