metabase: 0.45.2.1 -> 0.46.1

This commit is contained in:
Addison Omead Amiri 2023-04-06 12:23:04 -07:00
parent a3ca379807
commit 98e736d09e

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.45.2.1";
version = "0.46.1";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-m891fWpY0W100MFyYtiL6fcZPrEW34cdo+61dj7cJvM=";
hash = "sha256-4hiXzd8YZJiewG0voh4/ryb3NwBHKrw3lKpUPA5nCdw=";
};
nativeBuildInputs = [ makeWrapper ];