metabase: 0.30.4 -> 0.32.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
This commit is contained in:
R. RyanTM 2019-04-15 02:43:13 -07:00 committed by Austin Seipp
parent 7ba046d906
commit dbcf6cb52f

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "metabase-${version}";
version = "0.30.4";
version = "0.32.2";
src = fetchurl {
url = "http://downloads.metabase.com/v${version}/metabase.jar";
sha256 = "0mvyl5v798qwdydqsjjq94ihfwi62kq4gprxjg3rcckmjdyx2ycs";
sha256 = "1df2cvlqm0pz7w5094fv20308m0d2z4szlv46dzsfdw03hny50xn";
};
nativeBuildInputs = [ makeWrapper ];