Chromium-Gost icon

Chromium-Gost 136.0.7103.114

Browser based on Chromium with support for GOST cryptographic algorithms

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    chromium-gost # Chromium-Gost
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    chromium-gost # Chromium-Gost
  ];
}

Package Definition

{
  "pname": "chromium-gost",
  "version": "136.0.7103.114",
  "src": {
    "url": "https://github.com/deemru/Chromium-Gost/releases/download/136.0.7103.114/chromium-gost-136.0.7103.114-macos-arm64.tar.bz2",
    "sha256": "f9433bd4e03071237a9944b9f43f92f400ae1b583a86c36c9cef91c5d95a2ce7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Chromium-Gost.app\" && cp -r \"Chromium-Gost.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Browser based on Chromium with support for GOST cryptographic algorithms",
    "homepage": "https://github.com/deemru/Chromium-Gost"
  }
}