metabase: 0.29.0 -> 0.29.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/metabase/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.)
- directory tree listing: https://gist.github.com/40a08752e83dd27b03a5e553c6f89582
- du listing: https://gist.github.com/fe6508f6abc39c37b41465ae8e9efd81
This commit is contained in:
R. RyanTM 2018-05-14 01:04:27 -07:00 committed by Austin Seipp
parent edbce18903
commit 2cab326047

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "metabase-${version}";
version = "0.29.0";
version = "0.29.2";
src = fetchurl {
url = "http://downloads.metabase.com/v${version}/metabase.jar";
sha256 = "1dfq06cm8k36pkqpng4cd8ax8cdxbcssww4vapq2w9ccflpnlam2";
sha256 = "02cba755mfim8q403gj02ggc0gg4ckcyalxkw09k0jqi5irdi4h1";
};
nativeBuildInputs = [ makeWrapper ];