metabase: 0.52.4 -> 0.52.8

This commit is contained in:
R. Ryantm 2025-02-03 02:46:59 +00:00 committed by Austin Seipp
parent 97818fc551
commit 082fd30a6b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.52.4";
version = "0.52.8";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-sDlh82h7LeqYKxG0gi1cR4ZCMDic5J1nPwBPQ958SLY=";
hash = "sha256-Z14BuKaSAMzlgdtqppc/3ItCxVZwE4E1EQUVMVR6JwQ=";
};
nativeBuildInputs = [ makeWrapper ];