Liquibase Community icon

Liquibase Community 5.0.4

Library for database change tracking

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    liquibase-community # Liquibase Community
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    liquibase-community # Liquibase Community
  ];
}

Package Definition

{
  "pname": "liquibase-community",
  "version": "5.0.4",
  "src": {
    "url": "https://package.liquibase.com/downloads/oss/homebrew/liquibase-5.0.4.tar.gz",
    "sha256": "bb08638d70dddd6af8cca6e033148576f8214b5996831b1f8864eb3528f4cfce"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"liquibase\" \"$out/bin/liquibase\""
  ],
  "meta": {
    "description": "Library for database change tracking",
    "homepage": "https://www.liquibase.com/community"
  }
}