metabase: 0.44.1 -> 0.44.2

This commit is contained in:
R. Ryantm 2022-09-01 20:34:43 +00:00
parent dc47970fbe
commit 38442bac4d

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "metabase";
version = "0.44.1";
version = "0.44.2";
src = fetchurl {
url = "https://downloads.metabase.com/v${version}/metabase.jar";
hash = "sha256-TIQrmzdLD/pwMbd1dyLh3d2bauu7Wv6C2CtuuXMNN5E=";
hash = "sha256-I0cShK9/29kIjLtPDGlyysypofFV9Ai4Dbqt4IwTSA8=";
};
nativeBuildInputs = [ makeWrapper ];