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

liquibase: 4.4.2 -> 4.4.3
This commit is contained in:
Artturi 2021-08-09 17:28:04 +03:00 committed by GitHub
commit 785635cc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];