metabase: 0.29.3 -> 0.30.0 (#45182)

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.
This commit is contained in:
R. RyanTM 2018-08-23 14:18:59 -07:00 committed by xeji
parent 3852e136b0
commit 3c00ac3572

View file

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