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

metabase: 0.50.18 -> 0.50.30

This commit is contained in:
R. Ryantm 2024-10-18 10:25:00 +00:00
parent ac76a342a8
commit a0a60486d8

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.50.18";
version = "0.50.30";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-295wRJsKgR/L8rhSWTT73GM9/uRSP0DdxzFqj00bEpw=";
hash = "sha256-55B80V6xcWVM/gSGrQ3bh97AFigwOuMQ/0zHcyDBcfE=";
};
nativeBuildInputs = [ makeWrapper ];