liquibase: 4.26.0 -> 4.27.0

This commit is contained in:
R. Ryantm 2024-04-06 11:55:03 +00:00
parent f6eb921406
commit 94793640c5
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ in
stdenv.mkDerivation rec {
pname = "liquibase";
version = "4.26.0";
version = "4.27.0";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
hash = "sha256-RoULX9IcVI+WklPLvJfcbIRhmKgiVYHjr1NGrIqn2/I=";
hash = "sha256-UNieH8ECSb8ZjxqP8tgf0LaObKCAXbKKlNOGSXhNgvA=";
};
nativeBuildInputs = [ makeWrapper ];