IPFS Desktop icon

IPFS Desktop 0.44.0

Menu bar application for the IPFS peer-to-peer network

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ipfs-desktop # IPFS Desktop
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ipfs-desktop # IPFS Desktop
  ];
}

Package Definition

{
  "pname": "ipfs-desktop",
  "version": "0.44.0",
  "src": {
    "url": "https://github.com/ipfs/ipfs-desktop/releases/download/v0.44.0/ipfs-desktop-0.44.0-mac.dmg",
    "sha256": "5733f40c1780a2f3c5db21c96a8bd7eedf90478d115cfa937f2e62ca687dfbe1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/IPFS Desktop.app\" && cp -r \"IPFS Desktop.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Menu bar application for the IPFS peer-to-peer network",
    "homepage": "https://github.com/ipfs/ipfs-desktop"
  }
}