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

liquibase: 4.23.2 -> 4.24.0
This commit is contained in:
Weijia Wang 2023-10-17 23:55:37 +02:00 committed by GitHub
commit 5ee40f71d6
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.2";
version = "4.24.0";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-/H0qn6l9kSA9Y5tmRxXUCVPGyRVaUiWg3cTIB5uaNkE=";
hash = "sha256-bs9jinW1AbeYGJ2oJOFn8p25NHcYYQnyVJUIxiZtCyo=";
};
nativeBuildInputs = [ makeWrapper ];