metabase: 0.50.30 -> 0.52.3 (#362311)

This commit is contained in:
Weijia Wang
2024-12-18 03:49:58 +01:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.50.30";
version = "0.52.3";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-55B80V6xcWVM/gSGrQ3bh97AFigwOuMQ/0zHcyDBcfE=";
hash = "sha256-xtxhiC9QNHiN99iQVtOlovqIDtKcYZr3geSDbSBEKWw=";
};
nativeBuildInputs = [ makeWrapper ];