liquibase: 4.4.2 -> 4.4.3

This commit is contained in:
R. RyanTM 2021-08-09 12:14:56 +00:00
parent 717538e908
commit 22fdabc4cb
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "4.4.2";
version = "4.4.3";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-qOKMyqf3KX7pWjslVgcPiGlTiwvMZLvm7DiatmSLd1U=";
sha256 = "sha256-td+mBf/JhTw5vvlupyllpZ2e4So7y1kEC1OdR4LUv/k=";
};
nativeBuildInputs = [ makeWrapper ];