metabase: 0.30.1 -> 0.30.3

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-09-20 08:42:53 -07:00 committed by Robin Gloster
parent 3222fe1756
commit 31ea743d13

View file

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