Merge pull request #83743 from r-ryantm/auto-update/liquibase

liquibase: 3.8.7 -> 3.8.8
This commit is contained in:
Tim Steinbach
2020-03-30 07:36:44 -04:00
committed by GitHub

View File

@@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "3.8.7";
version = "3.8.8";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "0gs3pmzyx2bz6af2fr5jla3s33vfaw64pgahfvj5bgpj6d7vx1wg";
sha256 = "1pl9wgnwykvbnis0ndym0lbsj6a7lvpghrc98cw2hdnp5dglxjjl";
};
buildInputs = [ jre makeWrapper ];