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

liquibase: 3.8.6 -> 3.8.7
This commit is contained in:
Tim Steinbach 2020-03-02 13:57:22 -05:00 committed by GitHub
commit 31cf072be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "liquibase"; pname = "liquibase";
version = "3.8.6"; version = "3.8.7";
src = fetchurl { src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz"; url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "19x6v8kji3mjpf3r0khmlvgkljm269r16w8p4yvknsw4rf0rl9x4"; sha256 = "0gs3pmzyx2bz6af2fr5jla3s33vfaw64pgahfvj5bgpj6d7vx1wg";
}; };
buildInputs = [ jre makeWrapper ]; buildInputs = [ jre makeWrapper ];
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Version Control for your database"; description = "Version Control for your database";
homepage = http://www.liquibase.org/; homepage = "http://www.liquibase.org/";
changelog = "https://raw.githubusercontent.com/liquibase/liquibase/v${version}/changelog.txt"; changelog = "https://raw.githubusercontent.com/liquibase/liquibase/v${version}/changelog.txt";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ nequissimus ]; maintainers = with maintainers; [ nequissimus ];