Commit 3a9a99b1 authored by R. RyanTM's avatar R. RyanTM
Browse files

liquibase: 4.25.1 -> 4.26.0

parent d6745ed0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ in

stdenv.mkDerivation rec {
  pname = "liquibase";
  version = "4.25.1";
  version = "4.26.0";

  src = fetchurl {
    url = "https://github.com/liquibase/liquibase/releases/download/v${version}/${pname}-${version}.tar.gz";
    hash = "sha256-iyt6qOx1XU7lL6AhDNKiRP0W7WlfxKciRVYpUHdtKlY=";
    hash = "sha256-RoULX9IcVI+WklPLvJfcbIRhmKgiVYHjr1NGrIqn2/I=";
  };

  nativeBuildInputs = [ makeWrapper ];