metabase: 0.58.2 -> 0.58.5

This commit is contained in:
R. Ryantm
2026-02-10 08:27:35 +00:00
parent ce1a7c1f9e
commit 8cd22b3b37
+2 -2
View File
@@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "metabase";
version = "0.58.2";
version = "0.58.5";
src = fetchurl {
url = "https://downloads.metabase.com/v${finalAttrs.version}/metabase.jar";
hash = "sha256-stMlL0QSM4Py5xh2CsAV53v1FSc9u6NBQ+i5oLfewoQ=";
hash = "sha256-JjpDsI7G0b5YVjICXe9ZeprnipeyVg79qW42LTcE4U4=";
};
nativeBuildInputs = [ makeWrapper ];