summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 14:15:35 -0700
committerRobin Gloster <mail@glob.in>2018-05-03 16:00:01 +0200
commit60dedb97c3d5ededaf447ef9b2fde0088e473133 (patch)
tree0b9388ff0821f1c474a1ab71eb2922cd0f9fe1ba /pkgs
parentd042b53f738b8819fae383df47d3bed262d41ca3 (diff)
downloadnixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.tar
nixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.tar.gz
nixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.tar.bz2
nixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.tar.lz
nixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.tar.xz
nixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.tar.zst
nixlib-60dedb97c3d5ededaf447ef9b2fde0088e473133.zip
liquibase: 3.6.0 -> 3.6.1
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.6.1 with grep in /nix/store/h1v590v1y97p0h9l0l7fcqidh3innq8v-liquibase-3.6.1
- directory tree listing: https://gist.github.com/28753639ec583489b9e3164b2c29e0f7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/database/liquibase/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/database/liquibase/default.nix b/pkgs/development/tools/database/liquibase/default.nix
index df9addcad3cb..2c1b942169fe 100644
--- a/pkgs/development/tools/database/liquibase/default.nix
+++ b/pkgs/development/tools/database/liquibase/default.nix
@@ -12,11 +12,11 @@ in
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "liquibase";
-  version = "3.6.0";
+  version = "3.6.1";
 
   src = fetchurl {
     url = "https://github.com/liquibase/liquibase/releases/download/${pname}-parent-${version}/${name}-bin.tar.gz";
-    sha256 = "0nrszf80s5v485li7xy8jkl1wsgjq6inr33m7p85splxhdgszjlb";
+    sha256 = "0my5rh553yfb8lz1lv5gmgvqbc5pl4xjii4z5wwbbpniyxwy64q4";
   };
 
   buildInputs = [ jre makeWrapper ];