metabase: 0.46.6 -> 0.46.6.1

This fixes a security vulnerability reported:

in http://web.archive.org/web/20230721121824/https://www.metabase.com/blog/security-advisory

(web archive URL given that the vendor URL has no marker.)

A CVE number exist but has not been released.
This commit is contained in:
Raito Bezarius 2023-07-21 16:19:52 +02:00
parent 1708e6ad63
commit 4fc66686f3

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.46.6";
version = "0.46.6.1";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-hREGkZDlTQjN012/iTM8IDHrW722N+4gVGtsVH6R5ko=";
hash = "sha256-EtJnv1FaI4lEu2X87tHvg/WuY0UcEa1bf3rb6vYS5cY=";
};
nativeBuildInputs = [ makeWrapper ];