3
0
Fork 0
forked from mirrors/nixpkgs

liquibase: 3.6.1 -> 3.6.2

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liquibase/versions.
This commit is contained in:
R. RyanTM 2018-07-11 02:34:53 -07:00
parent 2698bb461f
commit 23811d983e

View file

@ -12,11 +12,11 @@ in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "liquibase";
version = "3.6.1";
version = "3.6.2";
src = fetchurl {
url = "https://github.com/liquibase/liquibase/releases/download/${pname}-parent-${version}/${name}-bin.tar.gz";
sha256 = "0my5rh553yfb8lz1lv5gmgvqbc5pl4xjii4z5wwbbpniyxwy64q4";
sha256 = "199ybjk0xxsg04v5x5l4arljmzj96hxva6ym6bp7av7dny0nqvfx";
};
buildInputs = [ jre makeWrapper ];