liquibase: 4.3.5 -> 4.4.0

This commit is contained in:
R. RyanTM 2021-06-21 08:38:42 +00:00 committed by Jonathan Ringer
parent 24b29d114e
commit f283f9411b

View file

@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "4.3.5";
version = "4.4.0";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-XOYq+p76XFt7j4oxMClZox5wsaXuV5ovcB6kZJhMBlU=";
sha256 = "sha256-iqWQAZV1H3p9Ud+6U2RwIpfFlsu+7SE96Abh3u8CCVs=";
};
nativeBuildInputs = [ makeWrapper ];