metabase: 0.47.3 -> 0.47.6

This commit is contained in:
R. Ryantm 2023-11-02 01:31:56 +00:00 committed by Jonathan Ringer
parent 421d0397bd
commit af016cfe8f

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.47.3";
version = "0.47.6";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-oIGIrEa2iHvvseP3sAcwiUK7ky43scfyaSO7S3G7bEo=";
hash = "sha256-LWF8O6v1x1iX5eJCugQ1noLeUJsVthZ7cGuyW3w6XGg=";
};
nativeBuildInputs = [ makeWrapper ];