metabase: 0.50.30 -> 0.52.3

This commit is contained in:
R. Ryantm
2024-12-17 12:59:57 +00:00
parent 4989a246d7
commit 7db5bd3f5b
+2 -2
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 ];