1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

metabase: 0.49.2 -> 0.49.9

This commit is contained in:
R. Ryantm 2024-05-10 04:14:28 +00:00
parent 0c9055e823
commit 15312e358f

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.49.2";
version = "0.49.9";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-PmfzYPnfIFX92I0tnXJoZa3EdOF7EFo5bc0T9bo4bS0=";
hash = "sha256-1QUrXYpMvn/Gm8ljmF5MYKFRCIQ/v3vpoMJEJcSR2vI=";
};
nativeBuildInputs = [ makeWrapper ];