Skip to content

Commit f14f7ab

Browse files
authored
Merge pull request #332388 from r-ryantm/auto-update/liquibase
liquibase: 4.28.0 -> 4.29.1
2 parents 90d7d23 + d91504a commit f14f7ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/tools/database/liquibase/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ in
2525

2626
stdenv.mkDerivation rec {
2727
pname = "liquibase";
28-
version = "4.28.0";
28+
version = "4.29.1";
2929

3030
src = fetchurl {
3131
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
32-
hash = "sha256-l90H6soEBqCeGuGbQH7qQqfpRMf0Vxkiv/znG0O3XOg=";
32+
hash = "sha256-MFJP8cG+GqxGt3S8x+LVSI6yF8F06f+C8LrCRP65sRc=";
3333
};
3434

3535
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)