We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d7d23 + d91504a commit f14f7abCopy full SHA for f14f7ab
pkgs/development/tools/database/liquibase/default.nix
@@ -25,11 +25,11 @@ in
25
26
stdenv.mkDerivation rec {
27
pname = "liquibase";
28
- version = "4.28.0";
+ version = "4.29.1";
29
30
src = fetchurl {
31
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
32
- hash = "sha256-l90H6soEBqCeGuGbQH7qQqfpRMf0Vxkiv/znG0O3XOg=";
+ hash = "sha256-MFJP8cG+GqxGt3S8x+LVSI6yF8F06f+C8LrCRP65sRc=";
33
};
34
35
nativeBuildInputs = [ makeWrapper ];
0 commit comments