Microsoft Azure Storage Explorer icon

Microsoft Azure Storage Explorer 1.39.1

Explorer for Azure Storage

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    microsoft-azure-storage-explorer # Microsoft Azure Storage Explorer
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    microsoft-azure-storage-explorer # Microsoft Azure Storage Explorer
  ];
}

Package Definition

{
  "pname": "microsoft-azure-storage-explorer",
  "version": "1.39.1",
  "src": {
    "url": "https://github.com/microsoft/AzureStorageExplorer/releases/download/v1.39.1/StorageExplorer-darwin-arm64.zip",
    "sha256": "2bc28fac10ae33f0d89cccac77c29cc3c4cd7319db92c14825a3d918822fd335"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Microsoft Azure Storage Explorer.app\" && cp -r \"Microsoft Azure Storage Explorer.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Explorer for Azure Storage",
    "homepage": "https://azure.microsoft.com/en-us/features/storage-explorer/"
  }
}