liquibase: 4.23.2 -> 4.24.0

This commit is contained in:
R. Ryantm 2023-10-11 00:55:58 +00:00
parent 5323fbf703
commit 4ff4e0b8a5

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 ];