metabase: 0.42.1 -> 0.43.1

Fixes CVE-2022-24853, CVE-2022-24854 and CVE-2022-24855

https://github.com/metabase/metabase/releases/tag/v0.43.1
https://github.com/metabase/metabase/releases/tag/v0.43.0
This commit is contained in:
Thomas Gerbet 2022-05-22 18:20:49 +02:00
parent 3f39d66c9e
commit fa22eab4c1

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.42.1";
version = "0.43.1";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-PmcVVAS/5mDhmOSoFvkZeYkbvFD/KOcgVYuScwD4Olg=";
hash = "sha256-WGbIsmCWsSxgE7Ktr539qTt/o5cJrYi0yu3ZkfbxOV0=";
};
nativeBuildInputs = [ makeWrapper ];