Merge pull request #270017 from r-ryantm/auto-update/metabase

metabase: 0.47.6 -> 0.47.8
This commit is contained in:
Mario Rodas 2023-11-26 16:25:48 -05:00 committed by GitHub
commit 804e88afee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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