metabase: 0.30.0 -> 0.30.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
metabase
This commit is contained in:
R. RyanTM 2018-09-06 17:00:47 -07:00 committed by Austin Seipp
parent 6682d04142
commit aba0fe5d62

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "metabase-${version}";
version = "0.30.0";
version = "0.30.1";
src = fetchurl {
url = "http://downloads.metabase.com/v${version}/metabase.jar";
sha256 = "1wnzd2g1qxqpqjsqq1kfr0zrvjvqg54dvznbhf3637b0iqq3ahkh";
sha256 = "13035yhbhsr4xg48hanbf8qchwyk6j59c90qkbjr914xcyvj6scc";
};
nativeBuildInputs = [ makeWrapper ];