mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:07:56 +00:00
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:
parent
3f39d66c9e
commit
fa22eab4c1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user