metabase: 0.28.1 -> 0.28.6
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "metabase-${version}";
|
name = "metabase-${version}";
|
||||||
version = "0.28.1";
|
version = "0.28.6";
|
||||||
|
|
||||||
jar = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloads.metabase.com/v${version}/metabase.jar";
|
url = "http://downloads.metabase.com/v${version}/metabase.jar";
|
||||||
sha256 = "1nv3y4pnvzd7lwyj14nmhr3k52qd8hilcjxvd7qr3hb7kzmjvbzk";
|
sha256 = "1dzs57yyx6k93gvyva9y38xdb4pbvdliad3zzgk3vs74fp1zh2vq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
@@ -14,13 +14,14 @@ stdenv.mkDerivation rec {
|
|||||||
unpackPhase = "true";
|
unpackPhase = "true";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
makeWrapper ${jre}/bin/java $out/bin/metabase --add-flags "-jar $jar"
|
makeWrapper ${jre}/bin/java $out/bin/metabase --add-flags "-jar $src"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The easy, open source way for everyone in your company to ask questions and learn from data.";
|
description = "The easy, open source way for everyone in your company to ask questions and learn from data.";
|
||||||
homepage = https://metabase.com;
|
homepage = https://metabase.com;
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ schneefux ];
|
platforms = platforms.all;
|
||||||
|
maintainers = with maintainers; [ schneefux thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user