Another Redis Desktop Manager icon

Another Redis Desktop Manager 1.7.2

Redis desktop manager

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    another-redis-desktop-manager # Another Redis Desktop Manager
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    another-redis-desktop-manager # Another Redis Desktop Manager
  ];
}

Package Definition

{
  "pname": "another-redis-desktop-manager",
  "version": "1.7.2",
  "src": {
    "url": "https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.7.2/Another-Redis-Desktop-Manager-mac-1.7.2-arm64.dmg",
    "sha256": "017a83750d79cf84530990c3bbe1fe93a2ae5124bb763d3c97932de0d38ac62b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Another Redis Desktop Manager.app\" && cp -r \"Another Redis Desktop Manager.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Redis desktop manager",
    "homepage": "https://github.com/qishibo/AnotherRedisDesktopManager/"
  }
}