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

liquibase: 4.28.0 -> 4.29.1
This commit is contained in:
Sebastián Mancilla 2024-08-20 19:22:12 -04:00 committed by GitHub
commit f14f7abfca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,11 +25,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "4.28.0";
version = "4.29.1";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-l90H6soEBqCeGuGbQH7qQqfpRMf0Vxkiv/znG0O3XOg=";
hash = "sha256-MFJP8cG+GqxGt3S8x+LVSI6yF8F06f+C8LrCRP65sRc=";
};
nativeBuildInputs = [ makeWrapper ];