metabase: 0.46.1 -> 0.46.2

This commit is contained in:
R. Ryantm 2023-05-07 15:22:45 +00:00
parent 5844313b95
commit 94511ecf28

View file

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