metabase: 0.49.1 -> 0.49.2

This commit is contained in:
R. Ryantm 2024-03-30 22:05:01 +00:00
parent c8f981bfaa
commit 88eccbda80

View File

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