metabase: 0.52.3 -> 0.52.4 (#368671)

This commit is contained in:
Nick Cao
2025-01-04 08:46:11 -05:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.52.3";
version = "0.52.4";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-xtxhiC9QNHiN99iQVtOlovqIDtKcYZr3geSDbSBEKWw=";
hash = "sha256-sDlh82h7LeqYKxG0gi1cR4ZCMDic5J1nPwBPQ958SLY=";
};
nativeBuildInputs = [ makeWrapper ];