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

metabase: 0.48.7 -> 0.49.1
This commit is contained in:
Weijia Wang 2024-03-23 23:01:45 +01:00 committed by GitHub
commit 80c7e1594a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.48.7";
version = "0.49.1";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-W0FP9c6vMLCfK93eaXPeF1mkBAI2KMjQ9EpGx7hbRg8=";
hash = "sha256-oyh25h59udfwuLqZJ4ngGYL+tup9GEWgegcTNb0PeHE=";
};
nativeBuildInputs = [ makeWrapper ];