liquibase: 3.8.6 -> 3.8.7

This commit is contained in:
R. RyanTM 2020-03-02 12:18:18 +00:00
parent 79217339d2
commit 14a48a96b9

View file

@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "3.8.6";
version = "3.8.7";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "19x6v8kji3mjpf3r0khmlvgkljm269r16w8p4yvknsw4rf0rl9x4";
sha256 = "0gs3pmzyx2bz6af2fr5jla3s33vfaw64pgahfvj5bgpj6d7vx1wg";
};
buildInputs = [ jre makeWrapper ];
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = {
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";
license = licenses.asl20;
maintainers = with maintainers; [ nequissimus ];