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

liquibase: 4.23.1 -> 4.23.2
This commit is contained in:
Weijia Wang 2023-09-18 10:07:11 +02:00 committed by GitHub
commit 5fcc020979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "4.23.1";
version = "4.23.2";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-uWZ9l6C6QlVHqp/ma6/sz07zuCHpGucy7GhNDq8v1/U=";
hash = "sha256-/H0qn6l9kSA9Y5tmRxXUCVPGyRVaUiWg3cTIB5uaNkE=";
};
nativeBuildInputs = [ makeWrapper ];