metabase: 0.32.2 -> 0.32.9

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-07-15 13:55:40 -07:00 committed by Austin Seipp
parent 979710b4a0
commit b908565be5

View file

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